SQL Server – Disabled User Account Overrides AD Group Authorization!
Just a quick note on a scenario I ran into, and what I did to fix...
Just a quick note on a scenario I ran into, and what I did to fix...
When a High Availability (HA) environment failed over, on the node that became Secondary, the backup...
Here is a situation I just came across (boiled down and simplified). An end user was...
This is perhaps my most commonly used query when troubleshooting. From SQL Server DMV’s in action...
When using AlwaysOn, you must connect using your listener name, not your node name. If you connect with the node name, it will only work until there is a failover, which would defeat the purpose of your High Availability setup, right?
While this seems like a simple thing to do, I recently discovered so many ways not to do it (also known as failing) that I just had to document this one.
Query to get all currently running jobs with their run duration in seconds. Source: http://www.sanssql.com/2013/08/t-sql-query-to-find-currently-running.html SELECT...
This is a bit of a scary task. Someone tells you about 87 databases that all...
If you've painted yourself into the single_user corner, here is how you can get out.