Forum Replies Created

Viewing 15 posts - 11,101 through 11,115 (of 13,877 total)

  • RE: Select Records Issue

    This question is not detailed enough.

    Please provide sample data, showing source data and desired output, as described in the link in my signature.

  • RE: Dynamically select flatfiles depending on file date

    Files in the same folder cannot have the same name.

    Best practice is to move your files to an archive folder after processing them - so the only files in the...

  • RE: Dynamically select flatfiles depending on file date

    Why not just use a Foreach loop to process all files in the folder, regardless of name?

    Or maybe *.txt - whatever works.

    Do the files need to be processed in order?

  • RE: Adding time...

    great timing bkupicek

    You can say that again.

    Or can you?

    😀

  • RE: Precedence Constarint

    If this code is driving an Execute SQL task and a number is required for a subsequent precedence constraint, the query should return a number!

  • RE: Precedence Constarint

    IF ( SELECT COUNT(t.name) AS CheckQuery FROM (

    SELECT f.name FROM fleets f

    WHERE f.name NOT IN ( SELECT C.CompanyName FROM Company C

    LEFT JOIN Accounts A ON A.CompanyName =...

  • RE: Updating and Inserting through SSIS

    steveb. (10/6/2011)


    Raunak Jhawar (10/6/2011)


    Phil Parkin (10/6/2011)


    Raunak Jhawar (10/6/2011)


    If SQL 2008 and upwards...please follow the link here

    Please describe how to use that within an SSIS package.

    Execute SQL Task/Script Task

    This is...

  • RE: Updating and Inserting through SSIS

    Raunak Jhawar (10/6/2011)


    If SQL 2008 and upwards...please follow the link here

    Please describe how to use that within an SSIS package.

  • RE: Refer out of scope expression

    I suggest that you read this to help your understanding of scope.

    I can't give a specific answer, because that would require me to look into the design of your report.

    But,...

  • RE: Change variable scope

    Oooooooh, cool!! Maybe in five years we might have actually migrated to Denali 🙂

  • RE: Refer out of scope expression

    The error message seems self-explanatory: what is your question?

  • RE: PIVOT & TRANSPOSE

    There's still no hint of a question mark there.

    If I said: "I would like a new car," would you know how to respond?

    If I said: "Can you for help me...

  • RE: PIVOT & TRANSPOSE

    You have told us what you are doing.

    Now take the next step and ask the question, or questions, to which you would like a response.

  • RE: Change variable scope

    Maybe in another five years, the answer will instead be "select the desired value from the scope dropdown menu from within the variable's properties" 🙂

  • RE: Can't see Variable Windows

    It will be there somewhere, as a tab/window - though possibly its position will vary from one PC to another, as the VS IDE is very flexible in the way...

Viewing 15 posts - 11,101 through 11,115 (of 13,877 total)