Viewing 7 posts - 1 through 7 (of 7 total)
I have tested this on SQL7 SP2 and the diagrams do not appear in the target database, though the target dtproperties has been correctly populated.
Should you need to...
August 30, 2002 at 4:30 am
Hi,
Each time the alert fires to say the emergency login is logged in I run the below statements:-
*******************************************
EXEC xp_trace_addnewqueue 1000, 5, 95, 90, @column_value, @queue_handle OUTPUT
EXEC xp_trace_seteventclassrequired @queue_handle, 12,...
August 29, 2002 at 11:16 am
Hi,
Is there some reason as to why when I use the xp_trace_addnewqueue stored proc set to show all columns (as below) it will not display the text column.
EXEC...
August 28, 2002 at 11:49 am
Sorry I had meant xp_sqltrace not xp_trace. In 7.0 is says somnething about this being phased out and to use the xp_trace procs.
So where a trace flag is not available...
August 28, 2002 at 3:09 am
Thanks for this, I will try and set-up auditing using the extended profiler stored procs.(xp_trace_addnewqueue and such like)
Can anybody tell me what are the core differences with respect to the...
August 27, 2002 at 11:13 am
Thanks for the help Guys.
Just one more question, I'm using SQL Server 7.0, is it possible to save a Trace profile created using the profiler and then being able to...
August 27, 2002 at 3:26 am
Stephen,
Thanks for the tips. I hope you could help me clarify a few related queries.
Is there any way I ensure that the trace triggered does not run...
August 23, 2002 at 8:24 am
Viewing 7 posts - 1 through 7 (of 7 total)