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
Include C++ header files in .Net Application
MS Dynamics GP 10 Security query
RSH client for windows 2008 r2
create bootable usb device with multiple OS's to choose from for installation
2 IP to same windows 2003 server for RDP and VPN issue
How to figure out input value passed via XML
c drive cleanup
How do I save incoming email attachments into a specific folder?
The future of VBA
Batch printing word document to non-default printer