Yes Nakul you are right. Actually I was going through some SQL Scripts which were written for SQL Azure as part of one of my new assignments and I found that in few places they used GETDATE() (Script written by one guy) and other places GETUTCDATE() (Script written by another guy). This made me think, how does GETDATE() behave on SQL Azure, as you do not know where exactly your server is physically located and when I ran GETDATE() and GETUTCDATE() queries, to my surprise I got the same results. Just searched on the web to make sure my understanding is correct, and hence this post :-)
commented on Jun 15 2012 12:18AM