Sep 17, 2002 #1 kennethho Programmer Joined May 12, 2001 Messages 1 Location MO Is there any tool for tracing the sql query online in the sybase system just like the tools "Profiler" in the MSSQL?
Is there any tool for tracing the sql query online in the sybase system just like the tools "Profiler" in the MSSQL?
Sep 17, 2002 #2 mikewoodhouse Programmer Joined Mar 14, 2002 Messages 79 Location GB You might want to have a look at CAST (http://www.castsoftware.com) Upvote 0 Downvote
Sep 23, 2002 #3 JMCraig Programmer Joined Feb 20, 2002 Messages 217 Location US For those of use who aren't familiar with MSSQL's Tools/Profiler, what kind of information are you hoping to get? A fair amount of information is available via a combination of these SET commands: SET SHOWPLAN ON SET STATISTICS IO ON SET STATISTICS TIME ON There are also some trace flags documented in the Performance and Tuning guide--and, there are any number of 3rd-party performance analysis tools. BOL, JMC J M Craig Alpha-G Consulting, LLC http://alphagconsulting.bizhosting.comnsjmcraig@netscape.net Upvote 0 Downvote
For those of use who aren't familiar with MSSQL's Tools/Profiler, what kind of information are you hoping to get? A fair amount of information is available via a combination of these SET commands: SET SHOWPLAN ON SET STATISTICS IO ON SET STATISTICS TIME ON There are also some trace flags documented in the Performance and Tuning guide--and, there are any number of 3rd-party performance analysis tools. BOL, JMC J M Craig Alpha-G Consulting, LLC http://alphagconsulting.bizhosting.comnsjmcraig@netscape.net