PRINT N'Dropping [dbo].[T_DBVERSION_OSSZES]...'; GO DROP VIEW [dbo].[T_DBVERSION_OSSZES]; GO PRINT N'Dropping [dbo].[T_DBVERSION]...'; GO DROP TABLE [dbo].[T_DBVERSION]; GO PRINT N'Update complete.'; GO