Viewing 4 posts - 1 through 4 (of 4 total)
Thanks a lot. Assigning full control to SQL SErvice Account on respective file/folder works.:-)
November 28, 2016 at 11:54 pm
The query with inner joins is not getting correct results in all cases. Try this one
select sys.schemas.name 'Schema'
, sys.objects.name Object
, sys.database_principals.name username
, sys.database_permissions.type permissions_type
, sys.database_permissions.permission_name
, sys.database_permissions.state permission_state
, sys.database_permissions.state_desc
, state_desc...
June 15, 2016 at 11:48 pm
I am also experiencing similar problem occasionally with our workload while running in SQL 2014 sp1 getting error: There is insufficient memory available in the buffer pool. I run the...
May 14, 2016 at 6:08 am
I found an easy way in SSMS menus select Window > Reset Window Layout and click yes on the confirmation box. Now you can click and open Registered servers window...
February 18, 2016 at 12:52 am
Viewing 4 posts - 1 through 4 (of 4 total)