I have a server I have just restarted and verified which trace flag are active using DBCC TRACESTATUS
:
Trace Flag : 3688 Function: Removes messages to errorlog about traces started and stopped
Here you can see what each trace flag does.
The start parameters are as follows:
Question:
How can I find what the startup parameters of the SQL Server services are, through T-SQL?