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
SQL Server Read Ahead Read Info.

What is Read Ahead Read in SQL Server? – Interview Question of the Week #197

October 28, 2018
Pinal Dave
SQL Interview Questions and Answers
Execution Plan, SQL Memory, SQL Performance, SQL Scripts, SQL Server

Question: What is Read Ahead Read in SQL Server?

Answer: This is SQL Server’s feature which brings data pages into the buffer cache.

Read More
McAfee HIP Engine.

SQL SERVER – Event ID: 2004 – Resource Exhaustion Diagnosis Events

October 8, 2018
Pinal Dave
SQL Tips and Tricks
SQL Error Messages, SQL Memory, SQL Scripts, SQL Server

A client with SQL Server memory issues saw Event ID 2004, Resource Exhaustion Diagnosis Events, naming sqlservr.exe for low virtual memory. Here is what it means.

Read More
Lock Pages In Memory text on red background.

What is Lock Pages In Memory? – Interview Question of the Week #186

August 12, 2018
Pinal Dave
SQL Interview Questions and Answers
SQL Memory, SQL Performance, SQL Server, Windows

What is Lock Pages in Memory? It keeps data in physical RAM instead of paging it to disk, and here is the gotcha and how to enable it step by step.

Read More
Identify memory used by each database.

SQL SERVER – Script to Identify Memory Used By Each Database

June 9, 2018
Pinal Dave
SQL Tips and Tricks
SQL Memory, SQL Scripts, SQL Server

A workshop attendee asked how much memory each database takes. Here is a short script on sys.dm_os_buffer_descriptors that shows memory used per database.

Read More
Get-DbaMaxMemory.

PowerShell – Get Maximum Memory of Server with dbatools

April 26, 2018
Pinal Dave
SQL Tips and Tricks
PowerShell, SQL Memory, SQL Scripts, SQL Server

Readers asked how to get started with dbatools. Here is a simple first step: finding the maximum memory of a server with one PowerShell command.

Read More
Error dialog box.

SQL SERVER – Fix – Error – Property MemoryAllocatedToMemory OptimizedObjectsInKB is not available for Database. This property may not exist for this object, or may not be retrievable due to insufficient access rights.

February 8, 2018
Pinal Dave
SQL Tips and Tricks
SQL Error Messages, SQL Memory, SQL Server, SQL Server Management Studio, SQL Server Security

The MemoryAllocatedToMemory OptimizedObjectsInKB error popped up while I was teaching a workshop. It is a permissions issue, and one command fixes it.

Read More
Memory Grants Pending SQL Server.

How to List Queries With Memory Grant and Execution Plan? – Interview Question of the Week #154

December 31, 2017
Pinal Dave
SQL Interview Questions and Answers
SQL DMV, SQL Memory, SQL Scripts, SQL Server

A workshop customer suspected one of their queries used too much memory. Here is the script I gave them to list running queries with Memory Grant and plan.

Read More
Previous 1 … 8 9 10 11 12 13 14 15 Next
  • Books
  • Testimonials
  • Privacy Policy

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