Sep 17, 2002 #1 kennethho Programmer May 12, 2001 1 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 Mar 14, 2002 79 GB You might want to have a look at CAST (http://www.castsoftware.com) Upvote 0 Downvote
Sep 23, 2002 #3 JMCraig Programmer Feb 20, 2002 217 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