Welcome to SqlServer-QA.net Sign in | Join | Help

SQL Server Storage Engine & Tools (SSQA.net)

SQL Server Tools includes storage engine that includes a complete set of graphical tools and command prompt utilities that allow users, programmers, and administrators. SSMS, SSRS, SSIS & SSAS are most commonly used tools.
Rename a SQL Server instance, is it possible?

Another common question on the forums, may be not a frequently performed task and as a DBA you should discourage in performing such actions.

Microsoft SQL development team has already documented the information over the KBA 303774 and for the server name changes yes, you can change the name of an instance as long as the server is not clustered. Also for SQL 2000 version specific information refer to AA197071 link on the MSDN. Further the links for SQL 2005 version and specific to Clustered installations too, http://msdn2.microsoft.com/en-us/library/ms143799.aspx on SQL2005 & http://msdn2.microsoft.com/en-us/library/ms178083.aspx for SQL 2005 Virtual server Cluster installations.

But say if you want to rename the instance that is already installed and used by the application then you have to reinstall with the name you wanted and move the databases, big job eh.
 
Posted: Tuesday, October 02, 2007 2:11 AM by SQL Master

Comments

Other SQL Server Blogs around the Web said:

Another common question on the forums, may be not a frequently performed task and as a DBA you should

# October 2, 2007 2:16 AM

SSQA.net - SqlServer-QA.net said:

Another common question on the forums, may be not a frequently performed task and as a DBA you should

# October 2, 2007 3:17 AM
Anonymous comments are disabled