This month's discount Comprehensive Database Performance Health Check · Testimonials
SQLAuthority with Pinal Dave
Home
  • Consulting
    • Health Check
  • Free Videos
  • All Articles
    • AI
    • SQL Performance
    • SQL Tips and Tricks
    • Interview Questions and Answers
    • SQL Puzzle
    • SQL Video
    • SQLAuthority News
    • Personal
  • Books
  • Consulting
DMV to Replace DBCC INPUTBUFFER Command - Interview Question of the Week #100

DMV to Replace DBCC INPUTBUFFER Command – Interview Question of the Week #100

December 4, 2016
Pinal Dave
SQL Interview Questions and Answers
SQL DMV, SQL Scripts, SQL Server, SQL Server DBCC

Is there a DMV to replace the DBCC INPUTBUFFER command? An interview question that caught me off guard, answered with sys.dm_exec_input_buffer.

Read More
SQL SERVER - 2016 - Wait Stats and Queues Script Updated - Identify Resource Bottlenecks

SQL SERVER – 2016 – Wait Stats and Queues Script Updated – Identify Resource Bottlenecks

September 17, 2016
Pinal Dave
SQL Performance
SQL DMV, SQL Scripts, SQL Server, SQL Server 2016, SQL Wait Stats

My popular Wait Stats and Queues script, now updated for SQL Server 2016. It works on 2008, 2012 and 2014 too and helps you identify resource bottlenecks.

Read More
SQL SERVER - How to Downgrade SQL Server Edition?

SQL SERVER – How to Downgrade SQL Server Edition?

September 14, 2016
Pinal Dave
SQL Tips and Tricks
SQL DMV, SQL Server

A vendor installed Enterprise Edition without the license. Here is how to downgrade SQL Server edition, say from Enterprise to Standard, on the same version.

Read More
How to Find Recent Executed Queries in SQL Server? - Interview Question of the Week #087

How to Find Recent Executed Queries in SQL Server? – Interview Question of the Week #087

September 4, 2016
Pinal Dave
SQL Interview Questions and Answers
SQL Cache, SQL DMV, SQL Scripts, SQL Server

An interview question that stumped candidates: how do you find recent executed queries in SQL Server? A DMV script using sys.dm_exec_query_stats answers it.

Read More
Detect Performance Problems

SQL SERVER – DMVs to Detect Performance Problems in SQL Server – Notes from the Field #135

August 4, 2016
Pinal Dave
SQL Tips and Tricks
Notes from the Field, SQL DMV, SQL Server

[Notes from Pinal]: Performance tuning is a complex subject, SQL SERVER – DMVs to Detect Performance Problems in SQL Server.

Read More
SQL SERVER - Script: Change Service Account Using WMI / SMO

SQL SERVER – Script: Change Service Account Using WMI / SMO

January 23, 2016
Pinal Dave
SQL Tips and Tricks
PowerShell, SQL DMV, WMI

How do you manage 1000 SQL Servers without clicking through each one? Here is the script I use to change service account for all instances with WMI and SMO.

Read More
Test database server backups.

SQL SERVER – Identify Time Between Backups Calculation

September 7, 2015
Pinal Dave
SQL Tips and Tricks
SQL Backup and Restore, SQL DMV

A DBA whose latest tape backup was corrupt wanted to know the possible data loss. This script uses backup history to calculate the time between backups.

Read More
Previous 1 … 14 15 16 17 18 19 20 … 24 Next
  • Books
  • Testimonials
  • Privacy Policy

© 2006 – 2026 All rights reserved. pinal @ SQLAuthority.com