all groups > sql server msde > april 2005 >
You're in the

sql server msde

group:

Removing Old Databases


Removing Old Databases digger27
4/28/2005 1:28:04 PM
sql server msde: My company will soon be upgrading our Access Database to SQL Server 2000. In
order to begin testing and programming for the move, I have downloaded and
installed SQL2K MSDE SP3. My install went smooth and it works fine. The
problem I am having is when I am creating new databases or upgrading from
Access databases. If I decide the SQL Database that I created isn't what I
am needing then I go to the Data directory for MSDE and delete the database.
However, when I use Access to create another database by upsizing it sees
that the previous databases are still installed, as does the MSDE Manager
that I downloaded.

Question is, is there something else that I need to be doing to completely
remove the SQL databases from my system beyond deleting them from the Data
folder wherer they are initially created?

Re: Removing Old Databases Norman Yuan
4/28/2005 5:22:26 PM
If you mean remove the database, while keep the server (SQL Server/MSDE),
then you need detach the database from SQL Server/MSDE first. Then you can
delete the corresponding *.mdf/*.ldf files.

[quoted text, click to view]

Re: Removing Old Databases digger27
4/29/2005 5:51:09 AM
Norman,
That was exactly the problem. Everything works great now.

[quoted text, click to view]
AddThis Social Bookmark Button