RE: SQL Server and LAN Manager Authentication Level

From: Alin (anonymous_at_discussions.microsoft.com)
Date: 04/09/04


Date: Fri, 9 Apr 2004 12:13:26 -0700

Hi Kevin,
 I've run SQL Profiler and I've noticed following :

SQL:BatchStarting Select N'Testing connection...'
SQL:StmtStarting Select N'Testing connection...'
SQL:StmtCompleted Select N'Testing connection...'
SQL:BatchCompleted Select N'Testing connection...'
SQL:BatchStarting EXECUTE
masdb.dbo.sp_sqlagent_get_perf_counters
SQL:StmtStarting EXECUTE
masdb.dbo.sp_sqlagent_get_perf_counters
SQL:StmtCompleted EXECUTE
masdb.dbo.sp_sqlagent_get_perf_counters
SQL:BatchCompleted EXECUTE
masdb.dbo.sp_sqlagent_get_perf_counters
RPC:Completed My SQL Statement

 Is this behavior normal ? Anyway ... so far ... no time
out's ... which makes me very happy ... but ... my request
is still on ...

 Best regards and a Happy Easter
 
 



Relevant Pages

  • Re: Very strange problem I am facing
    ... Could you run the SQL Profiler and execute the ... After the insertion check the profiler output for the activities happened. ... Execute sp_depends to get the dependant objects on that table. ...
    (microsoft.public.sqlserver.server)
  • Re: SCOPE_IDENTITY() returns NULL
    ... My program uses Delphi ADO VCL components: ... I traced with SQL Profiler and it seems that between above ... Execute() and Openthere many internal commands are ... >> insert statements into an identity column occur in the scope. ...
    (microsoft.public.sqlserver.programming)
  • Re: executenonquery - insert works only in debug mode
    ... If I execute this code in run mode ... > insert fails and table Magazzini_Selezionati is empty. ... you will find the Sql Profiler among other tools shipped with SQLServer. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Problem displaying OLAP cube results in Excel
    ... If you capture the MDX query submitted by Excel using the SQL Profiler ... tool, and execute it separately in Management Studio, you can check the ...
    (microsoft.public.sqlserver.olap)
  • Re: Impersonation code
    ... Best regards, ... > and that application will not execute on the other machines for the same ... >> Simply check out the user contexts of both applications and compare the ... >>> The impersonation of the user is successfully done. ...
    (microsoft.public.dotnet.faqs)