﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / SQL Server 2008 Administration  / check traces / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Thu, 23 May 2013 21:16:23 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: check traces</title><link>http://www.sqlservercentral.com/Forums/Topic1409330-1550-1.aspx</link><description>Thanks much, it works.</description><pubDate>Tue, 22 Jan 2013 09:14:43 GMT</pubDate><dc:creator>sqlfriends</dc:creator></item><item><title>RE: check traces</title><link>http://www.sqlservercentral.com/Forums/Topic1409330-1550-1.aspx</link><description>[quote][b]sqlfriends (1/20/2013)[/b][hr]Is there a way to find out what traces are enabled in a sql server instance?and also what is the default traces that are turned on?Thanks[/quote][code="sql"]-- all tracesSELECT * FROM sys.traces;-- the default traceSELECT * FROM sys.traces WHERE is_default = 1;[/code]</description><pubDate>Sun, 20 Jan 2013 22:32:15 GMT</pubDate><dc:creator>opc.three</dc:creator></item><item><title>check traces</title><link>http://www.sqlservercentral.com/Forums/Topic1409330-1550-1.aspx</link><description>Is there a way to find out what traces are enabled in a sql server instance?and also what is the default traces that are turned on?Thanks</description><pubDate>Sun, 20 Jan 2013 17:39:37 GMT</pubDate><dc:creator>sqlfriends</dc:creator></item></channel></rss>