1/14/2008 3:19:49 PM v1.3590 - The UPDATE permission was denied on the column 'Sequence' of the object 'Resources', database 'VDM', schema 'dbo' Continue or restart VDM - This error was queued for analysis, we apologize. if exists ( select * from INFORMATION_SCHEMA.TABLES where Table_Name = 'Resources' ) begi if exists ( select * from INFORMATION_SCHEMA.TABLES where Table_Name = 'Resources' ) begin if NOT exists ( select * from INFORMATION_SCHEMA.COLUMNS where Table_Name = 'Resources' AND Column_Name = 'Sequence' ) begin alter table Resources add [Sequence] float default( 0.0 ) with values end end 1/14/2008 3:16:21 PM v1.3580 - ZIP (10650) Failed to load UNZDLL.DLL Continue or restart VDM - This error was queued for analysis, we apologize. 1/14/2008 3:12:30 PM v1.3580 - The operation was canceled by the user Continue or restart VDM - This error was queued for analysis, we apologize.