Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: What is the best way to aggregate data from remote servers?

    Here's what I need to get just to get a list of support calls from our support system:

    create table #SupportSystem_Calls

    (

    [CallRef] varchar(8),

    [CustomerRef] varchar(16),

    [NAME] varchar(120),

    [Opened] datetime,

    [Closed] datetime,

    [Actioned] datetime,

    [PRODUCTREF] varchar(16),

    [ProductName] varchar(40),

    [VERSIONREF]...

  • RE: What is the best way to aggregate data from remote servers?

    Hi,

    I've got it working rather nicely with SPs that query the remote tables, then update local tables with the query results.

    This is blisteringly fast from a client PC but I...

  • RE: What is the best way to aggregate data from remote servers?

    Hi,

    What would be the advantage of pulling back filtered rowsets?

    I need to build ID Enumerator, Finder and SpecificFinder methods; surely if I'm going to aggregate the customer tables from...

  • RE: Who is "the IT guy?"

    Hi,

    I don't say "I work in IT" anymore because you can almost hear little cogs turning as the person to whom you were just introduced is filing your contact details...

Viewing 4 posts - 1 through 4 (of 4 total)