Forum Replies Created

Viewing 15 posts - 46,726 through 46,740 (of 59,062 total)

  • RE: Cursor Help

    Alan! How about a little test data? This isn't difficult but it's impossible to solve in a reasonable fashion without a copy of your field table and a...

  • RE: Multiple subtotals (PrYr Total, QTD, and YTD)

    Two things... first, post the code that you've tried. Second, if you want a better answer quicker, please see the link in my signature line below. 😉

  • RE: Error processing

    Just add the "IGNORE DUPES" option to the Primary Key constraint.

  • RE: optimal varchar sizes

    Sorry, Gift Peddie... Wasn't directed at you or I'd have used your post as a quote. No... I've heard this myth about using powers of 2 for varchar lengths...

  • RE: Update part of a column with new value

    Stuff like that shouldn't be hardcoded. It should be in a configuration table.

  • RE: Query Performance

    Mike Levan (12/5/2008)


    above query pulls 20k records in 24min, i thing its not gud though my indexes are all doing good.

    Why do you think your indexes are "all doing good"?...

  • RE: Get Transactions in latest month

    For a better, tested answer quicker. please see the link in my signature below.

  • RE: SP for row count of tables

    The rowcounts in the SysIndexes table may not be anywhere near accurate until you run DBCC UPDATEUSAGE.

  • RE: replace

    BWAA-HAAA! Don't you guys know "vapor-ware" when you see it? It's obviously a "future release". :D:P:hehe:

  • RE: Sp_Execute with cursors

    Dynamic SQL to run a cursor... how slow do you actually want things to run?

    I agree with what the others have already stated... it would be fair better to state...

  • RE: disable shutdown button

    If you simply behead the first two people that make that mistake, I guarantee the others will be much more careful. 😛

  • RE: optimal varchar sizes

    Ok then... anyone anywhere got any consistant demonstrable code of any type that shows any consistant performance increase using any power-of-2 length for any Varchar sitiuation in any table? ...

  • RE: Cascading parameter dropdowns

    Heh... why does everyone blame dynamic SQL... that's not what makes these drop downs painfully slow. Poor intial design, lack of proper indexes, and non-sargable SQL is what makes...

  • RE: PIVOTS and TRANSFORMS

    Thanks Ron :blush:

  • RE: New To SQL Server / Help Starting

    Start here...

    http://www.sqlcourse.com/

    ... then move to Books Online which comes free with SQL Server... concentrate on the "Contents" tab.

    SQL Server is a big subject... don't try to learn it all at...

Viewing 15 posts - 46,726 through 46,740 (of 59,062 total)