- SQL Server Introduction
- Install SQL server dtabase
- SQL Server Management Studio
- Create a Database
- New User in database
- Rename Database
- Drop database
- Permissions for a specific user
- Backup of database
- Restore a database
- Export database from SQL server
- Import database
- Generate SQL script of whole database
- Shrink database
- Creating table
- Create table, Insert, Update, Delete, Search in table in SQL SERVER
- ALTER TABLE Statement in SQL
- SQL DROP TABLE, DROP DATABASE and DROP INDEX
- Difference between Drop and Delete
- DISTINCT Statement
- SQL Join With Types
- Self join in sql server
- Different ways to replace NULL in sql server
- Coalesce() function in sql server
- SQL Union and All Union
- What is Stored Procedures in SQL Server
- Stored procedures with output parameters
- Stored procedure output parameters or return values
- Advantages of using stored procedures
- Indexes in SQL Server
- Clustered and Non-Clustered indexes
- Unique and Non-Unique Indexes
- SQL Server - Advantages and disadvantages of indexes
- Row_Number function in SQL Server
- Rank and Dense_Rank in SQL Server
- What is Difference between rank dense_rank and row_number in SQL?
- What is Derived table and CTE in SQL Server?
- What is Common Table Expressions?
- Updatable CTE
- Recursive CTE
- Pivot operator in sql server
- What is Triggers in Sql Server
- Different Types of SQL Server Triggers
- After Trigger, Instead of Trigger Example
- SQL Server Setting Triggers Firing Order
- SQL Server Exception Handling by TRY…CATCH
- SQL Server XML Data Type
- Remove duplicate records from a table in SQL Server
- Get nth highest and lowest salary of an employee
- Different Types of SQL Server Functions
- SQL Server Transactions Management
- SQL Server Different Types of Cursors
- SQL Server Cursor Alternatives
- Tips to improve SQL Server database design and performance
- Essential Basic-Advanced SQL Query-Questions Asked In Technical Interviews
Sunday, February 3, 2019
SQL Server Tutorial
Subscribe to:
Post Comments (Atom)
How to register multiple implementations of the same interface in Asp.Net Core?
Problem: I have services that are derived from the same interface. public interface IService { } public class ServiceA : IService { ...
-
In SQL Server, a synonym is an alias or alternative name for a database object such as a table, view , stored procedure , user-defined fu...
-
Microservice architecture, or simply microservices , is a distinctive method of developing software systems that tries to focus on buildi...
No comments:
Post a Comment