Hi All,
My question is when we create a new database in SQL Server 7.0 does is automatically create bunch of system type stored procedures? I am testing this by creating a new database and running a script which contains the structure of a database I already have in another server. The existing database has bunch of system type stored procedures. But the new database after I ran the structure script doesn't have any system created stored procedures. Can someone please tell me what I'm doing wrong?
Thank You so very much!
My question is when we create a new database in SQL Server 7.0 does is automatically create bunch of system type stored procedures? I am testing this by creating a new database and running a script which contains the structure of a database I already have in another server. The existing database has bunch of system type stored procedures. But the new database after I ran the structure script doesn't have any system created stored procedures. Can someone please tell me what I'm doing wrong?
Thank You so very much!