Forum Replies Created

Viewing 15 posts - 4,621 through 4,635 (of 5,841 total)

  • RE: MIN and MAX memory settings for SQL 2005 in multiple instances

    Maybe I missed it, but can I ask WHY you are doing 5 instances on one server? There is some significant downside to that so I am curious about...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Table variables vs. temp tables, and should I use subqueries to minimize # of updates in these?

    Yes, you should expect better (often extraordinarily so) performance when using temp tables and joins instead of table variables.

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Table variables vs. temp tables, and should I use subqueries to minimize # of updates in these?

    Forums are typically used for simple, quick question/answer problems or questions. That is NOT what is requested here. People who are donating their time to help others could...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: select

    Accessing, sending, receiving and rendering that amount of data (regardless of actual data size of the 8 columns) is going to take a long time. Period. Either accept...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Estimate the transaction table size and partition

    karthikeyan (8/12/2009)


    Hi

    I have one transactional table called message in my prod db. It is around 15 GB for 5 days data in the table. The data in message table...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Hardware based database partitioning for Optimal Performance and Reliability???

    I gotta say that without knowing some more justifications and reasonings I think you are embarking upon a lot of effort for little to no gain - actually potentially problems....

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Hyperbac

    matt stockham (8/12/2009)


    TheSQLGuru (8/12/2009)


    4) IIRC you do not need license to do restore-only activity.

    Unless it has changed within the year, a restore-only server does requires a license and you pay...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Could not create an acceptable cursor

    Have you tried to do the update directly on the server you are updating, using linked servers out to the other parts of the query?

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Hyperbac

    1) VERY IMPORTANT: no one on this site should EVER feel constrained to mention, inquire, recommend, discuss, etc. non RedGate products here simply because they 'own' SQLServerCentral.com.

    2)...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Enterprise Edition SQL Server 2005 Performance issue on Multi Processor Server

    I think you should find out what the slowness truly is. Search web for SQL Server 2005 Waits and Queues, a marvelous best practices white paper from Microsoft. ...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: SQL Profiler running on server side causes high CPU usage

    Paul White (8/10/2009)


    TheSQLGuru (8/10/2009)


    Well, I think (hope) I prefaced my initial stomp on UDFs with that "ancillary data access" statement as the real bugaboo. Perhaps I missed it.

    Paul, you...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: SQL Profiler running on server side causes high CPU usage

    Paul White (8/10/2009)


    TheSQLGuru (8/10/2009)


    Clearly if your logic REQUIRES complex data access/processing PER ROW of output then a UDF is quite possibly the correct tool for the job. You are...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: SQL Profiler running on server side causes high CPU usage

    Clearly if your logic REQUIRES complex data access/processing PER ROW of output then a UDF is quite possibly the correct tool for the job. You are definitely correct that...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: SQL Profiler running on server side causes high CPU usage

    GSquared (8/10/2009)


    I've actually built very performant scalar UDFs. The problem with them is when you start using them in join criteria or Where clauses, and kill any possibility of...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: how maxdop works?need reply with detail

    Put it this way, if a parallel plan is poorer than a non-parallel plan then the server is supposed to be smart enough not to use it.

    To my knowledge, the...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

Viewing 15 posts - 4,621 through 4,635 (of 5,841 total)