Hello.
I'm developing an ASP.NET application with Visual Studio 2008 SP1 and C#. I'm also using Sql Server 2008 SP1.
I'm trying to add the tables created with the command aspnet_regsql -S (local) -E -A m
to my own database.
If I run that command it will create a database (Aspnetdb database) with four tables. I want to know if there is a command that creates those tables in my own database (called myDatabase, for example).
And, when the tables are created. How can I connect authentication to myDatabase?
Thank you