17 lines
459 B
Transact-SQL
17 lines
459 B
Transact-SQL
USE [envisage]
|
|
GO
|
|
|
|
/****** Object: View [dbo].[VW_Scenario2ProjectCln] Script Date: 31.07.2014 18:23:54 ******/
|
|
if exists (select 1 from sys.views where name like 'VW_Scenario2ProjectCln')
|
|
begin
|
|
DROP VIEW [dbo].[VW_Scenario2ProjectCln]
|
|
end
|
|
GO
|
|
|
|
/****** Object: View [dbo].[VW_Scenario2ProjectCln] Script Date: 31.07.2014 18:23:54 ******/
|
|
if exists (select 1 from sys.objects where name like 'ScenarioCln')
|
|
begin
|
|
DROP TABLE [dbo].[ScenarioCln]
|
|
end
|
|
GO
|