Microsoft
Software
Hardware
Network
Question : sql updating a table
Hello,
I have a 365 rows table that contains the dates from 2009-01-01 to 2009-12-31
How can I chane just the 2009 values to 2010?
Thanks
Answer : sql updating a table
update [522].MyTable set [MyDate] = (DATEADD(year, 1, [MyDate]))
Enjoy
Random Solutions
only unique values in query
XP display set to 4 bit color depth after Remote Desktop session
Error when assigning value to textbox in footer during runtime
Changing a field type while using INTO
Loop.sys
Access to SQL Server linked table problem
Image1.Picture = LoadPicture(...) fails in VBA -- Workarounds please?
Fastest Way to Store/Retrieve Data
Two DHCP Servers
How to trick application to install on different OS version?