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

  • Home
  • SEARCH
  • 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
  • 0 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

Ask A Question

Stats

  • Questions 516k
  • Answers 516k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer $columsData['id']['title'] = 'id'; $columsData['id']['no_html_escape'] = 1; May 16, 2026 at 6:48 pm
  • Editorial Team
    Editorial Team added an answer I think the problem I have had with eclipse etc… May 16, 2026 at 6:48 pm
  • Editorial Team
    Editorial Team added an answer This is a job for grep, not sed: <myfile grep… May 16, 2026 at 6:48 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I'm an Ext veteran but have a few rather simple mobile apps i need
I am trying to create a simple questionnaire for a website but am fairly
I want to setup a simple site and I don't have any web development
I have a basic has_many through relationship: class Foo < ActiveRecord::Base has_many :bars, :dependent
My experience with MySQL is very basic. The simple stuff is easy enough, but
I need to develop a client server system where I can have multiple clients
I understand this is a basic topic but never done this before starting from
I am moving a C++ project from Windows to Linux and I now need
I have a simple has_many through relationship set up: class Tag < ActiveRecord::Base has_many
Suppose I have some code like this: class Visitor { public: Visitor(callBackFunction) {} void

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.