Difference between revisions of "HowTo:Install UBIK Database"
m (moved Microsoft SQL Server to UBIK Database)  | 
				|||
| Line 14: | Line 14: | ||
==See also==  | ==See also==  | ||
* [[Installation_UBIK_Studio|Set up {{UBIK}} Studio]]  | * [[Installation_UBIK_Studio|Set up {{UBIK}} Studio]]  | ||
| − | * [[  | + | * [[Installation_UBIK_Enterprise_Service|Set up {{UBIK}} Enterprise Service]]  | 
| + | * [[UBIK_Webservice|Set up {{UBIK}} Webservice]]  | ||
| + | * [[UBIK_Studio_Basics|{{UBIK}} Studio Basics]]  | ||
[[Category:UBIK Studio]]  | [[Category:UBIK Studio]]  | ||
[[Category:Configuration]]  | [[Category:Configuration]]  | ||
Revision as of 08:52, 3 September 2013
Configuration of SQL database
File:UI MSSQL.png  
Connect to MS SQL Management Studio
File:UI RestoreDB.png  
Restore database
- Copy the file UBIK.RELEASE.bak to the local drive
 - Start the application MS SQL Management Studio and connect to the database server
 - Navigate to "Databases" and add a new database
 -  Choose "Tasks / Restore / Database" from the context menu
- Choose the newly created database in the setting "In database"
 - Choose the copied backup file in "From media"
 - Check the "Restore" flag
 
 - Switch to the options-slider and check "Overwriting actual data"
 - Finish the process by clicking the "OK"
 
