Answer Posted / suraj
Selvaraj, You are wrong. I tested it.
Please, look at the output of these below queries.
'GetUTCDate' results in time difference which means it will
not give you the exact result as 'GETDATE()'.
SELECT GETUTCDATE()
-----------------------
2009-11-30 22:15:15.243
SELECT GETDATE()
-----------------------
2009-11-30 16:15:15.243
SELECT CURRENT_TIMESTAMP
-----------------------
2009-11-30 16:15:15.243
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain the concept of view and Types of views in SQL server?
Do you know the policy based administration feature of sql server 2008?
Difference between DELETE and TRUNCATE?
Difference between report and query parameter. Why do we need different type of parameter?
Explain syntax for disabling triggers?
How to send email from database?
Will sql server 2005 allow you to reduce the size of a column?
What is the boxing and unboxing concept in .net?
What happens to a trigger with multiple affected rows?
Difference between drill down and drill through report.
Is sql server is free?
What are the tool windows in sql server management studio? : sql server management studio
Explain about SQLOS?
How to use union to merge outputs from two queries together in ms sql server?
Explain optimistic and pessimistic concurrency?