Results 1 to 4 of 4
  1. #1
    Lou_Reed is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    1,664

    Transitioning from MS Access to MS SQL Server

    Okay, here is my situation. I got an assignment to create a new database. That is I will do. However, it must be in Microsoft SQL Server. In the end


    that is the database that it will be in.

    I can start out now in MS Access and then port it over to MS SQL server as soon as the equipment where I work is available. It seems the equipment
    is not available now and since I work for the government it is unlikely to be available soon; it will be available eventually.

    So is it good idea to start out working on this in MS Access and wait for SQL Server to come on line or should it wait and do the whole thing in SQL server.

    Any help appreciated.

    Thanks in advance.

    Respectfully,

    Lou Reed

  2. #2
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 8 Access 2013
    Join Date
    Aug 2013
    Posts
    7,862
    Use SQL Server Express on your development machine. SQL Server Management Studio is the application you will want to use as an RDBMS. This post might offer some insight ...
    https://www.accessforums.net/access/...tml#post279655

    You will need tables and stuff in your Microsoft SQL database. If you create tables in Access, you can convert them to schema using various tools. Any serious schemas will need to be created using more robust tools like Visual Studio or SSMS, itself. However, the following tool might get you started. Beware, I would not use it for complex constraints and I would not use it for exporting data from Access (more than a handful of rows). I would use it only for simple table structure. Also, understand that you will need to run (not install, both versions are part of the install) the 32 bit version in order to communicate with 32 bit Access.
    https://msdn.microsoft.com/en-us/lib...=sql.110).aspx

  3. #3
    CJ_London is online now VIP
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,938
    also if developing initially in access read up on what won't port to sql server - lookups and multivalue fields come to mind. and there is no easy equivalent to the crosstab query.

    You haven't said whether you will be using access as a front end or something else since sql server only provides a back end

  4. #4
    ssanfu is offline Master of Nothing
    Windows XP Access 2010 32bit
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    also if developing initially in access read up on what won't port to sql server - lookups and multivalue fields come to mind.
    Add to that, No spaces in names and no reserved words.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 1
    Last Post: 02-23-2015, 07:06 AM
  2. Replies: 2
    Last Post: 11-21-2012, 09:57 AM
  3. access - FTP Server
    By mtownend in forum Access
    Replies: 2
    Last Post: 04-07-2011, 03:11 PM
  4. Access and SQL Server on a VPN: Possible?
    By evander in forum Database Design
    Replies: 6
    Last Post: 02-03-2011, 10:53 AM
  5. Access and SQL Server?
    By evander in forum Database Design
    Replies: 2
    Last Post: 07-31-2010, 07:47 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
  •  
Other Forums: Microsoft Office Forums