We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8945b98 commit 236dbd7Copy full SHA for 236dbd7
2 files changed
README.md
@@ -27,6 +27,9 @@ dotnet run sql_profiler --server {computername\instance} --username WebAppWebSer
27
```
28
If you omit the username, it will attempt to connect with integrated security.
29
30
+[![Windows-Console-Profiler: This is Sparta !][1]][1]
31
+
32
33
34
**Grant rights:**
35
@@ -76,3 +79,6 @@ GO
76
79
77
80
**Build for Linux x86-32:**
78
81
> **not supported by framework**
82
83
84
+ [1]: https://i.stack.imgur.com/IgYvq.png
sql_profiler/Program.cs
@@ -282,6 +282,8 @@ public static string GetPlatformDefaultInstance()
282
283
static void Main(string[] args)
284
{
285
+ System.Console.Title = "This is Sparta !";
286
287
// MainTest(args);
288
DoProfiling(args);
289
}
0 commit comments