quinnipiac0807
Programmer
I'm trying to put the current date into a table with column name StopDate (smalldatetime) and table name psd_AssetCustoian. AssCustID is the Primary Key.
This doesn't work. Any clue why?
SET StopDate = CAST(GETDATE() AS smalldatetime) WHERE AssCustID = @AssCustID
Thanks in advance
This doesn't work. Any clue why?
SET StopDate = CAST(GETDATE() AS smalldatetime) WHERE AssCustID = @AssCustID
Thanks in advance