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
Tell me about normalization in DBMS.
Where does the copy job runs in the log shipping primary or secondary? : sql server database administration
What are .mdf files?
What is sql or structured query language?
What are the new features of sql server 2012 reporting service?
What is partition index in sql server?
What is wrong with sql server client libarary dll, ntwdblib.dll?
Will the writetext statement activate a trigger?
What is blocking and how would you troubleshoot it? : sql server database administration
Explain having clause?
Can a rule be bound to any column of any data type?
What is meant by indexing?
What is dimension table? : sql server analysis services, ssas
What do you know about normalization and de- normalization?
What is SQL Azure Fabric?