Skip to main content
Inspiring
April 24, 2006
Question

Date Time MSSQL

  • April 24, 2006
  • 1 reply
  • 230 views
MS SQL database
When I insert item into the database, the date table is empty...SQL server
doesn't automatically add date
time.

How is this done?



This topic has been closed for replies.

1 reply

April 24, 2006
well to get the date from the system in SQL u have to use GETDATE( ) .. so u need to insert the date this way with the record ..