Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

This article describes the following methods to transfer setup information between company databases:

  • Use the Import and Export Utility with Microsoft SQL Server 2005 or SQL Server 2008

  • Use Data Transformation Services (DTS) with Microsoft SQL Server 2000

Summary

Microsoft SQL Server 2005 or Microsoft SQL Server 2008

To transfer setup information by using SQL Server 2005 or Microsoft SQL Server 2008, follow these steps:

  1. Click Start, point to All Programs, point to Microsoft SQL Server 2005 or to Microsoft SQL Server 2008, and then click SQL Server Management Studio.

  2. In the Connect to Server window, click SQL Server Authentication in the Authentication list, and then type the sa user name and sa password. Click Connect.

  3. In Object Explorer, double-click Databases. Right-click the database from which you want to export the data, point to Tasks, and then click Export Data.

  4. In the Welcome window, click Next.

  5. In the Data Source window, click Use SQL Server Authentication in the Authentication area, and then type the sa user name and sa password. Click Next.

  6. In the Destination window, type the server name in the Server Name area.

  7. In the Authentication area, click Use SQL Server Authentication, and then type the sa user name and sa password.

  8. In the Database list, click to select the destination database. Then, click Next.

  9. In the Specify Table Copy or Query window, click Next to accept the default entries.

  10. Select the check boxes next to thetables that you want to copy to the destination database.

    Note The table to which you are exporting must exist in the database. If the table does not exist, create the table. To do this, start Microsoft Dynamics GP, click File, point to Maintenance, and then click SQL.

  11. For each table that you selected in step 10, follow these steps:

    1. Select the table, and then click Edit Mappings.

    2. Verify that you have selected Delete rows in destination table. Verify that the Enable identity insert check box is not selected.

    3. Select the DEX_ROW_ID in the Destination column, and then point to ignore in the list. Click the OK button at the bottom of the Column Mappings window.

      Note If you use Analytical Accounting, and you transfer Analytical Accounting tables, you cannot ignore DEX_ROW_ID for the following tables:

      • Customer Master - RM00101

      • Vendor Master - PM00200

      • Item Master - IV00101

      • Site Setup - IV40700

      For these tables, you must click to select the Enable Identity Insert check box.

    4. Click OK.

  12. In the "Select Source Tables and Views" window, click Next.

  13. In the "Save and Execute Package" window, click Next to accept the default entries.

  14. In the Complete the Wizard window, review the information, and then click Finish.

After you click Finish, the data startsto move from the source database to the destination database. You can track the progress in the Executing Package window. When the data move is completed, you receive a message.

SQL Server 2000

Note The DTS Export Wizard is an option in Enterprise Manager and in SQL Server Management Studio. You can use this wizard to copy tables between company databases. Enterprise Manager is not available together with MSDE 2000. SQL Server Management Studio is available for SQL Server Express 2005.


To transfer setup information by using SQL Server 2000, follow these steps:

  1. Click Start, point to All Programs, point to Microsoft SQL Server, and then click Enterprise Manager.

  2. Double-click Microsoft SQL Servers, double-click SQL Server Group, double-click your instance of SQL Server, and then double-click Databases.

  3. Right-clickthe source database, point to All Tasks, and then click Export Data.

  4. In the Data Transformation Service Export Wizard window, click Next.

  5. In the Data Source list,click Microsoft OLE DB Provider for SQL Server, and then type the server name in the Server box.

  6. Click Use SQL Server Authentication, and then type the sa user name and sa password for the server in the corresponding boxes. Click the source database in the Database list, and then click Next.

  7. In the Destination list,click Microsoft OLE DB Provider for SQL Server, and then type the server name in the Server box.

  8. Click Use SQL Server Authentication, and then type the sa user name and sa password for the server in the corresponding boxes. Click thedestination database in the Database list, and then click Next.

  9. ClickCopy table(s) and views(s) from the source database.

  10. Click to select the check boxes for thetables that you want to copy to the destination database.

    Note The table to which you are exporting must exist in the database. If the table does not exist, create the table. To do this, start Microsoft Dynamics GP, click File, point to Maintenance, and then click SQL.

  11. Next to each table that you selected, click the lookup button under the Transform column.

  12. Verify that Delete rows in destination table is selected and that the Enable identity insert check box is not selected. Click OK, and then click Next.

    Note If Delete rows in destination table is unavailable, the table to which you are exporting does not exist. You must create the table in the databases. To do this, start Microsoft Dynamics GP, click File, point to Maintenance, and then click SQL.

  13. In the When box, click to select a check box for when the DTS package should run. Or, accept the default option to immediately run the DTS package. Then, click Next.

  14. In the Summary field, review the information. If the information is correct, click Finish. If the information is incorrect, click Back to go back to the screen that requires updated information.

After you click Finish, the data startsto move from the source database to the destination database. You can track the progress in the Executing Package window. When the data move is completed, you receive a message.

More Information

For more information about setup files, click the following article number to view the article in the Microsoft Knowledge Base:

872709 How to copy setup tables from one company to another in Great Plains



This article was TechKnowledge Document ID:27069

References

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×