Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1020457
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T11:10:06+00:00 2026-05-16T11:10:06+00:00

I have a basic/simple need to create a pipeline transfer process from one SQL

  • 0

I have a basic/simple need to create a pipeline transfer process from one SQL express 2008 database to another server (equally SQL 2008 express).

Basically:

  1. I have one table on SERVER A which has data coming in, and a default field called ‘downloaded’ which is again, by default set to ‘N’

  2. I have the same table schema on SERVER B

  3. On a timed basis (say every 10 mins), I need to get all records from SERVER A where the ‘downloaded’ field is set to ‘N’, and copy that whole record to SERVER B

  4. As each record from SERVER A is read/successfully copied to SERVER B, I set the ‘downloaded’ flag to ‘Y’ (with a timestamp field too).

From old memories, I used DTS (now SSIS I guess) to do something similar.. but of course SQL express doesn’t have the loveliness!!

Question:

Is it just a case of a SQL datareader to get data from SERVER A and manually either INSERT a SQL statement to SERVER B (or a proc of course)?? any other slick ways?

Thanks for all comments…

  • 1 1 Answer
  • 3 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T11:10:07+00:00Added an answer on May 16, 2026 at 11:10 am

    oh don’t use flags! They are not good for indexing.

    Add two columns to both source and target tables:
    dt_created
    dt_modified.

    Add an index on each one.

    From your target database, select the source database/table for dt_created > max(target table.dt_created). Those are your new records.
    Do the same for dt_modified, and those will be your modified records. See! Poor man’s replication.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is probably a basic html/css question... I have a simple one-button form that
I have a very simple animation task for Java. I need to create a
I have a simple text reading code for Visual Basic: Dim fileReader As String
We have created a simple wix project for a basic windows application. Everything builds
I'm an Ext veteran but have a few rather simple mobile apps i need
I have simple jQuery Mobile site created using asp.net mvc 2 and uses basic
I have a process, let's call it Process A, that is hosting a simple
I have a basic MySQL query: $getFeed = SELECT posts.postID, posts.postTitle, ..... FROM posts
I need to create a simple slide with text and pictures. This will be
Question : I have a InstallShield 2010 installed. I want to create a Basic

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.