Sep 2025 Discount: Comprehensive Database Performance Health Check | Testimonials

Home
  • Consulting
  • Training
  • Free Videos
  • All Articles
    • Interview Questions and Answers
    • SQL Tips and Tricks
    • SQL Performance
    • SQL Puzzle
    • Big Data
    • Blog Stats
    • SQL Books
    • Search SQLAuthority
  • Downloads
  • Hire Me
  • Health Check

SQL Authority News – 100 Million Views and Onwards

August 22, 2015
Pinal Dave
Personal, SQL, SQL Server, SQL Tips and Tricks
SQL Milestone
I will always remember August 20, 2015 as a landmark milestone for SQLAuthority.com. On August 20th, this blog crossed 100 Million Views. When I started this journey on November 1, 2006, I had no idea that there will be over 100 Million Views on this blog. I am indeed very proud…
Read More

SQL SERVER – DBCC CHECKDB errors – Msg 2520 during executions

August 21, 2015
Pinal Dave
SQL, SQL Server, SQL Tips and Tricks
SQL Error Messages
Some of the simplest recommendations can lead you to some bizarre output that we never anticipated. I always recommend running DBCC CHECKDB on mission critical databases because we need to be 200% sure that the database disk system is healthy from time to time. During one of my sessions, I…
Read More

SQL SERVER – Rewriting Database History – Notes from the Field #094

August 20, 2015
Pinal Dave
SQL, SQL Server, SQL Tips and Tricks
Notes from the Field
[Note from Pinal]: This is a 94th episode of Notes from the Field series. When I read the title of this article – I was extremely intrigued with it – Rewriting Database History! When I was a kid, history was my favorite subject and till today when I have to deal…
Read More

SQL SERVER – How to Migrate Existing Database to Contained Databases

August 18, 2015
Pinal Dave
SQL, SQL Server, SQL Tips and Tricks
SQL Scripts
Most of the queries that land into my inbox are based on something I have already written or something people want to explore more on. When it comes to learning and exploring the skills, there is no better way compared to people asking me some tough questions. This blog is…
Read More

SQL SERVER – PowerShell – Knowing SQL Server Information

August 17, 2015
Pinal Dave
SQL, SQL Server, SQL Tips and Tricks
Powershell
If you search this blog, there are a number of PowerShell scripts that I have shared in the recent past. Some of them include: Using PowerShell and Native Client to run queries in SQL Server Identify Disk Latency on SQL Server Box Using PowerShell How to Find Logical and Physical…
Read More

Interview Question of the Week #032 – Best Practices Around FileGroups

August 16, 2015
Pinal Dave
SQL, SQL Interview Questions and Answers, SQL Server, SQL Tips and Tricks
Here is another question I just heard during a recent interview in the multinational company. I have observed over 1000s of interview, but this is the first time I have heard this is being discussed and I was very much glad to hear it. I have listed the answer of…
Read More

SQL SERVER – How to Identify Locked Table in SQL Server?

August 15, 2015
Pinal Dave
SQL, SQL Server, SQL Tips and Tricks
Here is a quick script which will help users to identify locked tables in the SQL Server. SELECT OBJECT_NAME(p.OBJECT_ID) AS TableName, resource_type, resource_description FROM sys.dm_tran_locks l JOIN sys.partitions p ON l.resource_associated_entity_id = p.hobt_id When you run above script, it will display table name and lock on it. I have written…
Read More
Previous 1 … 116 117 118 119 120 121 122 … 535 Next
  • SQL Interview Q & A
  • Testimonials
  • Search
  • Privacy Policy

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

Go to mobile version