tag

home / developersection / tag

Explain the SQL triggers and their uses
mssql server 08-Jul-2024
Explain the SQL triggers and their uses

SQL triggers are powerful tools for enforcing rules, auditing changes, automating tasks, and maintaining data integrity within a database system.

Explain the SQL Server backups and their types
mssql server 04-Jul-2024
Explain the SQL Server backups and their types

Database backups are essential for protecting data and ensuring recoverability in case of failures or disasters.

Use of DML, DLL and logon trigger in SQL
mssql server 05-Oct-2016
Use of DML, DLL and logon trigger in SQL

In this blog we are explaining about how to create trigger for DML, DDL and logon server.

SQL Joins in SQL Server
database 29-Feb-2016
SQL Joins in SQL Server

A SQL join is combines records from two or more tables in a relational database by using values common to each.

Database Mail in SQL Server
mssql server 28-Nov-2014
Database Mail in SQL Server

In this article, I’m explaining how to setup database mail in sql server.

Pivot with Dynamic columns in SQL Server
mssql server 08-Oct-2014
Pivot with Dynamic columns in SQL Server

Pivot is one the new relational operator introduced in SQL Server 2005. It provides easy mechanisms in SQL Server to transform rows into columns.

Union Example in SQL Server
mssql server 08-Oct-2014
Union Example in SQL Server

In this article I am going to explain a use of union operator in SQL Server Database with a real life scenario and example.