Hello Friends,
Here is another popular lab from Hands-On-Lab library: SQL Server DDL Triggers.
DDL triggers are a special kind of trigger that fire in response to Data Definition Language (DDL) statements. They can be used to perform administrative tasks in the database such as auditing and regulating database operations. This lab is divided into five exercises. In first exercise we will know about database scoped triggers. In Second exercise we will know about server scoped triggers. In third exercise we will know about logon triggers. Fourth exercise is Self-Assessment where a problem is given and you need to solve by yourself. Fifth exercise presents a T-SQL challenge that needs to be solved (slightly tougher that self-assessment).
Exercise 1: Database Scoped Trigger
Exercise 2: Server Scoped Trigger
Exercise 3: Logon Trigger
Exercise 4: Self-Assessment
Exercise 5: T-SQL Challenge
SQLMaestros Hands-On-Labs enables the practical way of learning. Each lab document consists of multiple exercises and each exercise consists of multiple tasks. Apart from step-by-step instructions, the HOL document contains images, explanations, observations, notes, tips & tricks to ensure a great learning experience. With each lab, you can practice a specific concept step-by-step. With our HOL documents, you will get hands-on with hundreds of topics in SQL Server & Microsoft Data Platform. Learn More.
Happy Learning – The Practical Way.
Leave A Comment