SQL Server has several trace flags that we can use to find on what’s happening under the hood and this can help us in troubleshooting SQL Server issues. While this information could be helpful, some of the trace flags are not recommended for production use and are only for Microsoft internal testing\troubleshooting. Hence, they should only be enabled under proper guidance. Contact Microsoft support for more information on this.
Since there are several trace flags we can use, I was looking around to find if there is any blog post/link covering all the available trace flags. I found the below link a good reference for this.
http://social.technet.microsoft.com/wiki/contents/articles/13105.trace-flags-in-sql-server.aspx
Full credit to original author for putting this together. Thank you sir for sharing this information.