Forum Replies Created

Viewing 5 posts - 1 through 6 (of 6 total)

  • RE: Querying from two databases

    I have it in a Stored Procedure that pulls 7 days of data. I'm thinking that my best bet is to populate two temp tables and pull from the temp...

  • RE: Querying from two databases

    Here is my query with identifying information removed.

    SELECT'01' as [Record Type]

    ,fv.AccountNumber as [Account Number]

    ,g.GuarantorNameLast + ', ' + g.GuarantorNameFirst as [Guarantor Name]

    ,g.GuarantorAddress1 as [Guarantor Address 1]

    ,g.GuarantorAddress2 as [Guarantor Address 1]

    ,g.GuarantorCity...

  • RE: Querying from two databases

    Do you mean what tool? Mgt studio and via a sql job. Sorry if that is a really dumb answer.

  • RE: Querying from two databases

    They also have indexes on the keys that I am linking them with too.

  • RE: Querying from two databases

    They are on the same instance and easily linked together.

Viewing 5 posts - 1 through 6 (of 6 total)