Forum Replies Created

Viewing 15 posts - 54,751 through 54,765 (of 59,078 total)

  • RE: Querying the max row length

    Lowell (10/2/2007)


    the thing about color is that you MUST enter the double quotes to get it to work.

    input = #0000FF is BAD

    input = "#0000FF" is GOOD

    Heh... thanks Lowell... but I...

  • RE: Remove Decimals Without Rounding

    Yeah, huh? Using loops comes highly unnatural to me. 😀 Goes against my data-troll grain.

    The other place I saw it was with a splitter function that used a...

  • RE: Sproc calling Sproc

    Bill,

    I guess I don't understand why you are calling these procs as passthrough queries from Access... can't you schedule this as a job or run it through OSQL? That...

  • RE: Remove Decimals Without Rounding

    You can touch it. It won't hurt you.

    Heh... and folks think Serqiy is a smartass??? :laugh:

    Anyway, point well taken and I guess I have to eat a little crow on...

  • RE: Querying the max row length

    No... not true...

    1. Editing a post still triple spaces the entire post.

    2. Trying to post with [Code] still results in a triple spaced mess that doesn't obey leading...

  • RE: deduping query optimization

    Perfect... Nice "kick in" Peter... I'm gonna go back to sucking my thumb now... 😛

  • RE: can we modify system tables in SQL Server 2000?

    Heh... I'm old... I've got no "recall" left until I've had about 20 coffees (if I recall correctly) 😀

  • RE: Is this workable

    Tomm Carr (10/2/2007)


    I answered that already. I defined my test table with a nullable datetime field. However, the OP seemed to be using a integer with zero meaning null so...

  • RE: Trigger and deadlocks

    I missed what you're talking about... which movie, Remi?

  • RE: Trigger and deadlocks

    Bingo, Scott... took the words right out of my mouth... don't need the EXE to gen decent XML... it can all be done in T-SQL...

  • RE: Limit Resources to UGLY query

    Just a little warning... you are using an undocumented behaviour and a SP could belly up your project.

    Ummm... what undocumented behaviour?

  • RE: Limit Resources to UGLY query

    Bob Fazio (10/2/2007)


    I was able to update 11M+ rows 3x and Update every 20th row (months) 1x

    in 210 seconds. I am going to see if I can get this...

  • RE: Limit Resources to UGLY query

    TheSQLGuru (10/2/2007)


    Good proof that index maintenance really DOES have a price! I like the update mechanism you used too Jeff.

    Thank you much!

  • RE: More newbie system table help

    p.s. If you think a Group By would be better, all I can say is "try it"... I think you'll be surprised at how bad it is...

  • RE: More newbie system table help

    . How many internal rows will be generated by the following query (assuming the original 830 rows provided by Microsoft)? (Easy to do... run it with Execution Plan turned on...

Viewing 15 posts - 54,751 through 54,765 (of 59,078 total)