Answer Posted / selvaraj.v
First you Clearly Learn.It's GetDATE() function, Not DetDate
() function.
In SQL Server 2000 Query :
--------------------------
Select GetDate()
Output:
------
2008-01-22 17:37:20.280
Alternate to GetDate() function:
--------------------------------
Select GetUTCDate()
Output:
-------
2008-01-22 17:37:20.280
GetUTCDATE() means Greenwhich Mean Time of Current Date
Time.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the disadvantages of indexes?
What is RAID? What are the different types of RAID configurations?
System requirements for sql server 2005 express edition?
Define cross join in sql server joins?
What command would you use to add a column to a table in sql server?
Explain view in sql server?
What does dml stand for?
what is an extended stored procedure? Can you instantiate a com object by using t-sql? : Sql server database administration
When cursors are useful?
List some major differences between triggers and stored procedures?
Define candidate key, alternate key, and composite key.
Explain important index characteristics?
How can I add Reporting Services reports to my application?
In how many ways you can invoke ssrs reports?
What is data mart? : sql server analysis services, ssas