April 23, 2012 at 12:35 am
how can i add timestamp columns in sqlserver
April 23, 2012 at 12:39 am
select getdate() as TimeStamp
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle
April 23, 2012 at 12:40 am
vikaskuncham (4/23/2012)
how can i add timestamp columns in sqlserver
Please define what you mean by timestamp. There could be several answers to this question depending on what you are attempting to accomplish.
April 23, 2012 at 4:48 am
It also depends on what you mean by "add." Are you referring to the Create Table statement or are you referring to adding the column to a resulting data set, or what?
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply