glgcag1991
Programmer
I've created the ASP.NET Membership tables for my database on my dev server. I have two questions:
1. I am sending some of the ASP.NET development work to an outside consultant. I need to send him the complete database so he can create the web forms I need. Since the Membership setup creates so many tables and procs plus all my tables, what would be the best way to send the updated database to him every few days? (I'm using SQL Server 2005 Standard and he's using Express)
2. As I'm developing the architecture for the database, I'm building it by sections- periodically I need to delete all tables and run newer scripts to build the adjusted tables. Since I don't want to delete the membership tables, am I safe just deleting all tables except ones that start with 'aspnet%' in my proc?
Thanks for the help!
1. I am sending some of the ASP.NET development work to an outside consultant. I need to send him the complete database so he can create the web forms I need. Since the Membership setup creates so many tables and procs plus all my tables, what would be the best way to send the updated database to him every few days? (I'm using SQL Server 2005 Standard and he's using Express)
2. As I'm developing the architecture for the database, I'm building it by sections- periodically I need to delete all tables and run newer scripts to build the adjusted tables. Since I don't want to delete the membership tables, am I safe just deleting all tables except ones that start with 'aspnet%' in my proc?
Thanks for the help!