SQL-server-collection icon indicating copy to clipboard operation
SQL-server-collection copied to clipboard

An ongoing & curated collection of awesome software libraries, learning tutorials, Useful links & scripts, tools, resources and cool stuff about Microsoft SQL Server

SQL Server Collection Tools

Welcome To The World of SQL Server Collection®. An ongoing & curated collection of awesome software libraries, learning tutorials, Useful links & scripts, tools, resources and cool stuff about Microsoft SQL Server. Thanks to our daily readers and contributors. The goal is to build a categorized community-driven collection of very well-known resources. Sharing, suggestions and contributions are always welcome!

What is SQL Server?

  • SQL Server is a relational database management system, or RDBMS, developed and marketed by Microsoft.

sqlserver

  • A database in SQL Server is made up of a collection of tables that stores a specific set of structured data. A table contains a collection of rows, also referred to as records or tuples, and columns, also referred to as attributes. Each column in the table is designed to store a certain type of information, for example, dates, names, dollar amounts, and numbers.

Basic Information about Databases

  • A computer can have one or more than one instance of SQL Server installed. Each instance of SQL Server can contain one or many databases. Within a database, there are one or many object ownership groups called schemas. Within each schema there are database objects such as tables, views, and stored procedures. Some objects such as certificates and asymmetric keys are contained within the database, but are not contained within a schema

Table of Contents

  • Repo Folders and Files
  • SQL Server Web Resources
    • SQL Server Blogs
    • Security Resources
    • SQL Server Free Videos
    • Free Database Podcasts
    • SQL Courses
    • SQL Server Backwards Compatibility
    • Social, Forum and Messenger SQL Server Groups
    • SQL Server Open Source Projects
  • BIML Resources and Bloggers
  • PowerShell and SQL Server
  • TSQL Format Code
  • SQL Server Test Data Generation
  • Free SQL Server and R ebooks
  • Paid SQL Server ebooks
  • License

Repo Folders and Files

  • SQL Server Data Types
  • SQL Server Drivers
  • SQL Server Edition
  • SQL Server Hints
  • SQL Server Name Convention and T-SQL Programming Style
  • SQL Server Licensing
  • SQL Server People
  • SQL Server Trace Flag (Complete list - 620 trace flags)
  • SQL Server Version (Complete list - from SQL Server 1.0 to SQL Server 2019)
  • Articles
  • CLR procedures
    • SplitterB_CLR
  • Extended Events
  • Known Errors
  • SQL Server Sample Databases and Datasets
  • Scripts
    • Awesome SQL Server Diagnostic Information Queries (by Glenn Alan Berry)
      • SQL Managed Instance Diagnostic Information Queries
      • Azure SQL Database Diagnostic Information Queries
      • SQL Server 2019 Diagnostic Information Queries
      • SQL Server 2017 Diagnostic Information Queries
      • SQL Server 2016 Diagnostic Information Queries
      • SQL Server 2014 Diagnostic Information Queries
      • SQL Server 2012 Diagnostic Information Queries
      • SQL Server 2008 R2 Diagnostic Information Queries
      • SQL Server 2008 Diagnostic Information Queries
      • SQL Server 2005 Diagnostic Information Queries
    • Table count alternative (by Jes Schultz Borland)
    • Foreign Key batch rename (by Wes Henriksen)
    • Count character matches
    • and many others...
  • Solution
    • dbWarden a free SQL Server Monitoring Package (by Stevie Rounds and Michael Rounds)
    • Base line Collector script (by Robert Virag)
    • SysJobHistory (by David Wentzel)
  • SSMS
    • SSMS addins (37 useful free and paid SSMS Addins)
    • SSMS Snippets
    • SSMS Shortcuts (More than 300 Shortcuts)
    • SSMS Tips (Complete guide about hidden gems of SSMS)
  • Stored Procedure
    • sp_RestoreGene (by Paul Brewer)
    • usp_who5 (by Sean Smith)
    • usp_String_Search (by Sean Smith)
    • usp_BulkUpload
    • usp_TableUnpivot
    • and many others...
  • User Defined Function
    • udf_parseJSON
    • udf_RenderXMLToString
    • udf_RTF2Text
    • udf_SplitStringByDelimiter
    • udf_Tally
    • and many others...
  • Utilities (Complete list of 395 SQL Server paid and free Utilities and Tools)

⬆ back to top

SQL Server Web Resources

⬆ back to top

BIML Resources and Bloggers

BIML - Business Intelligence Markup Language

BIML Resources

BIML Bloggers

⬆ back to top

PowerShell and SQL Server

⬆ back to top

TSQL Format Code

  • SQLinform Online
  • Instant SQL Formatter
  • http://poorsql.com/
  • http://www.architectshack.com/PoorMansTSqlFormatter.ashx
  • http://www.ssmstoolspack.com/
  • http://www.devart.com/dbforge/sql/sqlcomplete/
  • http://www.sql-format.com/
  • http://www.apexsql.com/sql_tools_refactor.aspx
  • http://stackoverflow.com/questions/401928/sql-formatter-for-sql-management-studio

⬆ back to top

SQL Server Test Data Generation

  • https://www.simple-talk.com/sql/t-sql-programming/generating-test-data-in-tsql/
  • http://www.convertcsv.com/generate-test-data.htm
  • https://github.com/benkeen/generatedata
  • https://sourceforge.net/projects/dbmonster/
  • https://sourceforge.net/projects/spawner/
  • Tools for Generating Mock Data
  • https://mockaroo.com
  • https://anonymize.strd.co/

⬆ back to top

Free SQL Server and R ebooks

SQL Server:

R:

⬆ back to top

SQL Server Paid Books

⬆ back to top

Contributing

You are most welcome to contribute to this Awesome Community list as well. Big thanks to all current contributors who have helped build this Awesome Community list.

License

CC0

To the extent possible under law, Exajobs has waived all copyright and related or neighboring rights to this work.

Back to top