Install a MS SQL database on a server

I want to create an application in .NET to install a MS SQL database on a server. I have the complete database and all tables and stored procedures. This is how it will work:Basically the user will select the server name, enter his ID and password then select a database from the list. After this the installer installs all the tables and stored procedures on the database.If any one of you used .NET membership, i want a tool similar to ASP.NET SQL Server Registration Tool (Aspnet_regsql.exe).I develop asp.net websites and have no idea how to start developing this tool. I have searched on the net, but want to learn the best methord to do it.
 
Back
Top