Forum Replies Created

Viewing 15 posts - 1,351 through 1,365 (of 6,486 total)

  • RE: Using SSIS ForEach Loops

    It kind of sounds that way. You may actually have a loop within a loop.

    I would recommend getting comfortable with one loop for now (make sure you know how...

  • RE: Using SSIS ForEach Loops

    In order to "prime" a forEach task in SSIS:

    - Create an Execute SQL Task and drag its output to point to the forEach object. Put whatever connection info...

  • RE: How to Convert Rows into Columns?

    This is a basic pivot operation. Unless you get "fancy", you would need to know how many issues you would need to pivot out, and you'd need a consistent...

  • RE: Conditionally Fire Trigger

    The UPDATE() can be confusing. It's detecting whether a column was included in an update, not necessarily whether the value of a column for a specific row was ACTUALLY...

  • RE: Help generating XML from relational data

    Yes - for XML PATH is very nice, especially with complex formats. With EXPLICIT set up as a UNION (and every node and level needing to be defined), PATH...

  • RE: Help generating XML from relational data

    By the way - you didn't mention the version of SQL Server you're using (it makes a difference).

    For example - if you are using SQL 2005 or higher, you...

  • RE: Getting Colorful

    Michael Meierruth (5/10/2010)


    JacekO (5/10/2010)


    Software is like a Cathedral. You build it… you build it… you build it…

    And then you pray…

    The cathedral in Milan took forever to build.

    And now its bowels...

  • RE: Microsoft Humor

    So that becomes what -

    - MCSHT (Microsoft Certified System Humor Technologist)

  • RE: Is selecting top(sum(int)) possible?

    Assuming you have a solid ordering method in mind - I'd recommend using your running total concept. Jeff Moden has a VERY high speed way to do this in...

  • RE: Getting Colorful

    We've had a few colorful names for some processes:

    - "mentat architecture": the results of guessing what the requirement will end up being AFTER we're done developing the project...

  • RE: XML Source Adaptor

    Good to hear. I was wondering why it would be at different levels (not terribly uncommon in XML, but SSIS tends to not much care for that from what...

  • RE: XML Source Adaptor

    Let's try this a different way. Do you have specific XML files you'd expect these to work against?

  • RE: XML Source Adaptor

    Are you expecting them to work interchangeably? Because one is 5 levels down, and the other is 7, so I don't think they could operate on the same files,...

  • RE: Any Way to Programmatically Document Stored Procedures?

    Have you taken a look at the dependencies? There's a system view called sys.sysdepends which should have a LOt of that data.

  • RE: String splitter to table weird result

    Try:

    Set Statistics TIME on

Viewing 15 posts - 1,351 through 1,365 (of 6,486 total)