Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: How can I verify a server is running SP3a and not SP3.

    Thanks!! That works perfectly.

    Now, is there anyway to query the same information from the DB itself?

    I can work on the regisry in develpment, but in production, that gets a little...

  • RE: Why can run trace at startup.

    CREATE PROCEDURE sp_SarBoxAudit AS

    /****************************************************/

    /* Created by: SQL Profiler                         */

    /* Date: 07/08/2004  01:37:26 PM         */

    /****************************************************/

    -- Create a Queue

    declare @rc int

    declare @TraceID int

    declare @maxfilesize bigint

    set @maxfilesize = 1

    -- Please...

  • RE: Problem opening Enterprise Manager

    This is how I corrected the problem.

    First, rename the file SQL Server Enterprise Manager.MSC.  If you can rename it, then it isn't a security problem.  Then make sure you rename...

Viewing 3 posts - 1 through 3 (of 3 total)