소스 검색

Update readme.md

ajay-msft 8 년 전
부모
커밋
c7ad86db79
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      Query Performance/readme.md

+ 6 - 0
Query Performance/readme.md

@@ -1 +1,7 @@
+This is a sample powerbi dashboard to understand top queries using resources in a SQL Server. To use this:
 
+1. Create and start an extended events session on your SQL Server instance to collect sample data using QPExtendedEvents.sql
+2. Import the Extended Events file into a table.
+  1. Open the XEL file from step 1 in SSMS
+  2. from Extended Events menu, select Export to-> Table.
+3. Change the Data Source in the Power BI dashboard to point to your table and import the data.