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. SQL Server 2008 Import Data

SQL Server 2008 Import Data

Scheduled Pinned Locked Moved Database
databasesql-serversysadminhelp
5 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.
  • Z Offline
    Z Offline
    Zeyad Jalil
    wrote on last edited by
    #1

    hi all, i use a sql server 2008 import data, to import my database from access, but my access database always change because my application work over it. i want a way to make sql server 2008 import data to work automatically as the changes of the access database. please help me, if you know any way to create the automated import data from sql server 2008 thanks all

    A M S J 4 Replies Last reply
    0
    • Z Zeyad Jalil

      hi all, i use a sql server 2008 import data, to import my database from access, but my access database always change because my application work over it. i want a way to make sql server 2008 import data to work automatically as the changes of the access database. please help me, if you know any way to create the automated import data from sql server 2008 thanks all

      A Offline
      A Offline
      abcurl
      wrote on last edited by
      #2

      In order to sync, you must prepare a window service. Window service will continue to update your sql server database accorting to the time interval mentioned.

      1 Reply Last reply
      0
      • Z Zeyad Jalil

        hi all, i use a sql server 2008 import data, to import my database from access, but my access database always change because my application work over it. i want a way to make sql server 2008 import data to work automatically as the changes of the access database. please help me, if you know any way to create the automated import data from sql server 2008 thanks all

        M Offline
        M Offline
        Mycroft Holmes
        wrote on last edited by
        #3

        Your requirement does not state whether the SQL database is updated from multiple access databases or your application can update both the access (single use, disconnected) and the sql database when linked to the server/network. This dictates quite different solutions.

        Never underestimate the power of human stupidity RAH

        1 Reply Last reply
        0
        • Z Zeyad Jalil

          hi all, i use a sql server 2008 import data, to import my database from access, but my access database always change because my application work over it. i want a way to make sql server 2008 import data to work automatically as the changes of the access database. please help me, if you know any way to create the automated import data from sql server 2008 thanks all

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

          If you have the time to make modifications, you can change the access database into an access project database. In access project, the data is not stored in access rather the data is stored to SQL Server. The project database just lists database objects(tables, views and stored procs)

          1 Reply Last reply
          0
          • Z Zeyad Jalil

            hi all, i use a sql server 2008 import data, to import my database from access, but my access database always change because my application work over it. i want a way to make sql server 2008 import data to work automatically as the changes of the access database. please help me, if you know any way to create the automated import data from sql server 2008 thanks all

            J Offline
            J Offline
            jschell
            wrote on last edited by
            #5

            SQL Server comes with "SQL Server Integration Services" which is commonly referred to as SSIS. One commonly uses SSIS for data migration tasks. A very general outline of your solution would involve. 1. Create the migration task. 2. Schedule it so it runs repeatedly. The following is a tutorial which which teaches SSIS basics as well as creating a data migration task. http://technet.microsoft.com/en-us/library/ms365330.aspx[^]

            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