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 2000 Forums
 SQL Server Administration (2000)
 New database contains tables/view/Store Procs

Author  Topic 

b_avery@yahoo.com
Starting Member

2 Posts

Posted - 2005-04-05 : 03:54:26
On my SQL database when ever I create a new database it contains table, views and Stored Procedures from an old database I created sometime ago.

Why and how can I get rid of them?

<<<Bryan>>>

rockmoose
SQL Natt Alfen

3279 Posts

Posted - 2005-04-05 : 04:10:51
A new database is a "copy" of the model database.
Se if You find those objects in the model database, if they are there, then that is the reason.

rockmoose
Go to Top of Page
   

- Advertisement -