If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Microsoft SQL Server > SQL 2008 Profiler failure

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-01-10, 18:06
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,307
SQL 2008 Profiler failure

I'm having a problem trying to use SQL 2008 Profiler to trace a BizTalk 2006 orchestration. I'm trying to get the name and parameters of a stored procedure being called by an orchestration, but the profiler gags on the stored procedure execution. SQL Profiler shows the error message returned, but not the procedure call.

The BizTalk administrator got me a copy of the offending file, and I think that the size (70 Mb) was what caused the TDS execution of the procedure to fail, but I need more insight to prove that.

Can anyone give me any insight into how to trace something that SQL Profiler can't handle or how to configure SQL Server so that it can process an XML file of this size?

-PatP
__________________
In theory, theory and practice are identical. In practice, theory and practice are unrelated.
Reply With Quote
  #2 (permalink)  
Old 02-02-10, 10:14
MCrowley MCrowley is offline
Wage drone 24601
 
Join Date: Jan 2003
Location: Massachusetts
Posts: 4,782
Do you get any benefit from the other columns? Suppose you remove the textdata column from the output. What are you left with, then? You may still be able to filter based on part of the textdata, but I have not tried this, before. It may also be possible to just dump the trace to a file directly, in case the Profiler application is getting stuck with a small textsize parameter. Script out the trace, and run that as a job to see if this gets you anywhere (on a test server, of course).

Also, does the BizTalk integration need to set the textsize for the connection? 70 MB is just outside the default value.

Of course, if you have access to the stored procedure itself, you could toss in some insert statements and direct some output to a log table.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On