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
Disable Driver Signature Enforcement during Windows 7 install
How can I multiply table 1 column by table 2 column then add all the results?
Backing up ESX VMs with symantec backup exec 11d
I need assistance with a SQL query
What is the extension to bring in a 2007 Excel xlsm workbook into Access 2007?
Active Directory User
Entourage HTML reply format
Looking for NETWORKDAYS VBA Equivalent without Analysis ToolPack or Analysis ToolPack VBA
Error message when replying, sending, openning email in OWA
Creating a new Array and Logical Drive