How to uninstall AdventureWorks sample databases?

BobLewiston

In Runtime
Messages
182
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!
 
Uhm, there is one way. Open command prompt.
Then do this in the correct order.

%systemroot%\system32\restore\rstrui.exe

select the time to restore (specifically a time when you didnt have the file, then just restore) and it should be fine, but if thats not the case. Write me back and get TeamViewer 4 and I will help ya.

If that doesnt work do a CHKDSK or DSKCHK in command prompt.
 
Back
Top Bottom