Article Type:
|
How To
|
Product:
|
Other
|
Product Version:
|
|
Component:
|
|
Device Brands:
|
|
Created:
|
13-Oct-2011 4:55:17 PM
|
Last Updated:
|
|
How to migrate the database to SQL 2008
Solution - General Instructions - Back up in as many ways as possible:
- Symphony backup
- Direct database backup
- Follow Microsoft instructions for migrating databases from SQL 2005 to SQL 2008.
- Ensure that you have TCP/IP, Shared Memory, and Named Pipes protocols enabled in your SQL Server 2008 instance (run SQL Configuration Manager).
- Verify that you can establish a connection from a remote server over TCP/IP to your new database with a 3rd party tool.
- Run dbconfiguration.exe on all servers in your farm to adjust the connection string for each server to be the new SQL 2008 location.
- Restart all services on all servers in your farm using the killall r command. You may need to reboot the servers as well.
- Ensure that your services are running properly (can connect to the database).
Printshmem (command line utility on Symphony Server) will fail without database connectivity.
Specific Instructions Task 1: Backup the Database - Open a command prompt on the database server.
- Type: osql -S localhost\Aimetis -U sa
- Press Enter.
- Type in 1> BACKUP DATABASE Aira TO DISK = ‘C:\temp\<MyBackup>.bak’ //please define an existing path
- Press Enter.
- Type in 2> Go
- Press Enter.
- After it finishes, type quit and press Enter.
Task 2: Import New Database You can use the existing server and uninstall SQL and install the new version of SQL or move to another database which opens two options: - User same DNS and IP as previous SQL Server or use new information and replace all paths through the Symphony Setup Wizard or through the dbconfiguration tool
- On the new server install SQL and Management Studio.
- After installation is complete, and the SQL Connection manager steps are finished, restore <MyBackup>.bak into the SQL server.
- You might have to restart InfoServices.
Note: Moving from SQL 2005 Express to SQL 2008 Express does not upgrade the database itself, it still runs SQL V9. This is NOT related to Symphony. See Also:
Average rating:
|
|
Please log in to rate.
|
Rated by 0, Viewed by 4324
|
|