Posts

Showing posts with the label default

SQL Server default value of system date

SQL Server default value of system date function to give default value of system date, to a column which has datatype of datetime in SQL SERVER put "getdate()" function in default value of that column. download  file  now