Database Deployment; 2 databases to a single DB
Hello,
I have got a single database permission over production server but in mine Asp.net site i am having two db [ASPNET.mdf & the website's db].
Production server details:
allowed 1 db.
generation of tables via .sql script.
Problem:
what steps do i need to merge both of them in to one.
Will be great if anyone guides me the solution, thank-you.
|