I have a GUI method 1st, then a SQL query below the screenshot.
In order to get the DW out of single-user, just perform the steps below in reverse and select mulit-user.
- Open SQL Server Management Studio and connect to the Instance of SQL where the DW resides
- Open the OperationsManagerDW properties by right clicking the DW and select properties
- Scroll to the bottom of the options until you reach ‘Restrict Access’
- Change the field to SINGLE_USER or MULTI_USER depending on what operations is being performed.
You can also use the query below to remove single-user restriction back to multi-user. Ensure that you are running the query against the ‘master’ db.
1st – Run this query to check for open logins to the DW