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
sharing permission in Windows2003
mailbox move in exchange 2007
C# sharing variables or data between different classes
Drupal Menu - Custom Theming / API
Php 500 internal server error received on website but not using xampp at home
Hung Login Processing 'Printers' Group Policy on Win2K8 Std running in ESXi 4.x
Microsoft Access Database Engine 2010 Redistributable and "OpenRowSet"
Delivery not authorized, message refused. 550-5.7.1 Message targeted to organization's federated delivery mailbox.
Flash XML content
mySQL complicated unions and subqueries