DROP TABLE [dbo].[Table_1], [dbo].[Table_2], [dbo].[Table_3], [dbo].[Table_4], [dbo].[Table_5]
DROP View [dbo].[Table_1], [dbo].[Table_2], [dbo].[Table_3], [dbo].[Table_4], [dbo].[Table_5]
Msg 3701, Level 11, State 5, Line 1
Cannot drop the view 'dbo.Table_1', because it does not exist or you do not have permission.
Msg 3701, Level 11, State 5, Line 1
Cannot drop the view 'dbo.Table_2', because it does not exist or you do not have permission.
Msg 3701, Level 11, State 5, Line 1
Cannot drop the view 'dbo.Table_3', because it does not exist or you do not have permission.
Msg 3701, Level 11, State 5, Line 1
Cannot drop the view 'dbo.Table_4', because it does not exist or you do not have permission.
Msg 3701, Level 11, State 5, Line 1
Cannot drop the view 'dbo.Table_5', because it does not exist or you do not have permission.