Forum Replies Created

Viewing 12 posts - 1 through 13 (of 13 total)

  • RE: Multicast for Variable Number of Output Files

    I suggest you try using the Export Column component. You will need to construct a single Derived Column of type Text containing the output rows + CR/LF delimiters, another Derived...


    Cheers

    Filet

  • RE: Variable in flat file destination

    P.S. You will have to include the escape sequence for Carriage Return, Line Feed "\ r \ n" [no spaces - I have to include them or the sequence disappears...


    Cheers

    Filet

  • RE: Variable in flat file destination

    You can use the Export Column component to do this. You will need to construct a single Text Derived Column containing the Comma-Separated values, and use the Number column...


    Cheers

    Filet

  • RE: How to add a line feed in SSIS expression (it's invisible)

    You can use escape sequence literals within SSIS expressions - e.g. \'n' for New line, \r for Carriage return. [Ignore the quotes when coding in SSIS - I had to...


    Cheers

    Filet

  • RE: Query slow when run through Execute SQL Task.

    Hi Daniel,

    Are you using SQL Server Standard edition ?  Per BOL "In SQL Server 2000 Enterprise Edition, the query optimizer will automatically consider the indexed view. To use an indexed...


    Cheers

    Filet

  • RE: Partial Failure of package

    Since the copy is working fine when run on it's own, or when run manually from the main package, the first place I would be looking is the global variables...


    Cheers

    Filet

  • RE: DTS Dynamic Properties Not Working as Expected

    Not sure if it is the whole problem but it looks like you are not passing the parameters to dtsrun correctly.  The correct syntax is:

    /A global_variable_name:typeid=value [where typeid = 8...


    Cheers

    Filet

  • RE: Document DTS''''

    There is a list of DTS documentation products and other useful DTS tools at http://www.sqldts.com/default.aspx?401


    Cheers

    Filet

  • RE: Global Variables for new INI Location

    You still have a potential problem with the Global Variable setting - hence your instruction:

    ' **** IMPORTANT ****

    ' Before promoting a DTS from DEV to any other environment you MUST...


    Cheers

    Filet

  • RE: Microsoft Data Link OLE DB Properties

    Try DTSGlobalVariables.Parent.Connections("[Put the Connection Name here]").ConnectionProperties("[Put the Property Name Here]").Value

    I think this is what you are looking for


    Cheers

    Filet

  • RE: Buffer Size Problem

    There is a possible solution in the Forum article entitled

    DTS error when attempting to import from MS Access into SQL Server

    posted 10/5/2005

    by "Chris":

    as a workaround, I took the...


    Cheers

    Filet

  • RE: UPDATE Query taking hours to run in DTS Package???

    You could also try avoiding the update altogether by importing your SAS data into a staging table, then having a second transformation that inserts the joined data into Claimdata i.e...


    Cheers

    Filet

Viewing 12 posts - 1 through 13 (of 13 total)