Skip to content
Tracy Boggiano's Blog

Tracy Boggiano's Blog

Musing on more than data, trying to make a difference somewhere…

  • Home
  • About Me
  • Presentations
  • Events
  • DEI Virtual Group
  • Speaking Mentors
  • TriPass
  • WITspiration
  • Mental Health Resources
  • DBA Resources

Category: Scripts

  • Home
  • Scripts
  • Page 2
Automation Scripts

Automatically Reseeding Identity Values on SQL Server

October 10, 2017October 20, 2017By Tracy Boggiano

The Problem You have tables that have a lot of data inserted into them and deleted that use identity values and run out integers to use.  I have over 3000+ databases where this can occur so we have an alerts setup that checks the tables then checks a table to

Automation Scripts

Automatically Fixing High VLF Count on SQL Server 2012+

September 19, 2017November 6, 2017By Tracy Boggiano

The Problem Our databases autogrow because we have thousands of databases and before we know we have databases with high VLF counts in the transaction logs.  If you don’t know why that is bad refer to the resources section of this article. Update – November 5, 2017 I have added

T-SQL Tuesday
Automation PowerShell Scripts

T-SQL Tuesday #94 – Automation Through PowerShell Checking the Status of AGs

September 12, 2017By Tracy Boggiano

This month Rob Sewell (Twitter | Blog) is hosting T-SQL Tuesday and wants us to automate more with PowerShell or at least learn PowerShell. My favorite thing to automate using PowerShell is checking on the status of things on multiple servers.  For example, after patching your environment running a quick

Automation Scripts

Determining Which Indexes to Compress Among Thousands

August 29, 2017February 6, 2020By Tracy Boggiano

Note: Since I wrote this dbatools had come out with an easier approach that you should check out here. Our Problem In a shared in environment you may have hundreds of databases with the same schema but depending on the data loaded into them not all of them will benefit

PowerShell Scripts Security

Enable SSL Encryption and Import Certificate for Multiple Instances of SQL Server using PowerShell

August 22, 2017August 14, 2017By Tracy Boggiano

A recent project involved setting up encrypted connections on all our SQL Servers. To this we would have to install a certificate in on the server and restart the SQL Server service. Direction on how to do this on an individual instance are provided by Microsoft.  We have test environments

Automation Scripts

Setting Custom Fill Factors Based on Page Splits

July 25, 2017December 31, 2017By Tracy Boggiano

Introduction There is a lot of talk about what fill factor should be set for an index.  We know for indexes that are ever increasing the fill factor should be set to 100% but for those indexes that are on things like last name or birthday it gets a bit

High Availability/Disaster Recovery Scripts

Monitoring Availability Groups Part 3 – Extended Events

July 11, 2017July 1, 2017By Tracy Boggiano

In last part of the series, we will touch on how to monitor availability groups using extended events.  I prefer this method over using SQL Agent alerts just because I don’t like relying on the individual servers to send me emails.  I like to have our central monitoring server send

Scripts

PowerShell Function to Get Query Store Data Across Multiple Databases

June 2, 2017May 28, 2017By Tracy Boggiano

In SQL Server 2016, Microsoft introduced to us the Query Store.  This has been proven to be a very beneficial feature especially at my job, saved the day on Christmas Eve. One of the limitations if see is when you have server with several databases on it trying to find

Automation Scripts

Uploading New R Library Packages

May 23, 2017June 14, 2017By Tracy Boggiano

Somehow I have become the R DBA at my job which I don’t mind, I plan on taking Microsoft’s Professional Program on Data Science to be familiar with it.  But recently I’ve had to upload files to our R servers which the first time wasn’t too bad.  Copy these files

High Availability/Disaster Recovery Scripts

Monitoring Availability Groups Part 2 – SQL Agent Alerts

May 10, 2017May 28, 2017By Tracy Boggiano

In my last post on monitoring Availability Groups I covered looking at Perfmon Counters now we take a look at getting alerts from SQL Agent. When it comes to checking on your Availability Groups one of the easiest ways to keep track at a high level of the health of

Posts pagination

Previous 1 2 3 Next

Recent Posts

  • Looking Back at 2025: Volunteering Is My Way of Life January 9, 2026
  • Living with Chronic Suicidal Thoughts: A Personal Reflection November 20, 2024
  • MVP No more, But It’s OK July 12, 2024
  • Presenting at PASS Summit 2023 – Atomic Habits July 26, 2023
  • Twenty Years as a Guardian ad Litem June 26, 2023

Categories

  • Automation (24)
  • Exam Prep (9)
  • High Availability/Disaster Recovery (5)
  • Mental Health (14)
  • Miscellaneous (51)
  • Performance (14)
  • PowerShell (7)
  • Scripts (23)
  • Security (8)
  • SQLskills (1)
  • T-SQL Tuesday (32)
  • Training (4)
All Rights Reserved 2022.
Proudly powered by WordPress | Theme: Saya by Candid Themes.