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
how to use DTS package in 2000,2005,2008 in sql server
Do you know the cursor optimization tips?
What is mean by dml?
What is self join in sql server joins?
Explain powershell included in sql server 2008?
What is the Main Difference between ACCESS and SQL SERVER?
What is xml datatype?
Where are SQL server users names and passwords are stored in sql server?
What is the difference between composite index and covering index?
Explain isolation levels that sql server supports?
What is instead of trigger sql server?
Mention the different types of triggers?
What is SQL Azure Data sync?
Give an example of SQL injection attack ?
What are distributed partitioned views?