﻿<?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 7,2000 / Performance Tuning  / SQL Server Profiler / 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>Fri, 24 May 2013 16:18:26 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: SQL Server Profiler</title><link>http://www.sqlservercentral.com/Forums/Topic522523-65-1.aspx</link><description>[quote][b]kranthi1.aprdc (8/8/2012)[/b][hr]Using  SQL Profiler to trace  is not supported on production systems.[/quote]It's completely supported. It's not recommended on busier servers, but it's fully supported.p.s. 4 year old thread about SQL 2000 (which does not have extended events).</description><pubDate>Fri, 10 Aug 2012 05:20:00 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>RE: SQL Server Profiler</title><link>http://www.sqlservercentral.com/Forums/Topic522523-65-1.aspx</link><description>Extended Events are better than SQL Profiler in terms of performance,scalability. Xevents are introduced in 2008. In SQL Server 2012 Extended events more features are available.     Using  SQL Profiler to trace  is not supported on production systems.</description><pubDate>Wed, 08 Aug 2012 05:49:18 GMT</pubDate><dc:creator>kranthikumar Gadde</dc:creator></item><item><title>RE: SQL Server Profiler</title><link>http://www.sqlservercentral.com/Forums/Topic522523-65-1.aspx</link><description>We have ;c: Op Sys d: Prog Files &amp; SQL log filese: SQL Data Files</description><pubDate>Wed, 25 Jun 2008 10:04:40 GMT</pubDate><dc:creator>Preet_S</dc:creator></item><item><title>RE: SQL Server Profiler</title><link>http://www.sqlservercentral.com/Forums/Topic522523-65-1.aspx</link><description>There are many warnings about running profiler on a production server, but those warnings are for the profiler GUI. The recommendation for tracing a production system is to use the server-side trace scripts (like you're doing) and to write the trace to a file on a fast drive on the production system. They have to run on the server that is been traced.I've often done these kind of traces. The impact is minimal, much less than tracing using the profiler front end.What drives do you have in your server?</description><pubDate>Tue, 24 Jun 2008 11:48:33 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>RE: SQL Server Profiler</title><link>http://www.sqlservercentral.com/Forums/Topic522523-65-1.aspx</link><description>Thanks for the reply. I would run it on the live server but we cant risk any performance problems and we dont have a spare drive in any case. There are many warnings against doing this such as in BOL (Auditing SQL Server Activity). i.e. where the recommendation is to use a non-production server.I dont necessarily want to run a server side trace, rather to automate SQL Profiler running on a test server but logging activity on a production server. Of course it seems that it can only be automated using a server side trace.Also there is a suggestion that client sided traces utilise considerable b/width ; http://sqlblog.com/blogs/linchi_shea/archive/2007/08/01/trace-profiler-test.aspxSo it seems that there will be a significant performance hit in our case with either method.</description><pubDate>Tue, 24 Jun 2008 10:05:31 GMT</pubDate><dc:creator>Preet_S</dc:creator></item><item><title>RE: SQL Server Profiler</title><link>http://www.sqlservercentral.com/Forums/Topic522523-65-1.aspx</link><description>Put the trace into a job on the prod server. It's not a heavy load providing you're writing to a drive that's separate from the data or log files.The server-side trace has to be run on the server that it's tracing.</description><pubDate>Tue, 24 Jun 2008 07:22:02 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>SQL Server Profiler</title><link>http://www.sqlservercentral.com/Forums/Topic522523-65-1.aspx</link><description>Hi AllDoes anybody know if and how I can get SQL Profiler to start automatically on a test server but to log the events of a production server ?From the test server, I created &amp; scripted the trace, connecting to the production server. Then placed the scripted trace into a stored proc on the test server and created a SQL job to run the stored proc. The only problem is that it logs the activity of the test server.Thanks in advance.Preet</description><pubDate>Tue, 24 Jun 2008 07:17:41 GMT</pubDate><dc:creator>Preet_S</dc:creator></item></channel></rss>