Skip to content

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

License

Notifications You must be signed in to change notification settings

exajobs/SQL-server-collection

Repository files navigation

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

⬆ 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

⬆ back to top

SQL Server Test Data Generation

⬆ 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