Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Connection between MS Access and SQL Server

Connection between MS Access and SQL Server

Scheduled Pinned Locked Moved Database
databasesql-serversysadmintutorialquestion
6 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Y Offline
    Y Offline
    yesu prakash
    wrote on last edited by
    #1

    Hi, How to access database of MS Access from SQL Server? eg: I have a MS Access database with empoloyees details. From SQL Server database i need to get the employees details from MS Access. Thankyou, YPKI

    R L R 3 Replies Last reply
    0
    • Y yesu prakash

      Hi, How to access database of MS Access from SQL Server? eg: I have a MS Access database with empoloyees details. From SQL Server database i need to get the employees details from MS Access. Thankyou, YPKI

      R Offline
      R Offline
      Rajesh Anuhya
      wrote on last edited by
      #2

      hi Right-click on the database in SSMS object explorer, select TASKS --> IMPORT DATA from the window follow the remaining instructions.

      Rajesh B --> A Simple Programmer <--

      Y 1 Reply Last reply
      0
      • R Rajesh Anuhya

        hi Right-click on the database in SSMS object explorer, select TASKS --> IMPORT DATA from the window follow the remaining instructions.

        Rajesh B --> A Simple Programmer <--

        Y Offline
        Y Offline
        yesu prakash
        wrote on last edited by
        #3

        There is no IMPORT DATA in TASK. I am Using 2005 SQL Server. Also i want to connect with ms access to retrive the employees details from a stored procedure when requried.

        S 1 Reply Last reply
        0
        • Y yesu prakash

          Hi, How to access database of MS Access from SQL Server? eg: I have a MS Access database with empoloyees details. From SQL Server database i need to get the employees details from MS Access. Thankyou, YPKI

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          Create a linked server[^], and copy the records over into a table in Sql Server.

          Bastard Programmer from Hell :suss:

          1 Reply Last reply
          0
          • Y yesu prakash

            There is no IMPORT DATA in TASK. I am Using 2005 SQL Server. Also i want to connect with ms access to retrive the employees details from a stored procedure when requried.

            S Offline
            S Offline
            SilimSayo
            wrote on last edited by
            #5

            Try this link[^] Go to the section that says Create an Access project.

            1 Reply Last reply
            0
            • Y yesu prakash

              Hi, How to access database of MS Access from SQL Server? eg: I have a MS Access database with empoloyees details. From SQL Server database i need to get the employees details from MS Access. Thankyou, YPKI

              R Offline
              R Offline
              RDBurmon
              wrote on last edited by
              #6

              Use this SELECT TestField1 as t1_from_C_Drive From OpenRowset('Microsoft.Jet.OLEDB.4.0',';Database=C:\temp\Test.mdb;', 'SELECT * from T_Test') as b

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups