SQL Server - Inserting Rows Using INSERT...SELECT Posted on February 13, 2004 To copy all the data from one table into another: [Read More] Tags: sqlserver
Exporting Registry Keys Posted on February 9, 2004 For example, to export all keys under the ASP.NET software section to a file called “test.txt”, run the following command: [Read More]
Installing Apache, MySQL and PHP on Slackware Posted on December 24, 2003 This assumes that none of the above are installed. If they are remove them from your system if you are not sure they are working correctly. [Read More] Tags: apache mysql php
Java sockets - file transfers Posted on December 14, 2003 Assuming you have an open socket for doing the transfer (and without the correct try..catch error handling you require): [Read More] Tags: java
Truncating SQL Server Log Files Posted on November 12, 2003 You can get the name of the log file for your database by looking in the sysfiles table. [Read More] Tags: sqlserver