Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
BobLewiston
Starting Member
29 Posts |
Posted - 2009-03-14 : 22:39:41
|
How can I uninstall the AdventureWorks sample databases? They're not an application, so I can't do it via Add / Remove Programs or a downloaded uninstaller.They're apparently corrupt, and they've been trouble from the git-go. The machine crashed when installing them. When I try to access them via SQL Server Management Studio, the machine crashes. When I try to reinstall them without uninstalling them, the machine crashes.The setup prgram is SQL2008.AdventureWorks_All_Databases.x86.msi (yes, my machine is 32-bit) which I downloaded from http://msftdbprodsamples.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=18407, which a couple other folks have told me worked fine for them. And my installer is up to date, and the only system requirement (a correct version of Windows) has been met.I don't want to guess which files I should delete manually - that could be inviting trouble.In summary: help! |
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2009-03-14 : 23:02:11
|
If you can get into Management Studio, try DROP DATABASE AdventureWorks. |
|
|
|
|
|