T-SQL for Drop Tables in SQL Server

Published on January 2017 | Categories: Documents | Downloads: 24 | Comments: 0 | Views: 223
of 3
Download PDF   Embed   Report

Comments

Content

d_material
~~~~~~~~~~
USE [reference ]
GO
DROP TABLE [dbo].[D_MATERIAL]
GO
d_material_BOM_detail
~~~~~~~~~~~~~~~~~~
USE [reference ]
GO
DROP TABLE [dbo].[D_MATERIAL_BOM_DTL]
GO
d_material_BOM_header
~~~~~~~~~~~~~~~~~~~
USE [reference ]
GO
DROP TABLE [dbo].[D_MATERIAL_BOM_HDR]
GO
d_material_characteristic
~~~~~~~~~~~~~~~~~~~
USE [reference ]
GO
DROP TABLE [dbo].[D_MATERIAL_CHARACTERISTICS]
GO

mfg_facility
~~~~~~~~~
USE [reference ]
GO
/****** Object: Table [dbo].[mfg_facility]
M ******/
DROP TABLE [dbo].[mfg_facility]
GO

Script Date: 3/16/2015 12:32:09 A

mfg_facility_area_attr
~~~~~~~~~~~~~~~~
USE [reference ]
GO
/****** Object: Table [dbo].[mfg_facility_area_attr]
12:32:38 AM ******/
DROP TABLE [dbo].[mfg_facility_area_attr]
GO

Script Date: 3/16/2015

mfg_facility_site_xref
~~~~~~~~~~~~~~~~
USE [reference ]
GO
/****** Object: Table [dbo].[mfg_facility_site_xref]

Script Date: 3/16/2015

12:33:05 AM ******/
DROP TABLE [dbo].[mfg_facility_site_xref]
GO
mfg_site
~~~~~~~
USE [reference ]
GO
/****** Object: Table [dbo].[mfg_site]
****/
DROP TABLE [dbo].[mfg_site]
GO

Script Date: 3/16/2015 12:33:25 AM **

part_group
~~~~~~~~
USE [reference ]
GO
DROP TABLE [dbo].[part_group]
GO
part_group_detail
~~~~~~~~~~~~~
USE [reference ]
GO
/****** Object: Table [dbo].[part_group_detail]
:32 AM ******/
DROP TABLE [dbo].[part_group_detail]
GO
SAP_worker
~~~~~~~~~
USE [reference ]
GO
DROP TABLE [dbo].[SAP_worker]
GO
SAP_worker_location
~~~~~~~~~~~~~~~~
USE [reference ]
GO
DROP TABLE [dbo].[SAP_worker_location]
GO
worker_electronic_method
~~~~~~~~~~~~~~~~~~~~
USE [reference ]
GO
DROP TABLE [dbo].[worker_electronic_method]
GO

SAP_worker_data: not in the list

Script Date: 3/16/2015 12:31

Sponsor Documents

Or use your account on DocShare.tips

Hide

Forgot your password?

Or register your new account on DocShare.tips

Hide

Lost your password? Please enter your email address. You will receive a link to create a new password.

Back to log-in

Close