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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL Server Collection

PosgreSQL

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 contributoprs. 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

License

MIT

If some procedures or scripts are restricted due to ELUA (or we can not find original author), please email us or add issue - we remove/update it immediately. Thanks for understanding and patience.