删除WSS卸载后遗留的数据库

mac2022-06-30  28

卸载Windows SharePoint Server后,留下了一个实例名为MICROSOFT##SSEE的数据库,经过2个小时查资料后,终于找到了一个好用的方法:

http://technet.microsoft.com/en-us/library/cc708610(WS.10).aspx

To uninstall Windows Internal Database

Open a command shell.

Call msiexec with the correct key for the operating system platform.

On 32-bit platforms: msiexec /x {CEB5780F-1A70-44A9-850F-DE6C4F6AA8FB} callerid=ocsetup.exeOn 64-bit platforms: msiexec /x {BDD79957-5801-4A2D-B09E-852E7FA64D01} callerid=ocsetup.exe

转载于:https://www.cnblogs.com/HCOONa/archive/2009/10/29/1591879.html

最新回复(0)