Viewing 15 posts - 1 through 15 (of 125 total)
This also works
get-childitem 'SQLSERVER:\SQLRegistration\Central Management Server Group\
July 13, 2016 at 2:53 am
It looks like you have cribbed the code from here ..https://www.mssqltips.com/sqlservertip/3489/configure-sql-server-alerts-and-notifications-for-alwayson-availability-groups/
...have you updated the job_id to your specific job ids in your code?
If not use the link as...
July 12, 2016 at 8:50 am
UPDATE - Solved! Pesky kerberos
Thanks for those of you that responded. Your ideas put me on the right track. I went back to grass routes and re-checked everything and it...
July 12, 2016 at 8:39 am
Many thanks for the response; Much appreciated. [EDIT]...Sorry - I missed the 'credential' part of your post. I will give that a go (although not sure if that works if...
July 11, 2016 at 9:49 am
ok; I know this is really old post and has surely been resolved but just in case it's not...(as there was a new post)
Run SP_helprotect @username = 'whateverUserName' on the...
July 3, 2016 at 4:42 pm
See above:
Roy gave the answer. This is expected behaviour if the login is not granted view definition
May 20, 2016 at 6:51 am
Nice article although I think "Verify SQL backups" is misleading; there is nothing verifying the backups, just checking that they ran and completed. You would need to restore and integrity...
April 26, 2016 at 8:18 am
You can run it against remote servers 🙂
February 19, 2016 at 7:56 am
You could always take a look at MS Baseline Security Analyser. Not fantastic, but useful.
February 19, 2016 at 3:49 am
As long as there are not any triggers to complicate the issue, the merge statement would be another option. Not necessarily better, but at least you could update and insert...
February 1, 2016 at 1:27 am
Is it worth mentioning that sysprocesses is a deprecated table?
August 5, 2015 at 4:35 am
Is there a reason why you wouldn't just use native policy management in SQL to achieve the same?
January 15, 2015 at 2:48 am
I would think as a DBA, SP_HELPROTECT is a quicker option?
July 1, 2014 at 2:12 am
Many thanks SQL Buddy - I will test and get abck to you to let you know if it worked
March 4, 2014 at 2:38 am
I cannot get the oledb providers to work, neither the MS one or the oracle one, from within the import data function. Could you let me know the steps you...
March 2, 2014 at 5:14 am
Viewing 15 posts - 1 through 15 (of 125 total)