Forum Replies Created

Viewing 15 posts - 3,436 through 3,450 (of 5,843 total)

  • RE: Tally OH! An Improved SQL 8K “CSV Splitter” Function

    Great stuff. I too would like to see the CLR code.

  • RE: light weight pooling greyed out

    I am with Gail - BEWARE turning this on. I would want someone's NAME, RANK and SERIAL NUMBER before I turned it on, and even then they had best...

  • RE: PAGELATCH Contention

    I wonder if the SET statements in your trigger aren't causing extra recompiles - which can cause some interesting bottlenecks. Check for that, and if they are happening try...

  • RE: Query Performance

    1) what happens to the table during the day? that would determine if you need more frequent stats updates

    2) could this be a simple case of parameter sniffing? updating...

  • RE: PAGELATCH Contention

    1) lock reason: snapshotting perhaps? or deferred temptable dropping?

    2) still wondering about trigger code. can you post that?

    3) have you tried sp_whoisactive to see if you can get details about...

  • RE: Perfomance Tuning

    get a copy of the great free tool sqljobvis. It shows you a gantt chart of agent job executions, making it VERY nice for checking for overlaps. Not...

  • RE: PAGELATCH Contention

    1) can you post the code for the login trigger?

    2) if you are having an 'outage' of this nature, I recommend you get a professional on board to quickly isolate/fix...

  • RE: Urgent !!!.. Rollback from ldf?

    I actually think ApexSQL's Log product might be able to unwind or redo transactions given your scenario. Tell them TheSQLGuru sent you.

  • RE: simple case vs. searched case

    Why don't you run some tests and find out (and then tell us what you find)??

    In any case, I imagine that your query will be overwhelming compared to...

  • RE: Best hardware configuration for sql server 2008 enterprise edition

    jefydominic (4/25/2011)


    Hi All,

    We are planning to setup a new SQL server 2008 (enterprise edition).

    Average data size is 100GB. Every weekend we will delete some data and add some new...

  • RE: Online Indexing

    Regarding Paul Randall's quote: "Update statistics for all of the non-indexed columns", it would seem that there is a flaw in that statement, since statistics are only kept on search...

  • RE: Row size, indexes and varchar(max)

    data types are probably pretty far down on the list of reasons why your query performance is poor. Look to indexing and query construction first.

  • RE: DataBase Optimization

    There are FAR more important things to do to improve your database application performance than worry with IO configuration. However, what you seek (general advise on tuning) goes WAY...

  • RE: Online Indexing

    1) There are many places where microsoft recommendations are suboptimal, poor, inappropriate, dead wrong, etc.

    2) MANY resources you can find on the web are OUTDATED. This case is definitely...

  • RE: Performence Problem

    mohan.pariveda 18256 (4/24/2011)


    Hi All,

    I am new to the SQL Server tuning and facing a critical performence problem.

    My environment : Windows 2003 R2 (32 bit OS), SQL 2005 ENT, 8 GB...

Viewing 15 posts - 3,436 through 3,450 (of 5,843 total)