February 19, 2008 at 2:19 am
Hi
I want to remove an existing Database Instance from sql server 2005 installation server.
Already a separate production instance is running in the same server.
Without disturbing the production instance I need to do it.
Please suggests how to do it.
biju
February 19, 2008 at 2:22 am
As usual go to Add/Remove programs and Remove SQL Server. In the un-installation screen select the Instance that you want to remove.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
February 19, 2008 at 11:59 am
Just watch out for removing things like Management Tools. I removed an instance (think it was 2000, not 2005) on a multi-instance server and was left with the other SQL instance but no tools on the server to manage it.
MARCUS. Why dost thou laugh? It fits not with this hour.
TITUS. Why, I have not another tear to shed;
--Titus Andronicus, William Shakespeare
February 19, 2008 at 5:19 pm
Hi Pradeep,
As i had already mentioned there is also a another instance which is now in production.
Is the suggested method is the safer one?
If yes then what are the things I have to take care while removing the second database instance.
February 20, 2008 at 12:53 am
biju127 (2/19/2008)
Hi Pradeep,As i had already mentioned there is also a another instance which is now in production.
Is the suggested method is the safer one?
If yes then what are the things I have to take care while removing the second database instance.
Make sure you do not uninstall the client tools. Also make sure you specify the correct instance name to uninstall. Then you will be fine.
After uninstalling, go to your Windows Explorer and delete all folders (installation, data files) of the uninstalled instance.
I would suggest that you reboot your machine, once all this is done.
__________________________________________________________________________________
SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
Persisting SQL Server Index-Usage Statistics with MERGE[/url]
Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]
May 1, 2009 at 11:15 am
This is just a validation of the anxiety one might feel in using the wizard for removing an instance.
The problem is: the language used in the wizard screens AFTER choosing the instance to be removed seems to imply a GLOBAL rather than limited change and it nowhere again indicates which instance you are going to affect by proceeding.
When one is working on a production machine in which other instances are active, this is very disconcerting.
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply