September 21, 2003
A quick note on upgrading from an Access DB to a SQL DB.
I see a lot of people in forums, and support sites for popular ASP Applications I use struggling with a conversion between...
August 22, 2003
This article explains how to share a work table across multiusers. It also address locking strategies.
If for example you have to use a reporting Software, like Crystal reports,...
November 12, 2001
When attempting to restore a database you'll often get an error saying you must be in exclusive mode...
When attempting to restore a database you'll often get an error...
November 28, 2000
This article demonstrates how to attach / detatch a database using SQL commands
Open the query analyzer, and enter either
To detatch the database sp_detach_db StuckIndoors
...