![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi all, Just hoping that someone could shed some light on something strange with profiler. I'm doing some performance and bottleneck testing of a new app that uses a SQL Server 2005 SP2 cluster on the backend. When I run a trace against the development server (which is a non-clustered SQL Server 2005 SP2), I can see the RPC:Completed events for the exec sp_executesql N'....' for various executed command texts. However, when I run the same trace against the clustered DB I get none of those events, although I do get RPC:Completed events for other execs. Both traces use the Standard (default) template. The only difference is one trace connects to the named instance of the development server, while the other trace connects to the named instance of the virtual server on the cluster. Are there configuration settings I need to change? |
#3
| |||
| |||
|
|
Andrew Are you sure that you tested against the same application and the database's structure are the same? "Andrew Hayes" <AndrewHayes (AT) discussions (DOT) microsoft.com> wrote in message news:F92D8FB5-4230-4652-A32D-3C61B6D6430A (AT) microsoft (DOT) com... Hi all, Just hoping that someone could shed some light on something strange with profiler. I'm doing some performance and bottleneck testing of a new app that uses a SQL Server 2005 SP2 cluster on the backend. When I run a trace against the development server (which is a non-clustered SQL Server 2005 SP2), I can see the RPC:Completed events for the exec sp_executesql N'....' for various executed command texts. However, when I run the same trace against the clustered DB I get none of those events, although I do get RPC:Completed events for other execs. Both traces use the Standard (default) template. The only difference is one trace connects to the named instance of the development server, while the other trace connects to the named instance of the virtual server on the cluster. Are there configuration settings I need to change? |
![]() |
| Thread Tools | |
| Display Modes | |
| |