﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Administration / SQL Server 7,2000  / Some trace events have not been reported to SQL Server Profiler because the server has reached its maximum available memory for the process / 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>Sat, 25 May 2013 03:00:53 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Some trace events have not been reported to SQL Server Profiler because the server has reached its maximum available memory for the process</title><link>http://www.sqlservercentral.com/Forums/Topic600748-5-1.aspx</link><description>Check the index fragmentation and execution plan of query.MJ</description><pubDate>Thu, 13 Nov 2008 14:26:42 GMT</pubDate><dc:creator>MANU-J.</dc:creator></item><item><title>RE: Some trace events have not been reported to SQL Server Profiler because the server has reached its maximum available memory for the process</title><link>http://www.sqlservercentral.com/Forums/Topic600748-5-1.aspx</link><description>Manu,    Transactions is a huge table and fld1 is indexed. Thanks.</description><pubDate>Thu, 13 Nov 2008 08:58:08 GMT</pubDate><dc:creator>ramadesai108</dc:creator></item><item><title>RE: Some trace events have not been reported to SQL Server Profiler because the server has reached its maximum available memory for the process</title><link>http://www.sqlservercentral.com/Forums/Topic600748-5-1.aspx</link><description>How many rows are there in transactions table? If its a big table then try indexing this field fld1 which u said is slowing down the query and see if this helps..MJ</description><pubDate>Wed, 12 Nov 2008 10:41:57 GMT</pubDate><dc:creator>MANU-J.</dc:creator></item><item><title>Some trace events have not been reported to SQL Server Profiler because the server has reached its maximum available memory for the process</title><link>http://www.sqlservercentral.com/Forums/Topic600748-5-1.aspx</link><description>Running trace on the following query shows :Some trace events have not been reported to SQL Server Profiler because the server has reached its maximum available memory for the processin the trace:select top 1 fld1,fld2,sum(Qty) from Transactions t INNER JOIN TempLocations t1 on t1.LocationNo=t.LocationNo where TypeID in ('R','Y') and updated = 0 and t.fld1 = '00979' group by t.fld1,t.fld2 having sum(Qty) &amp;gt; 0When I run the above query either thru application or thruquery analyzer, it keeps on running but does not produceany result. While the query is running, if I start the profiler, I get the above message.but if I remove the statement "and t.fld1 = '00979'then the query produces the result.This is strange. Can anyone help?Thanks.</description><pubDate>Tue, 11 Nov 2008 09:17:28 GMT</pubDate><dc:creator>ramadesai108</dc:creator></item></channel></rss>