(Derik Hammer) T-SQL Tuesday (aka #TSQL2sday) is a monthly SQL Server blogger event started back in late 2009 by Adam Machanic (blog | twitter). The first topic was about Date/Time Tricks.
Tag: sql server
What the MDX Axis() Function Actually Returns
(Chris Webb) A month or so ago, before I went on holiday, I was working on a really cool MDX idea that involved the Axis() function. Unfortunately I’ve forgotten what that idea was but while I was working on it I did find out something interesting about the Axis() function – namely that it doesn’t d
Extended Events Packages
(Jason Brimhall) Today, I continue on with exploring some of the metadata concerning Extended Events. To date, I have explored various aspects of session metadata whether the session is running or stopped. Today, I want to take a step back and look at the framework that helps give us this tool.
SQL SERVER – Identify Time Between Backups Calculation
(Pinal Dave) As part of my script archives, I stumbled upon a script that I had written a long time back and thought this must get to the blog. This script was inspired from a simple question asked by an DBA when I had visited them for a session.
Populating My DBA Database for Power Bi with PowerShell – SQL Info
(Rob) Following my post about using Power Bi with my DBA Database I have been asked if I would share the PowerShell scripts which I use to populate my database.
What is the Difference between an Inner and Outer Join?
(Kris Wenzel) Both inner and outer joins can be used to combine data from two or more tables; however, there are some key differences! Read this article to find out each command’s strengths and when to use them.
How to Fix a Corrupt MSDB SQL Server Database
(Daniel Farina) You have to fix a corrupt SQL Server msdb database and to make things worse, there is no recent database backup. If you run setup with the option REBUILDDATABASE you will also rebuild the master database and lose all the logins unless you backup and restore the master database. Is th
SSMS Connection Information
(Kenneth Fisher) If you work with a number of different instances and have lots of connections open in Management Studio (SSMS) it can be kind of hard to remember which connection is which. Fortunately all of the information you need is readily available.
Populating My DBA Database for Power Bi with PowerShell – SQL Info
(Rob) Following my post about using Power Bi with my DBA Database I have been asked if I would share the PowerShell scripts which I use to populate my database.
What is the Difference between an Inner and Outer Join?
(Kris Wenzel) Both inner and outer joins can be used to combine data from two or more tables; however, there are some key differences! Read this article to find out each command’s strengths and when to use them.
