Viewing 3 posts - 1 through 3 (of 3 total)
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...
August 10, 2004 at 12:29 pm
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...
July 9, 2004 at 9:58 am
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...
June 24, 2004 at 7:23 am
Viewing 3 posts - 1 through 3 (of 3 total)