Removing SQL Express instances
using sql express, under computer management, sql server configuraqtion manager, sql server 2005 network configuration ihave following listed instances
csolution - not listed under services
mssqlserver - disabled
sqlexpress - diaabled
sqltest - disabled
sqlexpressdata - used vb05 program
questions
a) how delete instancces i not use. in msde, each instance removed via add/remove programs, don't see how remove under express
b) since sqlexpress default sql express installation, vbb05 program use instance; how do that?
any appreciated.
bob
a) when go add/remove programs, select sql 2005 entry , click on remove. pop box showing instances have on machine. can select 1 here , continue uninstall remove it.
b) when create db connection in vb app, you'll need supply db name connect to. here, use <machinename>/sqlexpress , connect instance. you'd same thing connect other named instance.
thanks,
sam lester (msft)
SQL Server > SQL Server Setup & Upgrade
Comments
Post a Comment