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
How would I edit the code for additional levels from: How can I prep text files for import into Excel that are in subheading formats?
Delete query (sql)
SSH console: go to specified folder after login
"File Helper" reporting - Your system may have upopenable files - Why?
sharing permission in Windows2003
Having a webservice use a Session variable that is set in the project before the webservice is called.
Disabling software restriction policy
Double Table when margin is adjusted
A servlet to handle and ajax get request?
vCenter Converter and SBS2008