Database
1
Posts
1
Posters
0
Views
1
Watching
-
what is print in sql server 2000? I have the ff. code: declare @CurrentDate datetime set @CurrentDate = 2003/7/11 print @CurrentDate The query returns: Jan 27 1900 12:00AM ----------------------------------------------- Is this returned value the same as the ones returned by a select statement? What is this basically used for? "To teach is to learn twice"