Does club-add.sql set up both databases?http://forums.asp.net/t/1426506.aspx/1?Does+club+add+sql+set+up+both+databases+Tue, 27 Oct 2009 12:41:00 -040014265063181523http://forums.asp.net/p/1426506/3181523.aspx/1?Does+club+add+sql+set+up+both+databases+Does club-add.sql set up both databases? <p>Hi,&nbsp; I'm trying to set up the clubsite on godaddy and following the excellent GoDaddy Installation Walkthrough on this forum.&nbsp; I'm confused about the databases.&nbsp; In my clubsite there are two databases under App_Data.&nbsp; One is ASPNETDB.mdf and one is Club.mdf.&nbsp; There is one club-add.sql file.</p> <p>As I understand the instructions...I should create my databases in GoDaddy, then copy the club-add.sql and paste the text in the Query Analyzer and submit.&nbsp; This will create the tables, etc. for the database.</p> <p>Do I do this just once into one database, or once into each database, or is there another file I should be copying and pasting for the second database?&nbsp; Also, must I do this first, before uploading my site to the host?&nbsp; Thanks.</p> 2009-05-22T17:59:45-04:003371955http://forums.asp.net/p/1426506/3371955.aspx/1?Re+Does+club+add+sql+set+up+both+databases+Re: Does club-add.sql set up both databases? <p></p> <blockquote><span class="icon-blockquote"></span> <h4>redwoodbev</h4> <p>Hi,&nbsp; I'm trying to set up the clubsite on godaddy and following the excellent GoDaddy Installation Walkthrough on this forum.&nbsp; I'm confused about the databases.&nbsp; In my clubsite there are two databases under App_Data.&nbsp; One is ASPNETDB.mdf and one is Club.mdf.&nbsp; There is one club-add.sql file.</p> <p>As I understand the instructions...I should create my databases in GoDaddy, then copy the club-add.sql and paste the text in the Query Analyzer and submit.&nbsp; This will create the tables, etc. for the database.</p> <p>Do I do this just once into one database, or once into each database, or is there another file I should be copying and pasting for the second database?&nbsp; Also, must I do this first, before uploading my site to the host?&nbsp; Thanks.</p> <p></p> </blockquote> &nbsp; <p></p> <p>one database would be sufficient . use aspnet_reqsql and copy all the tables and sps to the existing database</p> <p>&nbsp;</p> <p></p> 2009-08-27T08:31:41-04:003479415http://forums.asp.net/p/1426506/3479415.aspx/1?Re+Does+club+add+sql+set+up+both+databases+Re: Does club-add.sql set up both databases? <p>hai </p> <p>&nbsp;the ASPNETDB you found under the app_data folder is used&nbsp;for the authentication and authorization purpose of the users in ur site </p> <p>&nbsp;you just dont do any thing in the aspnetdb it is automatically created when the website&nbsp;administration tool is used&nbsp;.</p> <p>you just do in the club database only , you can run the file before or after hosting its not a problem , if you use aspnet_regsql .exe tool to copy the schema of the aspnetdb to the newly created database&nbsp; there is no need to host&nbsp;both the db's one is enough and change the connection string in machine.config file to your applications web.config file then every thing will be&nbsp; ok &nbsp;</p> 2009-10-27T12:41:00-04:00