Forum Replies Created

Viewing 15 posts - 241 through 255 (of 433 total)

  • RE: Calling a task or transformation from active x

    You don't need to this in ActiveX. You can follow your ActiveX script with a normal datapump between the two connections (file and table). Add in some code, to set...

  • RE: Select decimal value from XML generated with XSINIL

    Hi,

    When querying the XML, SQL Server does not see a NULL value produced by xsi:nil; the value is interpreted as not being there at all rather than a NULL value. An...

  • RE: How to write batch file to run dts pacakge(important)

    A plain text example of the DTSRun command with switches looks like:

    DTSRun /Sserver /Llogfile /Npackagename /E

    The switches are:

    /S the server where the package is stored

    /L the path of the DTS...

  • RE: XML file conversion to text

    What's the final outcome that you are trying to achieve? I can't understand why you'd need to do this on a stylesheet?

    It's a...

  • RE: DTS reading from Excel file

    You could have a connection to the Excel file (path dynamically adjustable through a Global Variable) and a SQL task with a SELECT that returns the contents of the Excel...

  • RE: Flat File Normalization

    Jeff, it's a quintuple post! There was another one on the 18th too!

  • RE: Katie

    I believe that http://www.readytogiveup.com was the original site.

    The latest one is http://www.notreadytogiveup.com which better reflects Rex's (and his family's) attitude to this mammoth hurdle! There's a donate link on...

  • RE: A Cool Perk

    "The best perk of all would be for "corporate management" to understand and value what their IT departments CAN do for them..."

    Outstanding answer Robert! I've only worked or about...

  • RE: A Cool Perk

    I wish that was true! 

    They film most of it in Liverpool these days with about two minutes footage of Chester thrown in about once...

  • RE: A Cool Perk

    Chris,

    I nearly ended up buying a house in the street behind work, but thought that would be a bit too close for comfort!!

  • RE: A Cool Perk

    I live and work in Chester in North-West England. It's only a small place and my home is about 800 metres from my work so a nice perk for me would be...

  • RE: how to Delete old data from an excel file through DTS

    For what reason is it unnecessary to delete the file and recreate it? Whether you drop and recreate or truncate gives basically the same result.

  • RE: Loop through Packages in SQL Server

    Hi,

    I'm not sure what you mean by ServerName property. Are you looking at the Package Log Server or is this a SQL Server connection object in each package, or something...

  • RE: How to create a table in DTS pack dynamically.

    The replace function is available in ActiveX; You can use it after you've read in the file to a variable. Usage:

    Replace(myscript, "orders", "orders_test")

                   ^           ^              ^

              Look In       Find         Replace With

    This will...

  • RE: How to create a table in DTS pack dynamically.

    400 to 500, hmm.....

    I guess I need a Method 3 then!!

    If you are passing the script name as a Global Variable you...

Viewing 15 posts - 241 through 255 (of 433 total)