Raymond Gallagher

SQL Server 2016 – Row Level Security

I recently created a presentation and a demo for the new Row Level Security feature in SQL Server 2016. You can access both here.

Read More

May 12, 2018

SQL Server Reporting Services Report Performance Comparison

In my career I have had to upgrade the SQL Server Reporting Services (SSRS) platform multiple times in various environments. Often, I need to compare report performance from one instance of SSRS to another, to identify reports that perform worse on a newer platform. Often, Microsoft will introduce features or change how reports are executed, . . .

Read More

May 12, 2018

Create-ADSQLPermissions

This code takes a set of business requirements and creates Active Directory (AD) groups and members as well as SQL Server logins, users and permissions. The code is Powershell based and can be run with only a few parameter changes. The business requirements are based on an Excel spreadsheet which can be used as a template.

In order . . .

Read More

May 11, 2018

Page Life Expectancy Using Idera SQL Diagnostic Manager Data

This process uses Idera SQL Diagnostic Manager (Idera SQLDM) to generate persisted information about sessions running whenever the Page Life Expectancy (PLE) counter falls below a threshold set in SQLDM. I built this process as I needed to know what was running on a given server whenever the PLE fell below a set value. I wanted the active . . .

Read More

May 11, 2018

SQL Server Automated Partitioning

SQL Server partitioning is a feature that allows you to physically and logically partition data in tables to different files and filegroups. I won’t go through a tutorial of how partitioning works here because that exists in a variety of locations, both online and offline. What I will do is walk you through a solution for automating . . .

Read More

May 11, 2018

Capacity Planning and Linear Regression

When using Idera SQL Diagnostic Manager to monitor your SQL Server environment, you’ll probably find yourself using their built in reports and dashboards for capacity planning. Although they are good, I found myself building some additional reports to better answer the questions I was after. Specifically, when will a drive fail due to an out . . .

Read More

May 11, 2018

Archive

This update link alerts you to new Silvrback admin blog posts. A green bubble beside the link indicates a new post. Click the link to the admin blog and the bubble disappears.

Got It!