July 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 SERVER – Fix: SQL Server CPU Schedulers Offline

September 29, 2015
Pinal Dave
SQL, SQL Server, SQL Tips and Tricks
SQL CPU
Performance troubleshooting are some of the most common things I get to see as part this blog. A number of you keep sending me interesting mails that keep me up-to-date on my learnings. Yes, it is tough to know everything, but at the same time, it is almost impossible to…
Read More

SQL SERVER – Basic architecture of Transaction Logs

September 28, 2015
Pinal Dave
SQL, SQL Server, SQL Tips and Tricks
SQL Log
Readers bump into this blog because it tries to simplify some of the most complex topics into a digestible format. I am a strong believer of this and try to bring some of these topics from time-to-time. Even I find some of these topics confusing, if I can understand them…
Read More

Interview Question of the Week #038 – What is Left Semi Join Showplan Operator?

September 27, 2015
Pinal Dave
SQL, SQL Interview Questions and Answers, SQL Server, SQL Tips and Tricks
SQL Joins
It is very common of interviewers to ask questions which are a bit off and sometimes not used in daily life.  Here is such question I heard the other dya. Question: What is Left Semi Join Showplan Operator? Answer:  There are few interesting kinds of joint operations exists when execution…
Read More

SQL SERVER – How to Restore Corrupted Model Database from Backup?

September 26, 2015
Pinal Dave
SQL, SQL Server, SQL Tips and Tricks
SQL Error Messages
Another email from one of my blog reader, which made me think about the incorrect information which is available on the internet. Hi Pinal, I have corruption in model database and due to that SQL Service is not able to start. Here are the messages in SQL ERRORLOG 2015-09-23 21:45:07.00…
Read More

SQL SERVER – Failed Rule “Valid DSN” and “Valid Database compatibility level and successful connection”

September 25, 2015
Pinal Dave
SQL, SQL Server, SQL Tips and Tricks
SQL Error Messages
I always try to keep myself up-to-date with latest release of SQL Server. As a part of that I wanted to upgrade my SQL Server 2016 CTP2.2 to CTP2.3 version. While doing in-place upgrade I was blocked with few error and I was not able to proceed. Here is the…
Read More

SQL SERVER – Finding If Date is LastDay of the Month

September 24, 2015
Pinal Dave
SQL, SQL Server, SQL Tips and Tricks
SQL DateTime
As I said many times before SQL Server does not stop amazing me continuously. It does not matter how many questions and issues I have come across so far there are always new things to learn. Here is the question which I was asked – How do we know if…
Read More

SQL SERVER – Scope of ERROR_MESSAGE

September 23, 2015
Pinal Dave
SQL, SQL Server, SQL Tips and Tricks
SQL Error Messages
SQL Server supports Error handling efficiency. You can do this with the help of TRY and CATCH blocks. If there is an error you can get the exact error message using the system function ERROR_MESSAGE(). I will demonstrate it using the following code BEGIN TRY SELECT 1+'SQL' AS RESULT END…
Read More
Previous 1 … 11 12 13 14 15 16 17 … 393 Next
  • SQL Interview Q & A
  • Testimonials
  • Search
  • Privacy Policy

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

Go to mobile version