Microsoft Access
  Home arrow Microsoft Access arrow Page 2 - Migrating from Access 2000 to SQL Server 2...
ASP Free Forums 
.NET  
ASP  
ASP Code  
ASP.NET  
ASP.NET Code  
BrainDump  
C#  
Code Examples  
Database  
Database Code  
IIS  
Microsoft Access  
MS SQL Server  
Visual Basic.NET  
Windows Scripting  
Windows Security  
XML  
ASP Web Hosting  
ASP.NET Web Hosting 
Mobile Linux 
App Generation ROI 
Windows Web Hosting
 
IBM® developerWorks 
Sun Developer Network 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
MICROSOFT ACCESS

Migrating from Access 2000 to SQL Server 2000
By: Jayaram Krishnaswamy
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 4 stars4 stars4 stars4 stars4 stars / 14
    2005-12-07

    Table of Contents:
  • Migrating from Access 2000 to SQL Server 2000
  • MS Access: User Created Objects
  • Creating a SQL 2000 Server database
  • Exporting tables from MS Access 2000 to SQL 2000 Server
  • Establishing links to SQL 2000 Server database
  • Verifying functionality of existing objects

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    Migrating from Access 2000 to SQL Server 2000 - MS Access: User Created Objects


    (Page 2 of 6 )

    The starting point is the MS Access database that is to be migrated to SQL Server 2000. For the sake of demonstration this database contains five tables (a subset of the Northwind.mdb) with the relationship as shown  in the picture.

    Relationship between tables

    The MS Access file has other objects as shown based on the following query. This query has data from all the related tables.

    SELECT Employees.LastName, Employees.FirstName, Customers.CompanyName, Customers.ContactName, Products.ProductName, Orders.RequiredDate, [Order Details].Quantity
    FROM (Customers INNER JOIN (Employees INNER JOIN Orders ON Employees.EmployeeID = Orders.EmployeeID) ON Customers.CustomerID = Orders.CustomerID) INNER JOIN (Products INNER JOIN [Order Details] ON Products.ProductID = [Order Details].ProductID) ON Orders.OrderID = [Order Details].OrderID;

    Migrating from MS Access 2000 to SQL 2000 Server

    A form based on the above query is shown below. This form has two sub-forms, Orders and Order details. For each employee it looks up the orders they have taken. Also for each order the order details are shown.

    Form and subform

    A report based on the query is shown here. This is based on the query grouped by Company Name as shown.

    Report based on query

    This is a Data Access Page hosted on the intranet server. The DAP is saved to the web root and it can be accessed by the intranet.

    Data access page hosted on the local server

    More Microsoft Access Articles
    More By Jayaram Krishnaswamy


       · Database growth is a natural consequence of the business growth, and to meet all the...
       · It looks like you are still using Access as a front-end in this scenario. Why not...
       · I am not suggesting the best practice which may be, even not use Access at all. This...
       · I went throught the conversion exercise using Access2003 and SQLServerExpress2005...
       · Microsoft always supports for a while till the next version is in the horizon,...
       · Access Project is in Data Access Pages is out in Office 2007.What do you say...
     

    MICROSOFT ACCESS ARTICLES

    - Linking SQL Express 2005 Tables to MS Access...
    - Working with Access Projects in Access 2007
    - Exploring Access 2007
    - Working with Stored Procedures in an MS Acce...
    - Creating and Using Action Queries
    - Creating Data Access Pages with Charts using...
    - Advanced Ideas using VBA
    - VBA Details
    - Updating Records in MS Access
    - Using ADO`s Record Object with URLs
    - Exporting XML from MS Access 2003
    - Importing XML into MS Access 2003
    - On Using Pass-through Queries in MS Access
    - Distributed Queries in MS Access
    - Configuring a Linked Microsoft Access Server...





    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway
    Stay green...Green IT