BUG: Database Upgrade May Generate Error #159Last reviewed: May 2, 1997Article ID: Q146018  | 
	
	
The information in this article applies to:
 
 SYMPTOMSThe Check Upgrade (Chkupg.exe) utilty reports are error free, but during the database upgrade, error #156 is generated: 
 Msg 156, Level 15, State 1 Incorrect syntax near the keyword '%s'.... CAUSECheck Upgrade ignores keyword conflicts if the keyword is used as a column heading. 
    create procedure ABC
   as
     select CLOSE = "Test data"
   go
WORKAROUNDYou can use quoted identifier syntax, correct the conflicts, or remove the keyword conflict. 
 
 STATUSMicrosoft has confirmed this to be a problem in Check Upgrade for SQL Server version 6.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. 
  | 
	
	Additional query words: utility upgrade inst 
 © 1998 Microsoft Corporation. All rights reserved. Terms of Use.  |