Viewing 5 posts - 16 through 20 (of 20 total)
During the installation of our software we use InstallShield to revoke the Administrator logins, and apply a password to the sa account. This is because (with our wonderful setup on...
May 27, 2005 at 2:45 am
A better way would be to use SQL-DMO. It can be used for most functions available via EM. I have a backup/restore utility written in VB which can also drop/detach/reorganise/reindex...
May 11, 2005 at 2:24 am
Another thing to consider is that when Attaching a database you don't already need an entry in SQL Server for that database.
In my experience I can detach a database from one...
April 13, 2005 at 2:05 am
I had a similair problem here, where our VB SQL-DMO backup program would return an error from SQL Server stating it couldn't find the .mdf file. Reload the software and...
March 30, 2005 at 4:43 am
What does the SQL error log say about the suspect database, and why it went suspect?
We've had a spate of such errors here which have been caused by a Log scan...
March 16, 2005 at 5:20 am
Viewing 5 posts - 16 through 20 (of 20 total)