August 6, 2009 at 4:16 pm
per http://msdn.microsoft.com/en-us/library/ms189310.aspx
When you create a new Transact-SQL endpoint, connect permissions for public are revoked for the default TDS endpoint. If access to the public group is needed for the default endpoint, reapply this permission by using the GRANT CONNECT ON ENDPOINT::[TSQL Default TCP] to [public] statement.
Where can I view the existing permissions for endpoints, either system endpoints or user created endpoints?
Thanks.
August 6, 2009 at 4:26 pm
Check sys.server_permissions system catalog view.
_____________________________________
Pablo (Paul) Berzukov
Author of Understanding Database Administration available at Amazon and other bookstores.
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.August 6, 2009 at 4:39 pm
Excellent!
Thx.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply