Forum Replies Created

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

  • RE: Partition Results

    Neeraj Dwivedi (5/7/2013)


    What I can see from your result that, once you get 'Trl' from Substring([Column 0], 4, 3), every thing else below that will be assigned Partitionid = 2....

  • RE: Partition Results

    Sergiy (5/7/2013)


    You are missing column RowNo in your table Heap.

    Files keep the data in physical order as they've been added to the file (because that's a definition of "file").

    tables in...

  • RE: Query Help

    Thanks All.

    Dwain - Query works for me, but i don't think i understand what you mean by resolving multiple levels of hierarchy - my ignorance. I always have a predefined...

  • RE: Employee Hierarchy

    Thank you all for the feedback. I ended up using dwain.c's query. Other articles you provided are very clear too. There are a few problems i can easily solve using...

  • RE: Help with importing XML using T-SQL.

    Exactly what i was looking for!

    Thanks very much for the solution!!!

  • RE: Expression in Precedence Constraints

    Thanks Phil!

    It worked.

  • RE: Need advice on Logging XML

    Thank you!

    Convinced to store XML directly in a table.

    A follow up question, let's say for example the XML file that's sent has 3 tags as below.

    Always a blank field will...

  • RE: Read XML file

    Thank you both for the help! This is perfect.

  • RE: Read XML file

    Any ideas on how to write tsql do this please!

    Thanks,

  • RE: Read XMl file to SQL table

    thanks much!

  • RE: Create XML file using TSQL

    Perfect. Thankyou for the help!

  • RE: Hidememberif

    RonKyle (11/16/2010)


    You're lower levels would also have to be "hideable", or else it's not going to work. It looks like you have a level below city that would not...

  • RE: Hidememberif

    Thanks Raunak! but can you be little bit specific, what do you mean by cube/browse properties...

  • RE: Should i use outer join?

    Thanks all for your prompt response.... and Lutz, special thank you to you for those recommendations.

    i totally agree with you...

  • RE: Package Validation Error

    That's correct it's an OLEDB connection. My all other config files have the similar connection string and works fine but not this package...

    I am using a bunch of execute sql...

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