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
- Host: GitHub
- URL: https://github.com/smpetersgithub/microsoft-sql-server-scripts
- Owner: smpetersgithub
- Created: 2023-09-29T14:49:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-10T15:51:39.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T00:56:30.325Z (about 1 year ago)
- Language: TSQL
- Size: 138 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**