Jump to: navigation, search

Difference between revisions of "HowTo:Install UBIK Database"


(See also)
(Configuration of SQL database)
Line 2: Line 2:
 
[[File:UI_MSSQL.png|thumb|alt=Alt text|Connect to MS SQL Management Studio]]  
 
[[File:UI_MSSQL.png|thumb|alt=Alt text|Connect to MS SQL Management Studio]]  
 
[[File:UI_RestoreDB.png|thumb|alt=Alt text|Restore database]]
 
[[File:UI_RestoreDB.png|thumb|alt=Alt text|Restore database]]
* Microsoft SQL Server 2008 R2
 
 
 
# Copy the file ''UBIK.RELEASE.bak'' to the local drive
 
# Copy the file ''UBIK.RELEASE.bak'' to the local drive
 
# Start the application MS SQL Management Studio and connect to the database server
 
# Start the application MS SQL Management Studio and connect to the database server

Revision as of 14:16, 10 April 2013

Configuration of SQL database

File:UI MSSQL.png
Connect to MS SQL Management Studio
File:UI RestoreDB.png
Restore database
  1. Copy the file UBIK.RELEASE.bak to the local drive
  2. Start the application MS SQL Management Studio and connect to the database server
  3. Navigate to "Databases" and add a new database
  4. Choose "Tasks / Restore / Database" from the context menu
    1. Choose the newly created database in the setting "In database"
    2. Choose the copied backup file in "From media"
    3. Check the "Restore" flag
  5. Switch to the options-slider and check "Overwriting actual data"
  6. Finish the process by clicking the "OK"

See also