Forum Replies Created

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

  • RE: INSERT in AS400/DB2

    Thanks. I really did not have to use Linked Server thru VB code. A straight query to AS400 through ADO works fine

    Thankf for...

  • RE: Openquery and using variables

    My Linked Server name and sql query change. Even if I write multiple queries to fulfill all the conditions, I am still left with the linked server name as a...

  • RE: DTS package

    Thanks a lot for your help.

    As for the int variable, I am using

    CREATE PROCEDURE proc1 @v1 int

    AS

    INSERT INTO destTable SELECT * FROM ssourceTable WHERE col2 < @v1

    I checked the...

  • RE: Linked Server

    I am told Linked Servers are faster than DTS. I use linked server through ODBC driver (DSN).

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