Hi all experts,
I am a new guy which is now working with SQL Server. I try the following SQL Statement
INSERT INTO TRACKLOC
(DATETIME)
VALUES ('18-11-2548 10:27:20')
I try this command in one database and it works very well. However once I use the same SQL Statement to run on another server. It show me the error "Out-of-range".
Can anyone tell me how can I absolulely insert the datetime value into the table without any setting in the sql server. I am currently using SQL Server 2000.
Thanks,
Meng
Start Free Trial