June 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 – How to Identify InMemory Objects Can be Identified in SQL Server?

October 23, 2015
Pinal Dave
SQL, SQL Server, SQL Tips and Tricks
In-Memory OLTP
When SQL Server introduced InMemory OLTP functionality, it is a great addition to the database. I have seen people use this capability in limited capacity for specific use case scenarios. As a seasoned developer, it is difficult to know what are the consumers of memory. In a recent conversation, I…
Read More

SQL SERVER – Interesting Observations Using MONEY Datatype

October 22, 2015
Pinal Dave
SQL, SQL Server, SQL Tips and Tricks
SQL Datatype, SQL PASS
MONEY is one of the data types supported in SQL Server. There are some interesting information about this. Observation 1: Money datatype can accept up to four scale values. DECLARE @money money SET @money='$1,200.45679' SELECT @money which results to 1200.4567 Observation 2: If the scales value exceeds 4 digits, it is rounded to…
Read More

SQL SERVER – Database Size Limitation in SQL Express

October 21, 2015
Pinal Dave
SQL, SQL Server, SQL Tips and Tricks
SQL Server Express
I have a tendency to write a number of interview style questions and those are quite popular in this blog. Having said that, sometimes we get asked about tricky questions on a small variety which we might know some of the basics – but sometimes it makes us think twice.…
Read More

SQL SERVER – Log Shipping Restore Job Error: The file is too recent to apply to the secondary database

October 20, 2015
Pinal Dave
SQL, SQL Server, SQL Tips and Tricks
SQL Error Messages
If you are a DBA and handled Log-shipping as high availability solution, there are a number of common errors that come that you would over a period of time become pro on resolving. Here is one of the common error which you must have seen: Message 2015-10-13 21:09:05.13     *** Error:…
Read More

SQL SERVER – ColumnStore Frequently Asked Queries

October 19, 2015
Pinal Dave
SQL, SQL Server, SQL Tips and Tricks
SQL Index
This blog talks about troubleshooting scenarios in FAQ format when dealing with ColumnStore Indexes inside SQL Server. Use a combination of trace flags, query hints, performance counters, extended events discussed in various blogs to gather relevant data and troubleshoot the problem. Sometimes I have seen people use ColumnStore as a…
Read More

Interview Question of the Week #041 – What is a Merge Join?

October 18, 2015
Pinal Dave
SQL, SQL Interview Questions and Answers, SQL Server, SQL Tips and Tricks
SQL Joins
Question: What is a Merge Join? Answer: The Merge Join transformation provides an output that is generated by joining two sorted data sets using a FULL, LEFT, or INNER join. The Merge Join transformation requires that both inputs be sorted and that the joined columns have matching meta-data. The user cannot…
Read More

SQL SERVER – Script Upgrade Mode on Failover – Why?

October 17, 2015
Pinal Dave
SQL, SQL Server, SQL Tips and Tricks
Troubleshooting Cluster related queries is always a challenge and every once in a while I get mails around these. One of my friend wrote email to me and it caught my attention and I took couple of days to explore and felt worth to share it here: <EMAIL> Hi Pinal.…
Read More
Previous 1 … 102 103 104 105 106 107 108 … 519 Next
  • SQL Interview Q & A
  • Testimonials
  • Search
  • Privacy Policy

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

Go to mobile version