To backup the Primavera P6 SQL database, log into SQL Server Management Studio using the default credentials of "sa" and "Prima123Vera", select the database and choose "Back Up" from the tasks menu, select a destination and filename for the backup file, then click OK to start the backup process. To restore, right click the database and select "Restore database", choose whether to overwrite the existing database or create a new one, select the backup file, check "Overwrite the existing database" and click OK to complete the restoration.
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
116 views
Backup SQL Database p6
To backup the Primavera P6 SQL database, log into SQL Server Management Studio using the default credentials of "sa" and "Prima123Vera", select the database and choose "Back Up" from the tasks menu, select a destination and filename for the backup file, then click OK to start the backup process. To restore, right click the database and select "Restore database", choose whether to overwrite the existing database or create a new one, select the backup file, check "Overwrite the existing database" and click OK to complete the restoration.
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 15
How to backup and restore Primavera P6
SQL database
How to Backup:
Go to Start -> SQL Server Management Studio
Enter Login information. The default username is “sa” and password is “Prima123Vera” Select the database, right-click, go to Task -> Back Up Click on “Add” button Select the backup file destination Enter backup file name Click OK to start the backup Then we’ve got the backup file in our hard-drive How to restore database:
Right click on Database and select Restore database
Select database to overwrite or enter a new name to create a new database from the backup file.
Select “From device” and choose backup file
Change Files of type to “All files” then you can see your backup file. Select the backup file Check on “Restore” Go to “Option”. Check on “Overwrite the existing database” Click OK. And database will be restored