use [envisage] /****** Object: Table [dbo].[FiscalCalendar] Script Date: 03.06.2014 18:24:31 ******/ if exists (select * from sys.all_objects where object_id = OBJECT_ID('FiscalCalendar') and type = 'U') begin DROP TABLE [dbo].[FiscalCalendar] end GO