Read complete article
SQL XML: You can generate XML from SQL queries without even doing single line of code in your programming language. Below is the script used...
Finding expensive queries can be challenging on SQL Server, this tutorial will help you in finding expensive queries on production. Using below DMVs: SYS.DM_EXEC_QUERY_STATS SYS.DM_EXEC_SQL_TEXT...