Viewing 15 posts - 1,786 through 1,800 (of 4,477 total)
Run this in master to see what logins have connect permissions to master:
SELECT
USER_NAME(grantee_principal_id) GranteeUserName,
permission_name Permission
FROM sys.database_permissions
WHERE...
June 4, 2018 at 1:44 pm
June 4, 2018 at 1:35 pm
June 4, 2018 at 1:29 pm
June 4, 2018 at 1:23 pm
June 4, 2018 at 1:12 pm
May 31, 2018 at 4:34 pm
Weekly Maintenance Job checking DB integrity returns alertsabout corruption DB:
Using the...
May 31, 2018 at 1:48 pm
May 31, 2018 at 1:28 pm
And I should add another thing to check... the times for each phase(retrieval, process and rendering) of the process would be in the ExecutionLog3 view.
I...
May 31, 2018 at 11:21 am
May 31, 2018 at 11:09 am
Viewing 15 posts - 1,786 through 1,800 (of 4,477 total)