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
OCS 2007 R2
which is the best editor for oracle ?
Problems moving L2L IPSec VPN from Cisco PIX to Cisco ASA 5520, connecting from Cisco 877
Looking for Video Recording Software for Samsung Cameras
RWW Screen Resolution
'System.Xml.Linq' doesn't contain any public member
SSIS Case Statement not executing
Uplink fast set on a distribution layer switch
sum by date and variable (horizontal)
qmail ,mutt problem: Error sending message, child exited 127 (Exec error.).