Hi all,
I have developed a web application in VS 2008, and it uses Microsoft SQL as database.
Now, I have created the database and tables, and there is data in it.
How can I copy this same database along with its tables and contents, to my app_data folder in my website?
Which all files should I copy?
Is there any procedure to 'attach' a database?
I use Microsoft SQL to create databases and tables.