Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MSDE

Status
Not open for further replies.

djwatts

Programmer
Joined
Nov 10, 2004
Messages
91
Location
GB
Hi,

Installed MSDE and an application set up a database automatically

There were problems so I un-installed MSDE and deleted the directory in C:\Program Files\

Now when I re-install MSDE it shows the old database still and produces errors when it can't find the files.

Does anyone know how to do a "Clean" install or to totally remove all of the previous settings??? Is it something in the Registry???

Thanks for your help

 
All the databases are stored within the master database not the registry. SQL (and MSDE) doesn't store to much in the registry.

If when you reinstalled it picked up the old master database because it wasn't in the c:\Program Files folder it may have used it.

Denny
MCSA (2003) / MCDBA (SQL 2000)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
Donate to Katrina relief
 
Hi,

So what I did was,

Uninstall MSDE
Delete C:\Program Files\MSDE (or whatever it was called)
Reinstalled MSDE

And it still picks up the database. Is this master database located somewhere else???

Thanks for your help
 
search for a file called master.mdf

-------------------------------

If it doesn't leak oil it must be empty!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top