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
What is create statement?
What is Federation and Federation Member?
What are the dmvs? : sql server database administration
What does ss stand for sexually?
Distinguish between commit and rollback?
How would you go about developing a ssrs report?
Explain the third normal form(3nf)?
please differentiate between delete and truncate?
What is the maximum size of a row in sql server?
How to make a column nullable?
What is scan table/view and seek table/view when its occurs? : sql server database administration
Does a full backup include transaction log?
Recommend an approach to ensuring that all changes in the remote databases synchronize with the SQL Azure database?
Can we write ddl in trigger?
How to skip remaining statements in a loop block using continue statements?