Download transfer the PecStar database to a new server

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Tandem Computers wikipedia , lookup

Entity–attribute–value model wikipedia , lookup

Serializability wikipedia , lookup

IMDb wikipedia , lookup

Extensible Storage Engine wikipedia , lookup

SQL wikipedia , lookup

Microsoft Access wikipedia , lookup

Oracle Database wikipedia , lookup

PL/SQL wikipedia , lookup

Open Database Connectivity wikipedia , lookup

Team Foundation Server wikipedia , lookup

Ingres (database) wikipedia , lookup

Database wikipedia , lookup

Btrieve wikipedia , lookup

Concurrency control wikipedia , lookup

Relational model wikipedia , lookup

Microsoft Jet Database Engine wikipedia , lookup

Database model wikipedia , lookup

Microsoft SQL Server wikipedia , lookup

Clusterpoint wikipedia , lookup

ContactPoint wikipedia , lookup

Transcript
How to transfer the PecStar database to a new server
October, 2013
This topic explains how to transfer the PecStar database to a new server.
You can either use PecStar database manager or SQL Server Management Studio to transfer the database.
Method 1: backup and restore the PecStar database using PecStar database manager
The PecStar software has a database manager utility to help database maintenance, which can be used to
perform backup, restore, export, import, clear, auto-export, and data sync tasks.
Please follow the steps below:
1.
2.
3.
4.
5.
backup the PecStar database using PecStar database manager on the old server
copy the backup files (.bak) from the old server to the new server
install the PecStar on the new server, please enter the same project name as the old server
restore the PecStar database using PecStar database manager on the new server
start PecConfig and change the computer name and IP address to the new server in System
Network properties
Please refer to <PecStar iEMS V3.5 User Guide_Chapter 12_DatabaseManager> for details.
Method 2: detach and attach the PecStar database using SQL Server Management Studio
The PecStar software has a database manager utility to help database maintenance, which can be used to
perform backup, restore, export, import, clear, auto-export, and data sync tasks.
Please follow the steps below:
1.
2.
3.
4.
5.
detach the PecStar database using SQL Server Management Studio
copy the physical files(.mdf, .ldf, .ndf) from the old server to the new server
attach the database to the new server
install the PecStar on the new server, please enter the same project name as the old server
start PecConfig and change the computer name and IP address to the new server in System
Network properties
Please refer to <SQL Server on-line help: database attach and detach> for details.