Forum Replies Created

Viewing 15 posts - 5,161 through 5,175 (of 5,504 total)

  • RE: Return the path of an XML Node

    Hi,

    it looks like the thread just ignored your xml sample data.

    Please use [ code="xml" ] tags without spaces.

  • RE: Need a script to delete any records which has a specific timestamp

    Just out of curiosity:

    Let's assume you'd delete the first 75% ordered by primary key (hoping there is one).

    How would you recognize that you've deleted too many rows? Let's say you've...

  • RE: SQL brian teaser...

    Hi Digs,

    a couple questions/comments:

    - Why are you using T-SQL to get the same results as you provided as input data?

    - T-SQL can use the IN clause, but there...

  • RE: Getting XML in a table format

    Roust_m (6/30/2009)


    This is exactly the article I read before setting the whole thing up. The only problem I have is not being able to retrieve the XML data in...

  • RE: Getting XML in a table format

    Hi Roust_m,

    to begin with the easy stuff: your xml is not well formed. the following closing tags are missing either at the end of your xml or in between:

    I just...

  • RE: Trasitive dependencies

    GSquared (6/30/2009)


    If I'd been pressed to pronounce it as a single vocable, I'd have tended towards the English "easel" (as in a tripod used to display something, usually writing on...

  • RE: Trasitive dependencies

    Florian Reischl (6/30/2009)


    ...I read this "ES(e)L" but I've not been sure if I'm the only guy who felt like a donkey... :hehe:

    Well, since it's an official abbr. do I now...

  • RE: Trasitive dependencies

    GSquared (6/30/2009)


    ...ESL (English as a Second Language) ...

    Now that's something I'd call a "Linguistic Freudian slip"!

    ESL sounds very close to "Esel", which is German for donkey or jackass. :hehe:

    Coincidence???...

  • RE: Help Needed ???

    Nice one, Jeff!!

    Sometimes the occurrence of the word "PIVOT" isn't that bad, obviously... - especially when it comes together with an "UN".

    Seems a little easier to deal with than the...

  • RE: Which is Better

    Hi Eswin,

    just a few thoughts while you're working on providing the data:

    - since you're using DATEPART(WEEKDAY ...) function you need to make sure that the setting for @@datefirst is a...

  • RE: Help Needed ???

    My first response was based on your statement:

    espilman (6/29/2009)


    ... then the case statement will just help the first record. Subsequent records will have to follow the determined order for the...

  • RE: Help Needed ???

    Ok, I'm done with testing and I think I covered all possible occurrences (except NULL values since there is no business rule on how to handle such values...).

    I used the...

  • RE: Help Needed ???

    espilman (6/29/2009)


    Unless c1, c2, c3.. are intrinsically meaningless and are just data placeholders, then the case statement will just help the first record. Subsequent records will have to follow the...

  • RE: Very confusing "Error converting data type numeric to numeric" SQL Error

    How do you access Excel files? Are you using SSIS, linked server, openrowset or any other method?

    From my point of view data format validation should be done before you even...

  • RE: Are the posted questions getting worse?

    Gianluca Sartori (6/29/2009)


    By the way, I still need somebody to cut my grass!!

    It keeps on raining during the weekend...

    I offer 5 dollars!

    I'll do it, assuming you're covering travel and accommodation...

Viewing 15 posts - 5,161 through 5,175 (of 5,504 total)