M
M
mletov2021-09-24 18:07:34
Microsoft SQL Server Integration Services
mletov, 2021-09-24 18:07:34

How to convert the date to the desired format?

Dates are stored in the database in numerical form: 29366 - 05/25/1980. This is the format dt_date(int).

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
mletov, 2021-09-25
@mletov

Found the solution
https://stackoverflow.com/questions/10759089/sql-s...

K
Konstantin Tsvetkov, 2021-09-24
@tsklab

Documentation .

D
d-stream, 2021-09-25
@d-stream

Well, for starters, it's worth excluding "like" - after looking at what specific format it is. For example, using SSMS or a query (eg exec sp_help 'table of interest'). Well, then either look in the direction of cast / convert or swear at the architect who angrily used the tricks from dabase-iv

Similar questions

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question