Provision RBS Data Store
To provision RBS Data Store, follow the steps given below:
-
Click Start -> All Programs -> Microsoft SQL Server 2008 ->SQL Server Management Studio.
-
Expand Databases.
-
Select the content database for which you want to create RBS Data store, and then click New Query.
-
In the Query pane, copy and execute the SQL query given below.
-
Replace the ContentDbName with your database name in the query given below:
|
use [ContentDbName]
if not exists (select * from sys.symmetric_keys where name = N'##MS_DatabaseMasterKey##')create master key encryption by password = N'Admin Key Password !2#4'
|
-
If you install RBS without running the above query, the following error will be prompted.
See Also