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)
 problem in New database creation

Author  Topic 

Keshaba
Yak Posting Veteran

52 Posts

Posted - 2008-01-24 : 02:14:30
Hi
I am using sql server 2005 express .Whenever I try to create new Database all tables and views I had created in a database name FleetDB comes in.I am having problem in creating Fresh database.How can i solve this problem.Please Help


Keshab

eyechart
Master Smack Fu Yak Hacker

3575 Posts

Posted - 2008-01-24 : 04:36:48
check your model database. the model database is used as a template for when you create new databases. any objects in the model database will also be created in any new database created.

If you have objects in model you can remove them. just be careful that someone isn't using this database by mistake before dropping tables and/or other unnecessary objects there.


-ec
Go to Top of Page

Keshaba
Yak Posting Veteran

52 Posts

Posted - 2008-01-24 : 05:24:12
I had removed all unnecessary tables from model database and now itz
okie I don't have any problem in creating new database.Thanks..

Keshab
Go to Top of Page
   

- Advertisement -