[thelist] SQL Server - TimeStamp

Rob Smith rob.smith at THERMON.com
Tue Jun 1 10:50:38 CDT 2004


>Kindly let me know how to insert values into this field.

Stick this in your default attribute of the datetime field:

(getdate())

When you insert a new record it will say something to the effect of:
6/1/2004 10:20:22 AM

Rob


More information about the thelist mailing list