1. Home
  2. Computing & Technology
  3. Databases

Creating Tables in Microsoft SQL Server

By Mike Chapple, About.com

1 of 7

Design Your Table

SQL Server databases rely upon tables to store data. In this tutorial, we'll explore the process of designing and implementing a database table in Microsoft SQL Server.

The first step of implementing a SQL Server table is decidedly non-technical. Sit down with a pencil and paper and sketch out the design of your database. You'll want to ensure that you include appropriate fields for your business needs and select the correct data types to hold your data.

You may wish to consult our Database Normalization Basics article for some tips on proper database design.
Explore Databases
About.com Special Features

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

Easy ways to connect two computers for networking purposes. More >

  1. Home
  2. Computing & Technology
  3. Databases
  4. SQL Server
  5. Creating Tables in Microsoft SQL Server>

©2009 About.com, a part of The New York Times Company.

All rights reserved.