Submit Your Article Forum Rules

Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Access to Ms Sql ??

  1. #1
    Junior Member
    Join Date
    Dec 2006
    Posts
    3

    Access to Ms Sql ??

    Im a beginner, i know asp and asp.net, i have done several projects over that. But all are using Asp, Asp.net with the back-end using Ms- Access. Now whats the problem one of my clients want to upgrade the Ms-Access into Sql database. I search all around the net.

    I need to convert Ms-Access data to Ms -Sql How will i do that ?

    Is there any software if its available free that will be well and good becos my client is not goin to pay me for converting the data to ms-sql.

  2. #2
    Senior Member
    Join Date
    Jun 2004
    Posts
    237
    SQL Server has migration tools that can be used for Access DB's. Not knowing which version of SQL Server you'll be using, here's an examlple for "old" SQL Server 7:

    http://www.microsoft.com/technet/pro...oy/access.mspx

    You shouldn't need to buy software, but you'll need to learn some admin stuff or pay someone who knows. We are all "self-taught" - and aren't that bright - so it is doable.
    :not_the_usual1
    [you decide]
    ________________
    All in my opinion, which, when combined carefully with a $1 bill, gets you a cup of coffee at the corner store.

  3. #3
    I'm not sure about the webpages themselves...I've always used MySQL with PHP. And I'm not even sure if this would apply in the case of MS-SQL. But I do know that there are programs that can take access data tables and transform them into SQL statements. Do SQL statements work with MS SQL?
    Full Service Hosting Plans-For when your site HAS to run | Perfect Sales Copy

  4. #4
    Junior Member
    Join Date
    Dec 2005
    Posts
    9
    Do it all via ODBC

  5. #5
    Junior Member
    Join Date
    Dec 2006
    Posts
    1
    We recently used the "SQL Server Migration Assistant for Access" to convert a client's Access 2000 application to SQL Server Management Studio. This is a FREE tool

    Here is the link: http://www.microsoft.com/downloads/d...DisplayLang=en

    and you will need a FREE SSMA licence key from here:
    http://www.microsoft.com/downloads/d...DisplayLang=en

    Good Luck!

  6. #6
    Senior Member ronchalice's Avatar
    Join Date
    Oct 2006
    Posts
    186
    There is another freebie that comes as a part of MS Office 2003 Pro, and I think you can get it direct from MS as well. It's called the SQL Server Desktop Engine (MSDE). When installed alongside Access 2003, the Access application now shows a tool to covert any Access database to an Access Project (.adp) with a SQL server back end. You can then migrate the data from the MSDE to any SQL server 7 database.

  7. #7
    If all free stuff doesnt work for you for some reasons, the last resource is to export your Ms Access data to Ms Excel.

    From Ms Excel, you could easily insert them into Ms Sql Server without much problem. However, you may need to do a bit of admin manually by comparing the design view of both databases. Find the difference in the design view of each table and update them accordingly on the Ms Sql Server.

    This should help :-)

  8. #8
    Senior Member
    Join Date
    Apr 2006
    Location
    Boulder, CO USA
    Posts
    371
    phpMyAdmin (free) doesn't convert, but will import into MySQL from many formats. It's a great administrator for your database.

  9. #9
    Junior Member
    Join Date
    Dec 2006
    Posts
    3

    thanks for all your reply

    I like to know is there any php or asp page to transfer the access db to ms sql server

  10. #10
    Junior Member
    Join Date
    Feb 2007
    Posts
    25
    I've done this before and did a manual export from access into a excel file and then wrote a quick custom script to import into my SQL data base.

    If you know C++, and since you have already programmed ASP/Access, it should be easy to pickup PHP/SQL.

    If you are only doing the export/import once ever, the custom approach may make the most sense anyways IMO.

Page 1 of 2 12 LastLast

Similar Threads

  1. Access to MySql to Access
    By Fendermate in forum Database Discussion Forum
    Replies: 3
    Last Post: 10-06-2005, 11:03 AM
  2. Can't access my own website
    By asya in forum Internet Security Discussion Forum
    Replies: 6
    Last Post: 08-02-2004, 02:29 PM
  3. access database access
    By tfinch in forum Web Programming Discussion Forum
    Replies: 6
    Last Post: 07-27-2004, 10:28 PM
  4. ASP & ACCESS
    By seto_kaiba in forum Database Discussion Forum
    Replies: 4
    Last Post: 02-09-2004, 04:02 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •