Inserting timestamp value in SQL Server
- by JPro
I am trying to copy data from my MYSQL table to SQL Server using PHP.
I have a TimeStamp value that needs to be copied. While I am trying to copy the fields,
it gave an error that timestamp value cannot be inserted.
Is there any way to insert the timestamp value?
Is it is not possible, then declaring the column as nvarchar will insert the timestamp, but will I be able to search the data in a date range?
Can anyone please clarify my doubt?
Thanks.