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
filtiring HTTPS Traffic in ISA Server 2006
XBOX Classic power and eject buttons don't work
Shutdown VM in ESXi 4.0 when connected to a smart ups 1000
How Can I Detect, Delete, and Add A Printer In Windows XP using Visual Basic, C#, or C++
VPN Connection Problem
ASP.Net page slow to load large dropdown list
Where does XPS driver print or save the file to and what extention
How Do I Make the Choices in One Access Form ComboBox Contingent upon a Choice in Another?
Why does Excel 2003 crash intermittently when this line is run?
Getting an error in Excel, when trying to run VBA code