Greetings.
My situation is as follows: Whenever I want to create a new database (I'm using SQL Svr 7), although the default initial size is 1 MB, when I press OK I get an error message indicating that the initial size should be at least 81 MB.
This is due to the fact that for a reason that I still don't know when the database is created, at the same time it includes about 7 or 8 tables (and 4 stored procedures) of some other existing databases which reside in the same server. The total size of these 7 or 8 tables and the 4 sp's totalizes 81 MB.
My question is, how I can prevent to have these tables and sp's to be included in the new database, so that I can create it with the initial 1 Meg size and only including the system tables, views, and sp's?
Please advise.
J.C.
My situation is as follows: Whenever I want to create a new database (I'm using SQL Svr 7), although the default initial size is 1 MB, when I press OK I get an error message indicating that the initial size should be at least 81 MB.
This is due to the fact that for a reason that I still don't know when the database is created, at the same time it includes about 7 or 8 tables (and 4 stored procedures) of some other existing databases which reside in the same server. The total size of these 7 or 8 tables and the 4 sp's totalizes 81 MB.
My question is, how I can prevent to have these tables and sp's to be included in the new database, so that I can create it with the initial 1 Meg size and only including the system tables, views, and sp's?
Please advise.
J.C.