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 views used for?
How to read data in a table with "select" statements?
What does set rowcount do?
How to populate a table in sql server?
Describe and explain about SQL native client?
Can a table be created inside a trigger?
can you implement data mining in SSRS?
Can you name some of the dml commands in sql?
What is the simplest way to create a new database in ms sql server?
Explain what are the database objects? : SQL Server Architecture
What is a table called, if it has neither cluster nor non-cluster index? What is it used for?
What are the properties and different types of sub-queries?
Can primary key be a foreign key?
How to delete duplicate records based on single column from a table?
What are commonly used odbc functions in php?