Categories
SQL Server Step By Step

Data Type in SQL Server

Data Type in SQL Server Hi friends, in this post we will learn about Data Type in SQL Server. A data type is an attribute that specifies the type of data that the object can hold: integer data, character data, monetary data, date and time data, binary strings, and so on.We can also define our own data […]

Categories
SQL Server Step By Step

Drop-Delete SQL Server Database Using Management Studio or Query

Drop-Delete SQL Server Database Using Management Studio or Query Hi friends, in this post we will learn how to Drop-Delete SQL Server Database Using Management Studio or Query. Sometime we have a requirement of deleting database, we can do it by two ways. Using SQL Server management studio and Query. We will demonstrate you both ways. […]

Categories
SQL Server Step By Step

Alter-Rename SQL Server Database Using Management Studio or Query

Alter-Rename SQL Server Database Using Management Studio or Query Hi friends, in this post we will learn how to Alter-Rename SQL Server Database Using Management Studio or Query. Sometime we have a requirement of changing database name, we can do it by two ways. Using SQL Server management studio and Query. We will demonstrate you both […]

Categories
SQL Server Step By Step

How To Create Database in SQL Server

How To Create Database in SQL Server Hi friends in this post, we will learn how to create database in SQL server. We can create database by two ways, in this post we will discuss about both ways in details. Create Database With SQL Server Management Studio: 1. Login into SQL Server Management Studio. 2. […]