An open API service indexing awesome lists of open source software.

https://github.com/smpetersgithub/microsoft-sql-server-scripts

A repository for quick reference to my SQL recipes
https://github.com/smpetersgithub/microsoft-sql-server-scripts

Last synced: about 1 month ago
JSON representation

A repository for quick reference to my SQL recipes

Awesome Lists containing this project

README

          

# Microsoft SQL Server Scripts

This repository contains a collection of my SQL scripts saved in one convenient place. Feel free to rummage around.

In the **Tools** folder, you'll find an assortment of useful scripts, including those for generating a well-structured calendar table, conducting data profiling, and offering quick fixes for common data issues I face on a routine basis. These scripts are a little more involved and I include instructions on their usage.

The **Scripts** folder serves as a repository for all the scripts I employ to query system tables or provide some quick solutions to common problems. These scripts are pretty straight forward, just follow the code comments at the top of each script.

:keyboard:      All SQL is written in Microsoft SQL Server T-SQL, unless otherwise noted.

:question:      If you have any questions, please feel free to create a GitHub discussion. I am always happy to help out and explain different solutions.

:mailbox:      If you find any inaccuracies, misspellings, bugs, dead links, etc., please report an issue! No detail is too small, and I appreciate all the help.

:smile:      Happy coding!

I hope you find this repository useful and informative, and I welcome any new puzzles or tips and tricks you may have. I also have a WordPress site where you can find my data analytics projects, Python puzzles, and blog.

**https://advancedsqlpuzzles.com**