Post-restore configurations on the database¶
All operations on this page are to be performed in Microsoft SQL Server Management Studio.
Verification of the database owner¶
Run the two queries below. If both queries do not return the same value, then it is necessary to run another query to change the owner.
Query 1
1 | |
Query 2
1 | |
After executing queries 1 and 2, compare the results:
-
If the results of queries 1 and 2 are identical, no action is required.
-
If the results of queries 1 and 2 are different, execute the following query:
1EXEC sp_changedbowner '<Valeur SL.Name renvoyée par la requête 1>'
Verification of certain constants¶
The following queries can be used to verify that certain constants are preserved:
Query 1
1 | |
If the result is not 1, execute the following query:
1 | |
Query 2
1 | |
If the result is not 1, execute the following query:
1 | |
Activation of the broker¶
To install the broker, run the following query:
1 | |