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
You Do Not Have Permission To Send On Behalf Of The Scified User
Microsoft CRM Product question
check to see if an image exists on a remote server in vb.net
Globally change the Blackberry Service Display name
What is the extension to bring in a 2007 Excel xlsm workbook into Access 2007?
Class Diagram
dumb Access VBA question
Samba share on Windows 2003
Creating Server 2008 Domain
Moved a Dolpin 7 website to a new server and I get an error message.