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
What is the default for ExpiresDefault
Moving Domino 8 server
Upgrade mixed mode Windows 2000 forest/domain to Windows 2008 R2 forest/domain
How to have a Stable Microsoft Outlook profile with 4-5GB+ data w/ MS Exchange Mail server ?
Windows 7 roaming profiles
ipconfig shows lots of "tunnel adapters", what are they?
DataGridView
Cisco ASA CSC setup
Regular Expressions PHP
htaccess Partial Query String Rewrite