Comments on: How To View Data in Hidden System Tables. https://sqlserverlearner.com/2013/01/02/how-to-view-data-in-hidden-system-tables/ LEARN SQL SERVER ONLINE Fri, 01 Feb 2013 06:22:00 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Devi Prasad https://sqlserverlearner.com/2013/01/02/how-to-view-data-in-hidden-system-tables/comment-page-1/#comment-2073 Fri, 01 Feb 2013 06:22:00 +0000 https://sqlserverlearner.azurewebsites.net/2013/01/02/how-to-view-data-in-hidden-system-tables/#comment-2073 In reply to Prabhu.

Hi Prabhu,

Use ADMIN:servernameinstancename

For Example:
if the server name is servertest and the instance name is SQL1
then use

ADMIN:servertestSQL1

Please note:
1. Dedicated Administrator Connection is only allowed from a client running on the server. By default network connections are not supported.

2. Only users with SQL Server sysadmin role can use DAC.

Please refer to below link for additional details.
http://msdn.microsoft.com/en-us/library/ms189595(v=sql.105).aspx

Thanks,
Devi Prasad.

]]>
By: Prabhu https://sqlserverlearner.com/2013/01/02/how-to-view-data-in-hidden-system-tables/comment-page-1/#comment-2072 Wed, 30 Jan 2013 15:10:40 +0000 https://sqlserverlearner.azurewebsites.net/2013/01/02/how-to-view-data-in-hidden-system-tables/#comment-2072 Hi gakkula,

I tried the above couldn’t succedded, resulted in error stating that server not found or unavailable.

please suggest.

Thanks,
Prabhu

]]>