Forum Replies Created

Viewing 15 posts - 18,526 through 18,540 (of 22,202 total)

  • RE: Upgrade to SQL Server 2008

    I do agree with Jeff, but an acquaintance of mine does have a book that could be useful, SQL Server 2008 Accelerated by Rob Walters.

  • RE: Read Only Database

    You should be able to just give the user execute privileges to the procedure(s).

  • RE: Breaking down transaction log usage

    Not without a third party log reading tool.

    Why not run a server side trace and capture the transactions being run. Then you can figure out the bad actor.

  • RE: Is my clustered index in need of a rebuild?

    Every system is different, but I personally wouldn't sweat fragmentation until it at least got as high as 20% and probably I wouldn't do a rebuild until I saw fragmentation...

  • RE: Ad hocs queries on a heavy insert table

    krypto69 (1/30/2009)


    I have a table that is 16 columns wide, and has 1000 (random, unique) inserts per second.

    They run ad-hoc queries, that are taking too long to return. Here's...

  • RE: Call center web application and sql deadlock issues

    Nir Netivi (1/31/2009)


    We have a call center web application (ColdFusion) connected to a SQL 2005 server. As our call center gradually grows we are getting more and more deadlocks.

    We...

  • RE: UNION Statements

    John (1/30/2009)


    Thanks for the reply, but it's not quite what I'm asking. If you add an ORDER BY clause and look at the execution plan, you will see there...

  • RE: sql server indexing?

    kiman_keren (2/2/2009)


    Dear Masters,

    I want to know, how to trace transaction? i want to trace insert query in an indexed column. Thx.

    Usually it's best when you have a new question to...

  • RE: Guest Editorial: And Now; a Recitation

    Whoop!!!!

    [holding up a lighter]

  • RE: Sql Query Help

    Jeff Moden (2/1/2009)


    Grant Fritchey (1/23/2009)


    There are three ways you can do this easily. Use TOP, MAX or ROW_NUMBER.

    I'm thinking this one isn't about how to create the next id. 😉

    Nah,...

  • RE: Huge Query - PageIOLatch_SH among other things..

    It looks largely pretty good. There are several key lookups and the four index scans at the top. For example one of the key lookups is against Customer_Canvasser and it's...

  • RE: compressed data in database

    You could upgrade to 2008 which has compression built in.

    The other option that comes to mind is to compress them using, something, pkzip?, and then store them as a binary....

  • RE: Are the posted questions getting worse?

    RBarryYoung (1/30/2009)


    Grant Fritchey (1/30/2009)


    They're no good to me dead.

    Perhaps I can find new ways to motivate them.

    Beware the wrath of the Fetts!

  • RE: Stored proc execution status

    Then, whatever it's doing, it's plodding along. You can kill it, but you might be waiting for a while for the rollback to clear.

  • RE: Huge Query - PageIOLatch_SH among other things..

    Usually save it as a .sqlplan file and then zip it up and post it.

Viewing 15 posts - 18,526 through 18,540 (of 22,202 total)