Tag: Sql Server

Securing data in SQL Server

This article explained about measures for securing data in SQL Server at various levels to protect data from unauthorized access and breaches....

SQL Triggers – An Introduction

SQL Triggers – An Introduction Contents Introduction Magic Tables Difference between Stored Procedure and Trigger DML Triggers After Triggers Syntax of the After trigger Example...

While loop in SQL server

While loop in SQL server Introduction In While loop, we set a condition for the repeated execution of a Code block. So we use while...