FIX: SQL Agent Appends Garbled Characters to Output File (271945)



The information in this article applies to:

  • Microsoft SQL Server 2000 (all editions)
  • Microsoft SQL Server 7.0

This article was previously published under Q271945
BUG #: 235489 (SHILOH_bugs)
BUG #: 58322 (SQLBUG_70)

SYMPTOMS

When you run a SQL Agent job that appends text to an existing output file from a different step type (for example, CmdExec to a previous job of a different type, such as, Transact-SQL), the CmdExec step adds garbled characters to the end of the output file.

CAUSE

This behavior is caused by a problem with the Unicode output of the SubSystems of SQL Agent.

RESOLUTION

To resolve this problem, obtain the latest service pack for SQL Server 2000. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:

290211 INF: How to Obtain the Latest SQL Server 2000 Service Pack

WORKAROUND

Specify separate output files in the job steps and optionally concatenate them together in an additional last step by using code similar to:
 copy file1 + file2
				

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. This problem was first corrected in SQL Server 2000 Service Pack 1.

MORE INFORMATION

This problem does not occur when you append output from the same job step types. This problem typically occurs when the operating system command (CmdExec) job is combined with other job types such as a Transact- SQL script, where each job type sends their output to the same file.

Modification Type:MajorLast Reviewed:10/31/2003
Keywords:kbBug kbfix kbSQLServ2000sp1fix KB271945