Forum Replies Created

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

  • RE: DTS Com Object & Text Annotations

    Thats what I was thinking was weird...

  • RE: Loading Multiple Files From a Directory

    It couldn't possibly be a permissions problem, because it only happens with zero byte files, and we do the same processing with non-zero(data containing) files. The only difference is...

  • RE: Setting the error file for the package

    The DTSPackage Object has a property called LogFileName that you can set to the path of the file you wish to use. 🙂

  • RE: DTS, Access and .mdw

    You could also try running the package from the desktop of the server, sometimes things are set up differently than your machine, and the packages have to be configured a...

  • RE: DTS execution by user from an app. or SP

    Darren Green has an article on swynk that shows you how to use the OLE Stored Procedures to call a DTS Package from a stored procedure. I have tested...

  • RE: DTS fro mysql on Linux to SQL Server 2000

    You would just need an ODBC Client installed on the machine you're going to be creating and running the DTS from. Then when you create your DTS Package, choose...

  • RE: Temp Tables

    I still get the same error, that There is already an object named '#tmpReportClient' in the database.

  • RE: Duplicated Data

    Morning Andy,

    Yes, those are the actual table and field names. The reasons I use Hungarian notation is because I am mandated to by my team lead. I do...

  • RE: Duplicated Data

    Yes it is. I will try using that.

    Thanks!

  • RE: Duplicated Data

    No I don't want to delete the duplicate records. I want to only insert one record into the second table. Here's my tables:

    tblCustomer

    iCustomerID

    sPhoneNum

    sCustomerAcctNum

    tblTMPFileLoad

    sPhoneNum

    sCustomerAcctNum

    sSecondaryPhoneNum

    sSecondaryAddress

    tblAddlInfo

    iAddlInfoID

    iCustomerID

    sSecondaryPhone

    sSecondaryAddress

    After I load tblTMPFileLoad, I need...

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