April 27, 2010 at 8:13 am
Can anyone tell me how to findthe time difference between two countries using sql server
Thanks in advance
NAveen
April 27, 2010 at 10:24 am
It depends on the table structure you've used to store this information... 😀
But if you're looking for time zones per country, SQL Server is the wrong source to start with, since there is no system table with this information. Google would be better... Once you found a site with the information you need, set up a table in SQL Server and load the data into that table.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply