Caopying a Table

Discussion in 'Databases' started by fractal, Nov 20, 2011.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. In MS SQL Server: How can I copy a specific table from an external Database into my Database hosted by discountasp?
     
  2. dmitri

    dmitri DiscountASP.NET Staff

    If you want to copy only one table from your local database to your DiscountASP.NET, you can do so by scripting the table on your local machine and run the generated T-SQL code in your DiscountASP.NET database. If you want to copy the whole database, the better approach will be backing up your local database, uploading the generated backup file with .BAK extension to your site, and use SQL Management Tools in your DiscountASP.NET hosting control panel to restore it to your database online.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page