How To Ideas | How To Articles | How To Tutorials


0

How To Create New Database In SQL Server


In this article, I will show you the basic step of creating a database in SQL Server 2008. You can also create database in SQL Server 2005 using the same step that I will show you here.

Instructions:

  1. Open SQL Server Management Studio and Log In to your Account.
  2. Open Object Explorer in SQL Server and expand the Database Folder there.
  3. You will see all the currently present databases there.
  4. Now right click on Databases Folder and choose New Database
    image
  5. In the New Database dialogue, type the name of your Database there.
  6. To create Database with default settings just click OK present in the bottom section of dialogue.
  7. If you want to set additional parameter value, then click on “…” button for the Owner section in the “General” Page.
    image
  8. It will open Select Database Owner dialogue where you can browse for all the users and set an owner of this new Database.
  9. To set some default values for Primary Database file (.MDF) and Log File (.LDF) click on the appropriate file in the grid present in “General” Page, click on the appropriate cell to change value for that property.
    image
  10. To change the collation of this database, select the “Options” page, and then select a collation from the list present there.
    image
  11. You can select other default values as well present on the “Options” page.
  12. You can add a new filegroup to this database, click the “Filegroups” page. Click Add on that page and then enter the values for the Filegroup.
    image
  13. When you are done setting all the property values of this database, click OK to create Database.

Incoming search terms:

  • insql database wonderware (1)
  • tutorial on creating a database in sql server on windows (1)
  • wonderware idea (1)
Filed in: SQL Server Tags: , , , , , , , , , , , , , , , , ,

Leave a Reply

Submit Comment



© 8825 How To Ideas. All rights reserved.
Proudly designed by Theme Junkie.