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
Editable dropdown list in ASP.net 3.5 using C#
JavaScript Error in IE7 menu hover background does not work
Draytek Vigor 2820 - x2 PPPOA ADSL connections
Running Access VBA on Open Office Base
Sql Query New data at 9am only
Cocoa xcode simple startup (iPhone)
Convert web.config from .NET 3.5 to 4.0
Delphi variant array
TP-Link td w8960n wireless bridge setup
Configure Cisco router with PPPoe for ADSL connection