Forum Replies Created

Viewing 15 posts - 1 through 15 (of 22 total)

  • RE: Hierarchical Child Records with Multiple Parents

    Sorry I couldn't get this to work with CTE's holding the consumable data but here is a really close arrangement of the data in hierarchical form needed to bind to...

  • RE: Hierarchical Child Records with Multiple Parents

    Well first using the CTE for temp table to provide consumable data was a cool new thing I had never thought to use a cte for before.

    The data portion...

  • RE: Hierarchical Child Records with Multiple Parents

    So for the foreseeable future we will only need two level. Parent Child so the tree would look like this:

    FoodGroupA

    ----Food A

    ----Food B

    FoodGroupB

    ----Food G

    ----Food K

    FoodGroupC

    ----Food A

    ----Food K

    Notice A & K belong...

  • RE: Hierarchical Child Records with Multiple Parents

    Two questions.

    1st what did I fail to provide in terms of "consumable data" that Geoff put together. The actual query? The reason I ask is as the OP I...

  • RE: SQL2K8R2 Computed Column formula error

    That's basically what I'm going to do. Just keep them as int in SQL and let .NET timespan do the heavy lifting.....I just thought Msoft...you know the guys who gave...

  • RE: SQL2K8R2 Computed Column formula error

    Well I am trying to figure out how long it should take to do something. So say the instructor says I am giving you 5 minutes to find each hidden...

  • RE: Update Table with Join NOT RBAR

    Mr. Lange,

    Sorry for the delay I was pulled off to another fire before coming back to this project. As for this question and answer I don't see where to mark...

  • RE: Convert DATE to Integer8 (64 Bit)

    OK so I have been off on another fire. Back to this one now. What I need to do is have a stored procedure that will take a date (12-12-2011...

  • RE: Data Change Tracing

    craigB-921010,

    I don't see where on this forum I can mark as closed nor give credit other than another post. It took awhile to roll through QA and prod cycles. The...

  • RE: Data Change Tracing

    Well I've written triggers before but not for auditing. Typically just for business rules purposes. So my question is would I have a parameter available telling me stored procedure XYZ...

  • RE: Data Change Tracing

    BOL??? Who needs that when you have Google? Thank You for pointing me in the right direction. Well so much for that idea. Only available SQL 2008 and this is...

  • RE: Monitor SP Parm Lengths

    Agrred on the table but awaiting upgrade to 2008. Till the refactor and tune as best as I can. FWIW passing tables and merge statement in 2008 would take alot...

  • RE: Monitor SP Parm Lengths

    Well my chief aim is really further down the road to get them migrated to XML and eventually table based parameters...in the meantime MOST of the times they pass in...

  • RE: Getting SID from Active Directory - SID transformation problems

    I understand the context of this forum is SQL Server side but if you can use C# vb.net etc. to do the transformation then here is a great link to...

  • RE: CTE Help - I Think I'm Close

    Somehow I started this thread on the wrong foot so my original question was obscure. In the past building hierarchical data I had to use temp tables and go through...

Viewing 15 posts - 1 through 15 (of 22 total)