Difference between Stored Procedure and Trigger
Difference between Stored Procedure and Trigger SQL Stored Procedure & SQL Triggers, both are the important objects of SQL. SQL…
Advantages of SQL Stored Procedure
SQL Stored procedure are the set of logically group of SQL statement which are grouped to perform a specific task.…
Advantages & Disadvantages of SQL Trigger
Advantages & Disadvantages of SQL Trigger Introduction Triggers are database objects which are needed to perform some predefined action for…
How to connect with Azure SQL Database
This article gives the Step by Step process of how to connect with Azure SQL Server. Images has been added…
Azure Pricing Models and Service Tiers
Azure Service Tiers Contents Introduction DTU Based Pricing model What is DTU? Example Different Service Tiers in DTUs base pricing…
SQL Script to find the database & their files details on a SQL Server
SQL Script to find database details Sometimes we need a SQL Script which can give the below information about the…
SQL Script: – How to find the database restoring history of SQL Server databases
SQL Script to find database restoring history Sometime we need to find out the history of database restoration to get…