diagnostic-connection-for-database-administrators with SSMS#4153
diagnostic-connection-for-database-administrators with SSMS#4153ChadSimmons wants to merge 1 commit intoMicrosoftDocs:livefrom ChadSimmons:patch-1
Conversation
Add steps for creating a DAC from SQL Server Management Studio to address the error "Dedicated administrator connections are not supported via SSMS as it establishes multiple connections by design. (Microsoft.SqlServer.Management.SqlStudio.Explorer)"
|
@ChadSimmons : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
|
Thank you @ChadSimmons - reviewing |
|
|
||
| > [!Note] | ||
| > To establish a DAC from SQL Server Management Studio | ||
| > - Disconnect all connections to the related database |
There was a problem hiding this comment.
- Disconnect all connections to the related SQL Server instance, including the Object Explorer and all open query windows.
There was a problem hiding this comment.
Apologies for the delay. GitHub notifications got marked as spam in an Outlook.com account (how is that possible!?).
Anyway, I would happily accept the change if I could figure out how. I even phoned a friend and we're stumped.
There was a problem hiding this comment.
No worries! I think you need to rewrite your change to match my review, I don't think there's a way to automatically accept it.
There was a problem hiding this comment.
I can't figure it out. I'm going to manually take in the changes @bluefooted recommended in our private repository.
@ChadSimmons thanks for the submission.
| > To establish a DAC from SQL Server Management Studio | ||
| > - Disconnect all connections to the related database | ||
| > - From the menu select **File** > **New** > **Database Engine Query** | ||
| > - From the connection dialog box in the Server Name field, enter **admin:** if using the default instance or **admin:\<*instance_name*\>** if using a named instance |
There was a problem hiding this comment.
admin:<server_name> if connecting to a default instance or admin:<server_name><instance_name> if connecting to a named instance.
There was a problem hiding this comment.
I would happily accept the change if I could figure out how.
|
I'm good with adding this, but I have requested a few changes to the wording, see my review above. |
|
@ChadSimmons, feel free to incorporate the proposed changes, or let me know and I will. Thank you. |
|
I'm closing this pull request and publishing in https://github.com/MicrosoftDocs/sql-docs-pr/pull/14735 We couldn't submit the update because the clone that was used for the original pull request is not available. Don't know why. I just manually added it. |
Add steps for creating a DAC from SQL Server Management Studio to address the error "Dedicated administrator connections are not supported via SSMS as it establishes multiple connections by design. (Microsoft.SqlServer.Management.SqlStudio.Explorer)"