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
 General SQL Server Forums
 New to SQL Server Programming
 Adding a new table to existing database structure?

Author  Topic 

mind_grapes
Yak Posting Veteran

71 Posts

Posted - 2009-08-12 : 05:34:51
Hi all, How are you?

I Have a question regarding the above heading. I'm certain you can add tables to an existing database, but what are the complications, concerns you should bare in mind? Can I add it anywhere in the database structure or should it be added to the nearest table in the structure?

Essentially, I was hoping to get some pointers before I add a new table in my database.

Kind regards
MG

Lumbago
Norsk Yak Master

3271 Posts

Posted - 2009-08-12 : 05:42:36
There are no implications other than that you have an extra table in your database. Nothing will happen to it unless you invoke actions yourself. Tables will be sorted alphabetically so just give it a sensible name that reflects the contents...

- Lumbago
Go to Top of Page
   

- Advertisement -