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 Development (2000)
 Creating a DB

Author  Topic 

yogenderyadav150783
Starting Member

5 Posts

Posted - 2007-09-03 : 05:59:40
I want to create a database in sql server 2000 from front end.
i have written a stored procedure for that in master database and from the front end firstly i connect to Master Db and then execute the procedure for creating the new on db.
Is it right to follow this step or can i do better than it.
Suggest me.

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-09-03 : 13:07:47
You can do that, or just call 'create database' in front end.
Go to Top of Page
   

- Advertisement -