Forum Replies Created

Viewing 15 posts - 5,581 through 5,595 (of 6,104 total)

  • RE: sp2 to install or not to install

    I'm trying to set up a process similar to what Steve describes. Until a service pack is tested with the existing install base, it's impossible to say if there...

    K. Brian Kelley
    @kbriankelley

  • RE: Exploring Deadlocks

    Look out Robert, looks like you're getting in the same situation I'm in... you write an article that produces thought and there are clamors for a follow-up! It's a great...

    K. Brian Kelley
    @kbriankelley

  • RE: Abstracts for Articles

    http://www.sqlservercentral.com/forum/reviews.asp?CAT_ID=7&FORUM_ID=59&TOPIC_ID=2637&type=2&article=614

    Here's my thoughts... when scientific papers are prepared for review or for publication, a short abstract (100-150 words usually) is prepared and attached, sort of the same way a cover...

    K. Brian Kelley
    @kbriankelley

  • RE: Security

    The BUILTIN\Administrators group is the same as the local Administrators group for the server. Basically, whatever rights (sysadmin by default) that group has, anyone with Administrative rights to the...

    K. Brian Kelley
    @kbriankelley

  • RE: Exploring Deadlocks

    For my developers who are reticent to dive into Books Online (including on MSDN) but are willing to go a web page, I now have a resource.

    K. Brian Kelley
    @kbriankelley

  • RE: When's Your Anniversary

    I thoroughly enjoyed this article. If I remember right, in Henderson's book The Guru's Guide to Transact-SQL he runs into the end of year issue as well with the...

    K. Brian Kelley
    @kbriankelley

  • RE: Does anybody know ?

    We've seen this error on occasion with SQL Server 2000 (SP1) but while it occurs with SQLMail, it's an ODBC error. For our environment it occurs so infrequently (twice...

    K. Brian Kelley
    @kbriankelley

  • RE: Getting the Most out of SQL Server 2000's Query Analyzer, Part I

    The series will cover the new features. However, as we discuss each part, I'll be mentioning common problems and issues that I've seen. The two issues mentioned in...

    K. Brian Kelley
    @kbriankelley

  • RE: Overhead of SQL instances?

    Binary sort order is not the default, but under SQL 2K, you can do that at the database level.

    K. Brian Kelley

    bkelley@sqlservercentral.com

    http://www.sqlservercentral.com/columnists/bkelley/

    K. Brian Kelley
    @kbriankelley

  • RE: MS02-007 SQL Server Vulnerability

    Since it's free, it won't hurt to give MS a call. If there is a real issue with the patch, they'll notice it that much faster. The RDP...

    K. Brian Kelley
    @kbriankelley

  • RE: Creating A Report Queue

    Your best bet is to implement a process like what Steve has suggested. Use a trigger or a stored procedure to insert a record into a table indicating that...

    K. Brian Kelley
    @kbriankelley

  • RE: MS02-007 SQL Server Vulnerability

    Considering this bulletin came out today, I am not sure how many people have had a chance to apply it. I'm going to probably take a look at it...

    K. Brian Kelley
    @kbriankelley

  • RE: Creating A Report Queue

    quote:


    Problem is the Trigger hangs waiting for the VBS script to complete.

    I would really like the trigger to call the VBS file...

    K. Brian Kelley
    @kbriankelley

  • RE: Maintenance plans

    Most of our servers are SQL 7 but we do have some SQL 2000 in the mix and we use maintenance plans quite heavily for basic backup and maintenance schemes....

    K. Brian Kelley
    @kbriankelley

  • RE: Overhead of SQL instances?

    The only reason we use multiple instances is to get an Active/Active cluster. In the case of a fail-over, both instances will be running on one server. But...

    K. Brian Kelley
    @kbriankelley

Viewing 15 posts - 5,581 through 5,595 (of 6,104 total)