I have a table in which I save emails that were sent. Then I decided to add the TimeStamp field to this table so that I could track when the email was sent. The data is written to the table without any problems, but when I go to view the contents of the table using Microsoft SQL Server 2008 Management Studio, the data contained in the Timestamp field is displayed as follows: 0x000000000000000000845, even in the recorded records to the database, since timestamp value entered
Then I changed the field type to datetime, and then displayed the date. But, for example, it displays the date 1900-01-01 00:00:23. Then I changed it back to the Timestamp field and it returned to it in the current hexadecimal format.
Am I doing something wrong?
Greetings
database sql-server
mickburkejnr
source share