CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Mar 2007
    Posts
    116

    Lightbulb How to Upgrade Access Database to MSSQL2005?

    Hi Guys,

    I have a Database in Access I want to upgrade it to MSSQL2005.
    Could you please give me few tips to upgrade my database..
    Or do I need to rewrite all tables again in MSSQL2005.

    I never used DTS before.

    Thanks

  2. #2
    Join Date
    Aug 2003
    Location
    Sydney, Australia
    Posts
    1,901

    Re: How to Upgrade Access Database to MSSQL2005?

    DTS (SSIS) is not to be feared - it is basically a wizard - just answer the questions and it converts Access to SQL Server quite easily so long as you have SQL Server installed and working properly

    ONE MAJOR EXCEPTION

    This astounds me greatly, but DTS will not convert when YOU SELECT MORE THAN around 65 Tables to be converted in one go.

    It just fails and gives up a message which is totally irrelevant to exceeding the number of files cap.

  3. #3
    Join Date
    Mar 2007
    Posts
    116

    Re: How to Upgrade Access Database to MSSQL2005?

    Thanks..I have done with that...But its not creating Primarykeys in MSSQL2005 tables..

  4. #4
    Join Date
    Aug 2003
    Location
    Sydney, Australia
    Posts
    1,901

    Re: How to Upgrade Access Database to MSSQL2005?

    There must be TWO MAJOR EXCEPTIONS - thanks for that !

    If you are converting only once you have some keying to do

    If its more regular you need to write some code .....

  5. #5
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: How to Upgrade Access Database to MSSQL2005?


Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured