About 333,000 results
Open links in new tab
  1. How do I convert Microsoft Access file into SQL Server database?

    Feb 21, 2014 · I want to know how to convert an Access database file into a SQL Server (.mdf file) database?

  2. Easiest way to import access db (.accdb) into SQL Server 2016?

    Jan 12, 2017 · I have a .accfb file from an access 2016 database and am trying to import this database into a SQL Server 2016 developer edition instance. While I found posts online …

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

    Sep 30, 2016 · Thanks for your response. As of now Access Db having Access Forms, where user can add/modify details to database. we are looking an easy way to access the MS access …

  4. sql - Convert String to Date in MS Access Query - Stack Overflow

    23 Use the DateValue() function to convert a string to date data type. That's the easiest way of doing this.

  5. How to migrate Access queries to SQL views? - Stack Overflow

    Dec 26, 2018 · Converting such select quires in access to a sql view will likely introduce bugs and issues into your application. And as noted, sql server cannot “prompt” you like Access queries …

  6. 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 …

  7. How can I convert an MDB (Access) file to MySQL (or plain SQL file)?

    72 You want to convert mdb to mysql (direct transfer to mysql or mysql dump)? Try a software called Access to MySQL. Access to MySQL is a small program that will convert Microsoft …

  8. Migrate MS Access back-end to SQL Server - Stack Overflow

    Aug 24, 2022 · Access 2010 was the LAST version of Access to have a built in SQL server migration tool. So here we are in 2022 12 years later!!! but, Access 2010, and in fact Access …

  9. how to convert result of an select sql query into a new table in ms …

    Dec 3, 2009 · how to convert result of an select sql query into a new table in ms access Asked 16 years ago Modified 16 years ago Viewed 79k times

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

    Feb 18, 2009 · I want to convert my Access database to SQL because my host only supports importing a database through SQL in their phpmyadmin.