BUG: Data in Sysbackuphistory Table Not Displayed in GUILast reviewed: April 8, 1997Article ID: Q153499  | 
	
	
The information in this article applies to:
 
 SYMPTOMSWhen you do a "select * from sysbackuphistory" in the msdb database, all the columns after operator_name show no data in the results set for table dumps. Full database dumps show all information. The columns have data in them; you can see this by selecting the individual fields with: 
 select backupstart, backupfinish from sysbackuphistoryThis problem only occurs in the GUI tools. Command line isql will display all the information in the results set. 
 
 STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.5. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. 
  | 
	
	Additional query words: backup dump 
 © 1998 Microsoft Corporation. All rights reserved. Terms of Use.  |