Icon explained    
Articles marked with this logo are 'subscriber' only articles. Click here to become a subscriber
Small Business Server articles and howto's    

Current Articles | Search

How to create a new SQL instance and move databases
By Mariette Knap :: 1 Comments :: :: Server issues, SBS 2003, SBS 2000, Public articles
TERMS
This document and what comes with it are provided as-is with blunt warning: Use at your own risk, buyer beware. You break your system; you own the resolution as well. We have no liability for what you do, or can't do, or fail to do with this information. Your entire protection is to start over again with a protected backup, or from protected system. If you don't want to accept this idea, please don't use this document.
Install a new named SQL 2000 instance on your SBS 2003 server.
 
As always you must have a working backup before you proceed. Put the Premium Technology CD in your CD player and have a look at the first screenshot.
 
 
Choose 'Install Microsoft SQL Server 2000'. Note that if you run this from SBS 2003 Premium Technologies SP1 integrated media the extract window will show, if you install SQL 2000 from Gold media the SQL installer will start immediately.
 
 
Click continue and ignore this warning.
 
 
Click next to continue setup
 
 
Be sure that local computer is selected and click next.
 
 
Select to 'Create a new instance of SQL Server, or install Client Tools'.
 
 
Fill in your name and company name if it does appear in this window.
 
 
Accept the EULA and click Yes.
 
 
Choose 'Server and Client Tools' and click Next
 
 
Uncheck 'Default' and give the instance a name.
 
 
You can choose to put the databases on another partition or drive. In most cases you should do that.
 
 
Choose 'Use the Local System account'. In most cases this is the easiest way to setup a new instance. Only in situations where security is a concern you would create a special account that is only used to start the new instance, for example a database that is the back end of a web server but this is outside of the scope of this article.
 
 
Depending on your needs you will set the database to 'Mixed Mode' or 'Windows Authentication'. In our case we choose Mix Mode because we want to use this database in a web application. You must define a 'sa' password. Be sure to make this a very complex and long password because the 'sa' account has access to everything in this new instance. If you are going to use this instance and its databases in a web application you should never use the 'sa' account in your connection string. Instead of using the 'sa' account you should create a new account that is 'dbowner' of only that database you are going to use.
 
 
Click finish to complete setup.
 
 
After the installation of this new SQL instance we need to upgrade it with SQL 2000 SP4. Please, follow the instruction on 'How to install SQL 2000 Service Pack 4'.

Previous Page | Next Page
Comments
By Peter Xu @ Wednesday, November 15, 2006 3:10 AM
It's very helpful.
But I met new problem. The only admin can access the batabase. How can I allow other users to login?

Peter

You must be logged in to post a comment. You can login here