Skip to content

Repository to go along with the session MasteringDynamicSQL

License

Notifications You must be signed in to change notification settings

DebtheDBA/MasteringDynamicSQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mastering DynamicSQL

Abstract: Dynamic SQL has a bad reputation. Some of it is even deserved. However, dynamic SQL can be a great tool to have in your toolbox when used correctly.

In this session, we'll dive into creating and troubleshooting dynamic SQL syntax. We will start by examining various scenarios that would be good candidates for implementation. Then we'll take a look at how it executes under the covers. We'll discuss ways of smarter and safer ways of crafting our SQL statements. And of course, we will discuss various ways to debug the statements as well as add error handling.

You will leave this session with a better understanding and appreciation for how dynamic SQL works as well as why and when to use it

NOTE: For the demos, you can find the AutoDealershipDemo database here: https://github.com/SQLBek/Demo-DBs The Superheroes database can be found here: https://github.com/DebtheDBA/SQL_Presentations/tree/main/Superhero%20Demo%20DB%20Setup

About

Repository to go along with the session MasteringDynamicSQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors