عنوان دوره | طول دوره | زمان برگزاری | تاریخ شروع دوره | شهریه | استاد | نوع برگزاری | وضعیت ثبت نام | ثبت نام | فیلم جلسه اول | |
---|---|---|---|---|---|---|---|---|---|---|
دوره آموزش T-SQL Programming 2022 | 14 جلسه 42 ساعت |
شنبه
از
ساعت 17:30
الی 20:30
|
شنبه ۱ دی ۱۴۰۳ | 3,375,000 تومان | مهندس پرویز آقاصادقی | حضوری و آنلاین | دانلود |
طول دوره : 40 ساعت
پیشنیاز دوره : Query نویسی در محیط SQL SERVER
سرفصل دوره:
Working with Variables
Dynamic SQL Execution
IF Statement
CASE Expressions
WHILE Loop
(Raising Errors(RAISERROR and THROW
(Error Handling (@@ERROR and TRY/CATCH
Transaction and ACID properties
Auto Commit Transactions
BEGIN TRAN and compound transactions
Error handling in Transactions
Lock Types
:Transaction Isolation Levels
Read Committed Isolation Level and READ_COMMITTED_SNAPSHOT database property-
(Read Uncommitted Isolation Level (Dirty Read-
Repeatable Read Isolation Level-
SNAPSHOT Isolation Level and Concurrency Law-
Serializable Isolation Level-
Using Semaphore (Application Lock) to manage Concurrency
Lock Timeout
DEADLOCKS and Using Profiler to diagnose Deadlocks
Nested Transactions
Transaction Save Points
Who has locked what and resolving blocking issues
Set based vs Record based data processing
ISO syntax for DECLARE CURSOR
FORWARD ONLY - READ ONLY Cursor
Looping records
Techniques for working with Cursors
Updatable Cursor
SCROLL and INSENSITIVE Cursors
Microsoft T-SQL syntax for DECLARED CURSOR
(Server-Side Programming (Pros and Cons
Parameter Passing
OUTPUT Parameters
Three types of Stored Procedures
Returning OUTPUT parameters-
Returning Single Row-
Returning Full Result-
Error handling in nested SPs
Table Valued Parameter
?What is the difference between Function and SP
Scalar Functions
Scalar Function performance issues
Introduction to CLR Programming
Using CLR to code Scalar functions-
(Tabled Valued Functions (TVF
In-Line-
Multi-Statement-
Cross APPLY and OUTER APPLY-
Pros and Cons for using Triggers
(DML Trigger (AFTER-
Audit Log
Maintaining Calculated columns
(DML Trigger(INSTEAD OF-
DDL Trigger-