Skip to content

SQL Server database tips and tricks. Docker deployment, execution plan analytics, performance, managing locks, data modeling, DDL, DML, DQL, DTL, DCL and other topics about relational databases

License

Notifications You must be signed in to change notification settings

seixaserick/sql-server-tips-and-tricks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL Server tips and tricks

Project Cover

About the project

This project contains a lot of Microsoft SQL Server tips and tricks useful for programmers and DBAs like:

  • SQL Server Docker deployment (linux)
  • Execution plan analytics
  • Database performance
  • Lock management and turnarounds
  • Tools (VSCode Extensions, SQL Server Management Studio, sqlcmd command line tool)
  • Data modeling, index types and strategies
  • DDL - Data Definition Language (CREATE, ALTER and DROP)
  • DML - Data Manipulation Language (INSERT, DELETE and UPDATE)
  • DQL - Data Query Language (SELECT, JOIN, WHERE, GROUP BY, HAVING)
  • DTL - Data Transaction Language (BEGIN TRANSACTION, COMMIT and ROLLBACK)
  • DCL - Data Control Language (GRANT, REVOKE E DENY)
  • Other relational database issues and tips

Index

Comming soon

  • Setup a SQL Server on Docker (linux version) setting timezone and password
  • Restoring Databases throught sqlcmd (command line) from outside your container
  • Transaction Isolation Levels (NOLOCK, READ UNCOMMITED, READ COMMITED etc.)
  • Creating computed columns

About the Author and license

About

SQL Server database tips and tricks. Docker deployment, execution plan analytics, performance, managing locks, data modeling, DDL, DML, DQL, DTL, DCL and other topics about relational databases

Topics

Resources

License

Stars

Watchers

Forks

Languages