Stored procedure to create a new database with tables
Posted by Shiller on 02/28/07 15:17
I want my application to create a new database/tables when run for the
first time. I have created a stored procedure to create the new
database named "budget". When I run the stored procedure, it creates
the budget database but the tables are created in the "master"
database. Please help.