This page contains the listing of all the articles of the blog
Basic Concepts
Database Creation
- Database Creation using Create Database command
- Database Creation using SQL Sever Management Studio (SSMS)
- How to take Database backup in SQL SERVER
- How to restore database backup in SQL SERVER
Database designing
- Database Normalization
- DML, DDL, DCL, TCL in SQL Server
- ACID Rules in Sql Server
- Table Creation
- Sql server Constraints – Primary Key, Foreign Key, Unique Key, Not Null, Check Constraints
- Difference between Primary key and Unique key
- Identity Property
- Finding Duplicate Values in a table
- Renaming a Column in Sql Server
- How to remane a Table in Sql Server
- Adding , Deleting and Updating a Column in a table
- How to change the database collation
- Query, Sub Query, Nested Query and Correlated Subquery
- How to make database offline or online
- Group by…..Having Clause
- Difference Between Having and Where Clause in Sql Server
- Sql Server – Union and Union All
- Sql Joins- Inner Joins, Self Joins, Outer Joins, Cross Joins
- Intersection command in SQL Server
- RIGHT() function in SQL Server
- LEFT() function in SQL Server
- Between function in SQL Server
- Deleting Duplicate rows using CTE
- Stuff VS Replace function in SQL Server
- While loop in SQL server
- Exception handling in SQL Server
- Best practices for Database Programming
Advance Topics
- Indexes in Sql server
- Difference between Clustered Index and Non clustered Index
- SQL Server-Table Variable
- SQL Server – Local temporary table
- SQL Server – Global temporary tables
- Sql Server – How to write a Stored procedure in Sql server
- SQL Server Functions- An Introduction
- Sql Server- Difference between Stored Procedure and Function
- Sql Server View
- Cursor in sql server
- SQL Triggers – An Introduction
- SQL Server- Output clause
- CTE command In Sql Server
- Derived Table In Sql Server
- Pivot and Unpivot table in SQL SERVER
- Ranking Functions in SQL Server
- Merge Command In Sql Server
- Replication in SQL Server
- Log Shipping in SQL Server
- Case Statement/ Expression in SQL Server
- Isolation levels in SQL Server
- Fragmentation in SQL Server
Azure Tutorial
- 1. Understanding Azure SQL Database- Introduction
- 2. Azure Pricing Models and Service Tiers
- 3. Azure – Creating an Azure SQL Database
- 4. How to connect with Azure SQL Database
Interview Questions on SQL Server
- Interview Questions on sql server -Part-1
- Interview Questions On Sql Server -Part 2
- Interview Questions on Sql Server -Part 3
Useful DBA Scripts
- SQL Script: – How to find the last access date of a database
- T-SQL script to find the growth size of database files
- Script to find all the running queries/jobs on the Database Server
- SQL Script to find the last executed commands on the SQl Server
- T-SQL script to find the highly populated tables in database
- SQL Script to find the databases size
- SQL Script to find the tables created from a given date
- SQL Script to search stored procedures containing a given text
- SQL Script to find the list of all the jobs failed yesterday
- Script to find the Fragmentation of indexes
One thought on “Articles Index”
Comments are closed.
How to read data from csv file in Mysql?