

- Creating ap database in sql server management studio 17 how to#
- Creating ap database in sql server management studio 17 update#
Step 6 – Click OK to create database successfully. Step 5 – Write New database name at database name field Step 4 – Right click on database and Select New Database option Step 3 – Explore Server Name tab and select database option Step 1 – Open SQL Server Management Studio 2008 Create New Database in SQL Server Management Studio 2008 For create and manage database, these are the basic step to manage database. we use sql server for stored data in tabled manner and use that data in future. we are using sql server management studio for create and manipulate database.
Creating ap database in sql server management studio 17 how to#
Here, we will learn how to operate and run microsoft sql server (mssql). For create and manage database we need database server, the database server known as database management system. There are many database server available in market for store data in tabled manner.ĭatabase is a place where we can store our data for permanent, and we can use and manipulate our data as per our need. We can say database server provide place to store database. The Database server is a collection of database.

Creating ap database in sql server management studio 17 update#
The place where we can manage our database like create, update and delete, the place known as Database Server. In computer language a database is a collection of information in structured / tabled organized. Manipulation means we can insert, retrieve, update and delete information easily. What is Database?ĭatabase : The Database is a collection of information which is well organized, so we can easily manipulate the information. before we going to start create database, let’s understand basic concept of database. In this post i will explain you how to create new database in sql server and how to manages database in server.
