I want a default on a column(smalldatetime data type) where the time value in each row is current time + 6hrs.
I tried using the Getdate() function but it doesnt update. Instead it just provides a stamp of when the rows were created. You can see that I tried the script in this post. I thought it had worked but when I checked the table the next day the time had never changed.I would like to set the Default value for a column to Current Time + 6hrs
Thanks in advance for any help offered.