Forum Replies Created

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

  • 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...

  • RE: ssis lookup problem

    You need the same field in both places to enable you to do a lookup, simple as that.

  • RE: ssis lookup problem

    Unless you are able to find an algorithm which can derive short name from long name, there is no easy way.

    One way to solve this permanently would be to add...

  • RE: Report fails to export to excel

    Scott Murray-240410 (9/30/2011)


    We often see this error when the export exceeds the 56k rows; unfortunately, the export still uses the Excel 2003 limits and the error is never clear...

  • RE: Filter out non decimal values from query

    This should work:

    DELETE from dbo.ImportStage1

    where

    Column_8 <> Floor(Column_8)

  • RE: How to insert the results from mulitiple unions into a single table

    ...in my older version i was missing a bracket which i have now included.

    Oops! 😛

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