1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

実際に実行したSQLをSQL Server Profiler でトレースする

Posted at
  1. ASP.NETのWeb.configでSQLの設定のところでidをユニークな値にする。(HOGEHOGEのところ)

``` 1. SQL Server Profilerを起動して「ファイル」-「新しいトレース」から新しいトレースを作成する 1. SQLサーバーへ接続後、「イベントの選択」タブで「全ての列を表示する」にチェックする 1. 「HostName」の列ヘッダーをクリックして、「次のパターンに一致」ツリーを開き「HOGEHOGE」を入力してOKボタンをクリック 1. ほかの値はデフォルトのまま(好みで変更する) 1. 実行ボタンをクリック後、画面操作して発行したSQLをトレースする
1
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?