Microsoft
Software
Hardware
Network
Question : Change year in date column
I have sql 2008. My table name is tblRegistration and my column name is EntryTime. All the dates in a column on my table are wrong. They say 07/01/2011 and they should say 07/01/2010.
How can I safely change this?
Answer : Change year in date column
Use the following query, it 'll solve your problem..
1: 2: 3:
UPDATE tblRegistration SET EntryTime = '07/01/2010' WHERE EntryTime = '07/01/2011'
Random Solutions
cisco softphone registration
permissions changed after moving folder from one server to another
the system cannot end this program because it is waiting for a response from you
get latest file in the directory in unix
Intel VT vs. AMD-V for Hyper-V
How do I make a database that stores data from a form with sections that have an unknown number of entries
Restarting a WPF application to apply updates
Javascript / JSP not working properly
can I use my hard drive with XP and data on it with a system with replaced motherboard ?
Editable dropdown list in ASP.net 3.5 using C#