About 422,000 results
Open links in new tab
  1. Migrate MS Access back-end to SQL Server - Stack Overflow

    Aug 24, 2022 · With that database (right mouse click) use task/import data and connect to your Access database using the Access connection type; Select the table(s) to copy (and copy …

  2. Conversion Of SQL Database to MS Access Database

    Dec 28, 2011 · In Access you can import the tables from SQL Server - when in your target database in Access, choose External Data --> More --> ODBC Database. In there you can set …

  3. How do I convert Microsoft Access file into SQL Server database ...

    Feb 21, 2014 · However, as Johnny Bones noted, I found it relatively easy to create a new empty SQL Server (2012) database and then import: SQL Server Management Studio, R-click on the …

  4. How to convert an Access database to SQL? - Stack Overflow

    Dec 23, 2013 · Hmm, I don't think Access has the ability to generate SQL for creating its tables and data. What I can suggest is importing it into SQL Server (any version should do) and then …

  5. How to export an entire Access database to SQL Server?

    I've just got a lovely Access database, so the first thing I want to do is to move it over to a normal database management system (sqlexpress), but the only solution I've found sounds like …

  6. Export MSSQL database to MS Access .accdb file - Stack Overflow

    Alternately you can select all tables using sqldataadapter to store everything in a dataset, see: Obtaining a dataset from a SQL Server database. From there on you can save the dataset as …

  7. python - How to convert a Microsoft Access Database to a SQL …

    Aug 12, 2015 · Just open the SQL Server Migration Assistant tool and select the access .mdb database or where all the tables are store if you have them split and import them then select …

  8. Easy way to convert the MS Access database to Web application

    Sep 30, 2016 · Then do not let them use old MS Access Database anymore. Easy way to convert the MS Access database to Web application. Most of the time whoever created MS Access …

  9. Automatically Generate SQL from existing MS Access table

    You can easily transfer your Access database to Microsoft SQL Server using the Upsizing Wizard. The express edition of SQL Server is available for free > here. You will also want to get the …

  10. Automatically import new data from a MS Access database into …

    Sep 14, 2018 · There are only inserts on the Access side, and the SQL will be read-only. Then I would do this: Link the SQL Server tables into the Access database; Run INSERT queries to …

Refresh