﻿<?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  / trace / 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, 20 Jun 2013 05:22:07 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: trace</title><link>http://www.sqlservercentral.com/Forums/Topic947173-1550-1.aspx</link><description>Oops....</description><pubDate>Mon, 14 Nov 2011 04:03:52 GMT</pubDate><dc:creator>yup</dc:creator></item><item><title>RE: trace</title><link>http://www.sqlservercentral.com/Forums/Topic947173-1550-1.aspx</link><description>DudeThis post is well over a year old ;-)</description><pubDate>Sun, 13 Nov 2011 21:12:10 GMT</pubDate><dc:creator>Perry Whittle</dc:creator></item><item><title>RE: trace</title><link>http://www.sqlservercentral.com/Forums/Topic947173-1550-1.aspx</link><description>[quote][b]Zeal-DBA (7/3/2010)[/b][hr]ya i have seen so many trace flags list even i can ON any trace by dbcc but dont knw after that hw can i get benefit of that, will you please explain me some more abt trace flags and how they are completely differentfrom server side traces[/quote]You may like to check http://www.sqlservercentral.com/articles/trace+flags/70131/ for a list of trace flags.</description><pubDate>Sun, 13 Nov 2011 12:10:59 GMT</pubDate><dc:creator>yup</dc:creator></item><item><title>RE: trace</title><link>http://www.sqlservercentral.com/Forums/Topic947173-1550-1.aspx</link><description>[quote][b]sachinsoni84 (7/3/2010)[/b][hr]i have seen in the path 'Program Files\Microsoft SQL Server\MSSQL.n\MSSQL\LOG'thr are multiple errorlog file how wud i knw in which file my trace flag is being saved?[/quote]are you referring to the files for the default trace. There will be 5 files at any one time and hold most recent logged info</description><pubDate>Sun, 04 Jul 2010 11:08:15 GMT</pubDate><dc:creator>Perry Whittle</dc:creator></item><item><title>RE: trace</title><link>http://www.sqlservercentral.com/Forums/Topic947173-1550-1.aspx</link><description>The latest is always called ERRORLOGAnd not all traceflags cause things to be written to the error log. 1222 was [b]one specific example[/b] that I gave. There are traceflags that do many, many other things, from disabling lock escalation to changing how SQL reads from the disks. You should never enable a traceflag without knowing exactly what it will do.</description><pubDate>Sat, 03 Jul 2010 07:25:25 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>RE: trace</title><link>http://www.sqlservercentral.com/Forums/Topic947173-1550-1.aspx</link><description>i have seen in the path 'Program Files\Microsoft SQL Server\MSSQL.n\MSSQL\LOG'thr are multiple errorlog file how wud i knw in which file my trace flag is being saved?</description><pubDate>Sat, 03 Jul 2010 06:37:01 GMT</pubDate><dc:creator>Zeal-DBA</dc:creator></item><item><title>RE: trace</title><link>http://www.sqlservercentral.com/Forums/Topic947173-1550-1.aspx</link><description>As I said, server-side traces (just like Profiler) lets you see when various things happen in SQL (stored procedure begins, stored procedure ends, login succeeds, login fails, etc)Traceflags change the behaviour of the SQL engine (eg if traceflag 1222 is enabled, information on deadlocks is written to the SQL error log. )There are lots of documented traceflags, there are lots of undocumented traceflags, I don't know if there's a comprehensive list anywhere. Some are in books Online. Start there.</description><pubDate>Sat, 03 Jul 2010 06:07:39 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>RE: trace</title><link>http://www.sqlservercentral.com/Forums/Topic947173-1550-1.aspx</link><description>ya i have seen so many trace flags list even i can ON any trace by dbcc but dont knw after that hw can i get benefit of that, will you please explain me some more abt trace flags and how they are completely differentfrom server side traces</description><pubDate>Sat, 03 Jul 2010 05:38:41 GMT</pubDate><dc:creator>Zeal-DBA</dc:creator></item><item><title>RE: trace</title><link>http://www.sqlservercentral.com/Forums/Topic947173-1550-1.aspx</link><description>Server-side traces (sp_create_trace) and traceflags (DBCC traceon) are completely different concepts.Server-side traces are essentially profiler traces without the GUI, they log when events occur on the instance being traced, such as login failures, stored procedure executions, errors, etc. You can use the profiler GUI to generate the script to create the trace for you.Traceflags can be enabled or disabled (there are lots and lots of different traceflags) and they change certain aspects of SQL's behaviour.For server-side traces, try a google search. Lots of information turns up with a simple search.</description><pubDate>Sat, 03 Jul 2010 05:00:40 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>trace</title><link>http://www.sqlservercentral.com/Forums/Topic947173-1550-1.aspx</link><description>hello experts, i am huge confuge about traces, i found that we can create trace through sp_crete_trace or we can ON trace through dbcc traceon(?), thrs a term server side tracing i heard, and some trace event i have seen in sys.traces, i am totally confuged wid traces, i wanna clear that whole concept n which trace how work pls help</description><pubDate>Sat, 03 Jul 2010 03:45:18 GMT</pubDate><dc:creator>Zeal-DBA</dc:creator></item></channel></rss>