Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
ds12will
Starting Member
21 Posts |
Posted - 2009-11-19 : 13:19:35
|
| I'm using select dbo.fn_Timezone_Conversion('CST', 'UTC', datecreated, 0)from dbo.TimeZoneTestto convert data from CST to UTC time in the datecreated column. How can I use the same function to update the specific column with the new timezone data?exampleupdate dbo.fn_Timezone_Conversion('CST', 'UTC', datecreated, 0)from dbo.TimeZoneTest |
|
|
X002548
Not Just a Number
15586 Posts |
|
|
ds12will
Starting Member
21 Posts |
|
|
|
|
|