Program with Transact SQL
- Offered byMicrosoft
Program with Transact SQL at Microsoft Overview
Duration | 3 hours |
Start from | Start Now |
Total fee | Free |
Mode of learning | Online |
Schedule type | Self paced |
Difficulty level | Advanced |
Official Website | Explore Free Course |
Credential | Certificate |
Program with Transact SQL at Microsoft Course details
- Get started with Transact-SQL programming
- Create stored procedures and user-defined functions
- Implement error handling with Transact-SQL
- Implement transactions with Transact-SQL
- Learn how to use programming techniques in your Transact-SQL
- Learn how to use Stored procedures to group T-SQL statements so they can be used and reused whenever needed
- Learn how to construct transactions to control the behavior of multiple Transact-SQL statements
- You will learn how to determine whether an error has occurred, and when to roll back statements
Program with Transact SQL at Microsoft Curriculum
Get started with Transact-SQL programming
Introduction
Describe T-SQL for programming
Describe batches
Declare and assign variables and synonyms
Use IF and WHILE blocks to control program flow
Exercise: Program with T-SQL
Knowledge check
Summary
Create stored procedures and user-defined functions
Introduction
Call stored procedures
Pass parameters to stored procedures
Create a stored procedure
Use dynamic SQL with EXEC and sp-execute-sql
Create user-defined functions
Exercise: Create stored procedures and table-valued functions
Knowledge check
Summary
Implement error handling with Transact-SQL
Introduction
Implement T-SQL error handling
Implement structured exception handling
Exercise: Implement error handling with Transact-SQL
Knowledge check
Summary
Implement transactions with Transact-SQL
Introduction
Describe transactions
Compare transactions and batches
Create and manage transactions
Handle errors in transactions
Describe concurrency
Exercise: Implement transactions with Transact-SQL
Knowledge check
Summary