https://github.com/davidrogersdev/helpfulsqlscripts
Some General SQL scripts which help in the day-to-day operations of a developer
https://github.com/davidrogersdev/helpfulsqlscripts
Last synced: 5 months ago
JSON representation
Some General SQL scripts which help in the day-to-day operations of a developer
- Host: GitHub
- URL: https://github.com/davidrogersdev/helpfulsqlscripts
- Owner: DavidRogersDev
- Created: 2016-07-19T23:46:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T02:49:23.000Z (over 2 years ago)
- Last Synced: 2025-05-17T04:07:28.538Z (about 1 year ago)
- Language: TSQL
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HelpfulSqlScripts
Some General SQL scripts which help in the day-to-day operations of a developer.
I'm no SQL Server guru. In fact, SQL Server is probably the thing I know least about in the .NET development stack. So I generally rely on the expertise of others when I want to find out information of a meta-nature e.g. list all foreighn keys of a particular table, show me all tables which have a particular column named 'xyz'.
Sometimes it will just be a script which contains a syntax that I have forgotten.
So, I have created this repo to capture such scripts which I can call upon as an when.