Top 5 Free Tools for the Database Administrator
As an instructor with Learning Tree I’m often asked, especially when teaching the 2108 SQL Server Database Administration class which free tools I recommend for tasks such as monitoring, running...
View ArticleRenaming Physical Database File Names for a SQL Server Database
By:Manvendra Singh || Related Tips:More > Database Administration Problem Sometimes we need to rename our databases on SQL Server instances. When we rename a database, the database name changes but...
View ArticleImprove SQL Server Analysis Services MDX Query Performance with Custom...
By:Siddharth Mehta || Related Tips: > Analysis Services Performance Problem In SQL Server Analysis Services (SSAS), when an MDX query is executed, it makes calls to the formula and storage engine...
View ArticleWhat is T-SQL?
T-SQL, short for Transact-SQL, is a set of programming extensions for Sybase and Microsoft that actsas an extension to Structured Query Language (SQL,allowing the companies to interact with relational...
View ArticleSQL Server -Dump Info on Keys
Here’s a short stored procedure that could be useful when trying to understand a SQL Server database. Let’s say that you have a simple schema like the one below. Person has GroupID as a foreign key (...
View ArticleWorking with Temporal Tables in SQL Server 2016 (Part 2)
In myprevious post, I introduced the concept of temporal data, and explained at a high level how SQL Server 2016 implements temporal tables. This post dives into the details of exactly how you create...
View ArticleIs there a good reason to use SSAS cubes anymore?
After using SSAS cubes on a project recently, I’m not sure I would do it again. Some of my observations: The performance benefits in SSAS come from compressed, columnar storage with batch computation;...
View ArticleSQL SERVER SSMS Enhancement Databases Node Filter Capability
I have been playing around with SQL Server 2016 for a while now and it is interesting how some of the things have changed drastically with this release. One of the key things I felt was the ability to...
View ArticleFirst Responder Kit 2016-09: sp_Blitz, sp_BlitzCache, sp_BlitzIndex Improvements
First, thanksto 5 community volunteers for contributing code this month.In addition to lots of bug fixes, small stuff, and a new Github issue template (thanks, Konstantin Taranov ) here’s the big...
View ArticleHow to Find Recent Executed Queries in SQL Server? Interview Question of the ...
Interviews are fun. Most of the time the interviewer has all the interesting questions, but I often come across a few individuals who stomps the interviewer. I was recently called by one of the...
View ArticleSQL SERVER Understanding How to Play With Row Constructor
Every version of SQL Server brings in something new that challenges our understanding of how the software product works. For me, working with SQL Server is quite refreshing and fulfilling because every...
View Article#0384 SQL Server Basics Implicit Conversion Blank strings (”) are t ...
On one of the forums, I encountered an interesting question the other day. The person asking the query had a table which had integers, null values and blank strings. In order to clean up this data, it...
View ArticleDAX Date Dimension and Fun with Date Math
I was working on a SSAS Tabular 2016 solution for a project for which I had no data (an empty data model, but no data). I was not in control of the source data warehouse, so I couldn’t change what I...
View ArticleDELETE operation in SQL Server HEAPs
When I first recovered from the surprise of seeing the huge number of heaps in the database project that I’d just become involved with, I was left with a burning curiosity as to how and why it had been...
View ArticleStatistics with T-SQL and R the Pearson’s Correlation Coefficient
In this post I will attempt to explore calculation of a very basic statistic based on linear relationship between two variables. That is, a number that tells you if two numeric variables in a dataset...
View ArticleALTER INDEX REBUILD clears sys.dm_db_index_usage_stats
Question:I’m experiencing some strange behaviour with response from the SQL Server DMV sys.dm_db_index_usage_stats. I understand the sys.dm_db_index_usage_stats are refreshed every time there is a SQL...
View ArticleIn-Memory OLTP: Row Visibility in SQL Server’s MVCC
Introduction In the multi-valued concurrency control (MVCC) model within the in-memory OLTP engine, a row going through updates may have multiple versions in memory simultaneously. Rows inserted and...
View ArticleInvitation: T-SQL Tuesday #82 To the cloud… And beyond!!!
Invitation: T-SQL Tuesday #82 To the cloud… Andbeyond!!! September 6, 2016 Leave a comment T-SQL Tuesday is a recurring blog party, that is started by Adam Machanic ( Blog | @AdamMachanic ). Each month...
View ArticleConsultant’s Life 30 Minutes Pre Call With Customer for SQL Server Performan ...
Since I took the consulting way for about a year now, it is interesting to see that the fundamentals and basics of engaging with my customers have not changed for decades. I get a number of requests...
View ArticleInstall SQL Server 2016 Sample Database: Wide World Importers Data Warehouse
By:Koen Verbeeck || Related Tips:More >SQL Server 2016 Problem With a new release of SQL Server (SQL Server 2016) comes also a new sample database: Wide World Importers! Inpart 1 in this tip...
View Article