Microsoft
Software
Hardware
Network
Question : Update date column
i need to set the date column to sysdate for all the records in a table
Answer : Update date column
Oracle
update yourtable set yourcolumn = sysdate;
SQL Server
update yourtable set yourcolumn = getdate()
Random Solutions
Remove leading space from MySQL entries
XP Profiles inaccessible from admin accounts: can't copy profiles
Exchange Server 2003 install error
How to uncheck a radio button
Need a batch file to copy files in a folder and append the date and time
Internet Explorer will not automatically open Citrix .ICA files for the web client
Outlook 2007 constantly asking for password on open - OWA
Windows automatically adds ps extension to eps file
List all tables command
Detect if a text box grows - Access Report