SQL Server, the first time you use the software for "Connect", you will be prompted to install the Microsoft sqlsever Navicat Client. , then click "Yes" directly to install it.
Step two, connect the database successfully, the left will appear your "connection name", you can right or double-click open "Open Connection", so you connect to the database. Connected to the database, you can clearly see the database table and other items, and can right-click to do a variety of operations.
Tip: With the above connection method, you can add more than one "connection name", the data transfer between different databases or synchronization operations. This realizes the transfer of the database and so on.
Step three, the server one of the database data transferred to the server two database, click "Tools", select "Data Transfer", the interface appears:
The "source" on the left is the database server where you want to transfer the data, the "target" on the right is your destination address, the database is selected from Master1 to Master2, this choice, mode, both sides choose dbo, as for "database objects", according to their own choice, You can select only one table, or you can select all, after setting, click "Start" to do it.
Above is directly connected to two remote database for data transmission, of course you can also directly connect a database server, the use of SQL file to import, select the database to import, open the selected database, expand Find dbo, right-Select the "Import Wizard", select the SQL file import as needed.
The above is the approximate use of navicat tools, the specific operation there are many, but are very simple, you can download one to try.
How to import/export data from MSSQL using NAVICAT