私は使用していてsql server 2008
、ウェブサイトはにありasp.net 1.1
ます。
調べる方法はありますhow many times database has been called from a page
か?
What are the stored procedure called from the page?
What are the tables involved in a page load?
これらを追跡する方法を提案してください。
私は使用していてsql server 2008
、ウェブサイトはにありasp.net 1.1
ます。
調べる方法はありますhow many times database has been called from a page
か?
What are the stored procedure called from the page?
What are the tables involved in a page load?
これらを追跡する方法を提案してください。
最良の方法は、データベースに対して行われたすべての呼び出しを追跡するSQLプロファイラーを使用することです。
次の記事が表示される場合があります:SQL SERVER – SQL Server2008Profilerの概要