﻿<?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 / Service Packs  / Installing Hotfix / 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>Tue, 21 May 2013 02:39:23 GMT</lastBuildDate><ttl>20</ttl><item><title>Installing Hotfix</title><link>http://www.sqlservercentral.com/Forums/Topic1401908-48-1.aspx</link><description>Hi. Im with a SQL Server 8.00.2066 (SP4) 32 bits. it run on Windows Server 2003 32 bits (SP2).I have created a trace for monitoring the database accesses. Its the code:[code="sql"]declare @rc intdeclare @TraceID intdeclare @maxfilesize bigintset @maxfilesize = 10000 set @TraceID = 1exec @rc = sp_trace_create @TraceID output, 2, N'f:\TracesSQL', @maxfilesize, NULL if (@rc != 0) goto errordeclare @on bitset @on = 1exec sp_trace_setevent @TraceID, 14, 3, @onexec sp_trace_setevent @TraceID, 14, 11, @onexec sp_trace_setevent @TraceID, 14, 8, @onexec sp_trace_setevent @TraceID, 14, 10, @onexec sp_trace_setevent @TraceID, 14, 12, @onexec sp_trace_setevent @TraceID, 14, 14, @onexec sp_trace_setevent @TraceID, 14, 26, @ondeclare @intfilter intdeclare @bigintfilter bigintexec sp_trace_setstatus @TraceID, 1select TraceID=@TraceIDgoto finisherror: select ErrorCode=@rcfinish: END[/code]When you SELECT the data INTO table, the server retrieve:[color="Red"][font="Courier New"]Msg 568, Level 16, State 13, Line 1Server encountered an error 'f:\TracesSQL.trc'.[/font][/color]The error occurs in random way.I tried to install the KB911678 hotfix but appear the next:SQL Server 2000 --&amp;gt;&amp;gt; MSSQLServer (SP4 2039)This SQL Server instance you are currently running already contains the update you are trying to install. You do not need to install the update. A Hotfix of build equal to or greater than the following should be downloaded: 2303SQL Server 2000 Tools --&amp;gt;&amp;gt; SQLTools(SP4)The product does not have a prerequisite update installed. The installation is dependent on the prerequisite update and cannot be installed. Exit setup and refer to the Knowledge Base article to find the prerequisite patch. Install the prerequisite and rerun the installation.Do you say?</description><pubDate>Wed, 02 Jan 2013 09:19:03 GMT</pubDate><dc:creator>lucas_leon88</dc:creator></item></channel></rss>