开发者

Removing sql server instances

I was trying to install SQL server 2008, but I couldn't manage to install SQL Management Studio, and I ended up going through the installation process 3 times before I got it installed properly, but now I have these extra instances of SQL Server installed that I don't need. I followed the instructions on MSDN but all that says to do is go through the Add/Remove programs, which uninstalls SQL server but doesn't remove the instances. Anyone know of a good开发者_StackOverflow社区 way to get rid of the additional instances?


They appear as services, if you look through your registry to HKEY_LOCAL_MACHINE\CurrentControLSet\service there will be items for each instance. You can of course, just delete them. as SQL its self is still wanted, but the service just starts another copy with an instance name as a parameter. Eg sqlservr.exe -myInstance

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜