Click here to Skip to main content
15,789,698 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is "current_timestamp" command working for sql server 2005.

ALTER TABLE item_location ALTER COLUMN date current_timestamp;

is there z any problem n above query. if so how can i correct it :)
Posted
Updated 4-Jun-10 21:57pm
v3

1 solution

Strider87 wrote:
Is "current_timestamp" command working for sql server 2005

Yes. Look here: http://msdn.microsoft.com/en-us/library/ms188751.aspx[^]


Strider87 wrote:
there z any problem n above query

Look here:
http://msdn.microsoft.com/en-us/library/aa275462(v=SQL.80).aspx[^]
 
Share this answer
 
Comments
Strider87 5-Jun-10 4:09am    
thanx sandeep

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900