Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Other SQL Server Topics (2005)
 Creating new database

Author  Topic 

MyronCope
Starting Member

46 Posts

Posted - 2007-06-11 : 17:34:11
I've done a lot of stored procs and modified tables but now I need to create a very basic database from scratch and wonder on how the best way to get started or any good tutorials out there.

I need a db with the following

Content Table
Customer Table
User Table

dinakar
Master Smack Fu Yak Hacker

2507 Posts

Posted - 2007-06-11 : 17:43:46
check out books on line for CREATE DATABASE syntax. Then do a CRREATE TABLE for each of the tables.

Dinakar Nethi
************************
Life is short. Enjoy it.
************************
http://weblogs.sqlteam.com/dinakar/
Go to Top of Page
   

- Advertisement -