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
ASP.NET MVC with jquery icon buttons
Setup multiple ethernet interfaces on Redhat to support Oracle RAC
Change Color of Mark my Comments in Outlook without changing default reply color
Cisco ASA NAT Issue
Launching an Access form with pre-filled fields
combining commands in terminal find and grep any ideas
excel vba to save worksheet as mht file
Outlook in "safe mode"
Wyse thin client and Citrix display/graphic lag
Is this BIOS-setting correct?