Skip to content

Commit b6b9607

Browse files
author
Ajay Dwivedi
committed
Perfmon Data Collection Template
Perfmon Data Collection Template
1 parent 56aaa5d commit b6b9607

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed
0 Bytes
Binary file not shown.

Baselining/Baselining.ssmssqlproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,12 @@
223223
<AssociatedConnUserName />
224224
<FullPath>PerfMon - During.sql</FullPath>
225225
</FileNode>
226+
<FileNode Name="PerfMon-DataCollection.sql">
227+
<AssociatedConnectionMoniker>8c91a03d-f9b4-46c0-a305-b5dcc79ff907:LOCALHOST:True</AssociatedConnectionMoniker>
228+
<AssociatedConnSrvName>LOCALHOST</AssociatedConnSrvName>
229+
<AssociatedConnUserName />
230+
<FullPath>PerfMon-DataCollection.sql</FullPath>
231+
</FileNode>
226232
<FileNode Name="SELECT permission to All Users.sql">
227233
<AssociatedConnectionMoniker>8c91a03d-f9b4-46c0-a305-b5dcc79ff907:(local):True</AssociatedConnectionMoniker>
228234
<AssociatedConnSrvName>(local)</AssociatedConnSrvName>
37.4 KB
Binary file not shown.

Baselining/PerfMon-DataCollection.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
logman import -name “DBA_PerfMon_Collector” -xml “E:\GitHub\SQLDBA-SSMS-Solution\Baselining\DBA_PerfMon_Collector-Template.xml
2+
logman update -name “DBA_PerfMon_Collector” -f bin -v mmddhhmm -o "E:\Downloads" -rf 00:05:00 -max 102400
3+
logman start -name “DBA_PerfMon_Collector”

0 commit comments

Comments
 (0)