﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Backups / SQL Server 7,2000  / how to solve the error 19055 / 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, 24 May 2012 12:30:27 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: how to solve the error 19055</title><link>http://www.sqlservercentral.com/Forums/Topic791684-24-1.aspx</link><description>Yes, I created the trace with SQL Profiler and then exported the trace definition .now i wanted to sehedule the trace by SQL server Agent Job.I am able to run the same trace in SQL server Profiler with all the filters applied. it is giving errors when i try to run with Stored Procedures.</description><pubDate>Wed, 23 Sep 2009 00:07:31 GMT</pubDate><dc:creator>vijayabaskar_s</dc:creator></item><item><title>RE: how to solve the error 19055</title><link>http://www.sqlservercentral.com/Forums/Topic791684-24-1.aspx</link><description>Did you set up the trace in Profiler and then export the definition or are you trying to create the trace by hand?</description><pubDate>Tue, 22 Sep 2009 12:16:31 GMT</pubDate><dc:creator>  Jack Corbett</dc:creator></item><item><title>how to solve the error 19055</title><link>http://www.sqlservercentral.com/Forums/Topic791684-24-1.aspx</link><description>the error is pasted here when run the SP sg 19055, Level 16, State 1, Procedure sp_trace_setfilter, Line 1Filters with the same event column ID must be grouped together.Please find code part of my Stored_procedure which is giving error.declare @intfilter int  declare @bigintfilter bigint    set @intfilter = 13  exec sp_trace_setfilter @TraceID, 3, 1, 0, @intfilter    exec sp_trace_setfilter @TraceID, 10, 1, 6, N'%SQL Server Management Studio%'  exec sp_trace_setfilter @TraceID, 10, 0, 7, N'%.Net SqlClient Data Provider%'  exec sp_trace_setfilter @TraceID, 35, 1, 6, N'%MyworksDatabase%'  exec sp_trace_setfilter @TraceID, 35, 0, 7, N'%TempDB%'  exec sp_trace_setfilter @TraceID, 35, 0, 7, N'%Master%'  Now how do i group these events?</description><pubDate>Tue, 22 Sep 2009 06:01:40 GMT</pubDate><dc:creator>vijayabaskar_s</dc:creator></item></channel></rss>
