Setting up a SQL Database
I usually work with mdb, but I was planning on building a more secure and larger online database. So I guess SQL is the choice.
My question is, how do you create the tables and fields? Is it simple like opening Microsoft Access to crete the database or do I have to do it through a server?
My question is, how do you create the tables and fields? Is it simple like opening Microsoft Access to crete the database or do I have to do it through a server?
If you use SQL Server you will use enterprise manager which is fairly similar to what you have seen in access to create tables which behind the scenes is issuing CREATE TABLE statements like Chef says. You can get hold of SQL Server 2005 express for free and management studio express which will do all you need.
Gary
Gary
Thread
Thread Starter
Forum
Replies
Last Post
Mattybr5@MB Developments
Full Cars Breaking For Spares
28
Dec 28, 2015 11:07 PM
Mattybr5@MB Developments
Full Cars Breaking For Spares
12
Nov 18, 2015 07:03 AM




