Monday, March 19, 2012

Creating SQL Server Database / Tables

Could someone please point me to a tutorial that would show me step by step
how to create a database in SQL 200 / 2005? I have never created any
database but pretty much a power / technical user. Just for example,
something like a contacts database - justfor concepts and starting point.I presume you are using SQL 2005. Here are possible 2 Options
Option # 1 (Programatically)
=====================
Use Query Analyzer, tool that comes with SQL Server
Look for "Create Database", "Create table" command in Books On Line
Option # 2 (Using GUI)
=================
Use Enterprise manager, tool that comes with SQL Server
Connect to SQL Server, by right clicking on the tree node, Connect to
SQL Server...
Keep using RIght-Click opion on the Treee Node, you should see the
options that are self explanatory
JD wrote:
> Could someone please point me to a tutorial that would show me step by ste
p
> how to create a database in SQL 200 / 2005? I have never created any
> database but pretty much a power / technical user. Just for example,
> something like a contacts database - justfor concepts and starting point.

No comments:

Post a Comment