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
Two SCCM primary site in active directory
Unable To Add Outlook Account
WCF Problem: The private key is not present in the X.509 certificate.
Which Exchange Cert for iPhones
HP SAN drive fail
server name
Joomla Checkbox Array (need expert!)
vbscript create shortcut script, not completing script, no errors, code attached
Get path of cfc file
XP install without access to CD drive