Import access database data to MSSQL database

Updated on technology 2024-03-27
5 answers
  1. Anonymous users2024-02-07

    Enterprise Manager Create a database in SQL Select All Tasks Import Data Select Microsoft Access from Data Source When importing the Access database to the MSSQL database, there are several issues that should be paid attention to When using MSSQL Server, there are many differences with Access, even if you use SQL Server to import the Access database, there are many places to pay attention to. 1. After importing the auto-numbering field often used in Access, it is not an auto-incrementing int, and it needs to be manually set to change the "no" of the imported auto-numbering field to "yes", and the "seed" and "increment" are both "1" in order to become an auto-number; 2. In MSSQL Server, there are many reserved words, which are not available in Access, and when you import data into MSSQL, the problem will come out. MSSQL will automatically add "[field name]" to these fields (including the table names in the database) when importing, so you must modify your script to add parentheses to the corresponding field names (or table names), or change the field names to non-MSSQL reserved words.

    For specific ones, please refer to the relevant information) 3. In the use of access, we like to use "select * from aaaa while time="."

  2. Anonymous users2024-02-06

    If you are using SQL 2000, you can use the DTS package or the data import and export tool.

  3. Anonymous users2024-02-05

    I think you can try it like this, 1. Import access into SQL Server 2000 first, 2. Then export this library in SQL Server 2000, 3. Find the library exported in 2 through the data import tool in MySQL, and then import it into MySQL, so that there should be no problem with data encoding! My experience! You can try it!

  4. Anonymous users2024-02-04

    Just press the import and export in that sql.,Step by step.,It's not very annoying.,It's probably just a few minutes.。

  5. Anonymous users2024-02-03

    Methods for importing data from one access database into another access database:

    1. In the Access 2010 External Data tab, in the Export group, click the Other button, and then click the Access Database button in the Other drop-down list. A window opens, and in the File Name text box, specify the name of the target database. If you do not overwrite an existing object with the same name in the target database, change the name of the new object in the Export-Access Database dialog box.

    2. If the selected object is a table, specify whether you want to export the definition and data of the table, or only the definition. Click the OK button to complete the operation.

    3. If there is an object with the same name in the target database, it will ask whether to overwrite the object, and click Yes to overwrite it. If you click No , you are returned to the Export-Access Database dialog box. You can also specify a name that is not used in the target database and click the OK button.

Related questions
2 answers2024-03-27

1. Create an access database and create a new table in the database—that is, an additional table. By setting the property values of the attached table, make it linked to the database you want to access. >>>More

3 answers2024-03-27

Well, with ADO, you can directly select and output to excel, for example, insert into [excel; database='c:\''sheet1$''(Field 1, Field 2,...)from .. >>>More

8 answers2024-03-27

Contact 26819801 and I'll take a look at that for you.

8 answers2024-03-27

It's mysql. I know your purpose to save space. But I don't know ...

3 answers2024-03-27

At least the basic things must be mastered, such as: the linear structure of the database, the storage method, the way to call Hezheng, and the operation of the table in the database (to use statements to erect the bench to achieve). >>>More