Hi I've been given a project that requires me to produce a users friendly web base administarion menu that creates a new customer for one of our systems.
The problem is this Project it needs to create a database for each user, in SQL server 2000. This has me stumpted, has anybody ever done this before and could they point me in the correct direction! The majority of our administration menu are written in ASP but any help automating this procedure would be useful.
Thanks a lot, EdYou can create a database simply using the T-SQL command
CREATE DATABASE
that can be invoked as any other command from your client.
You can also use it in a Stored Procedure.|||Originally posted by manowar
You can create a database simply using the T-SQL command
CREATE DATABASE
that can be invoked as any other command from your client.
You can also use it in a Stored Procedure.
Excellent, thanks
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment