Procedure:
[AdventureWorks2016CTP3].[dbo].[AUDIT_prc_ReportingEnd]
Name | Value |
Schema | [dbo] |
Owner | [dbo] |
Creation date | 21.09.2016 |
Type | P |
Encrypted | |
ID | 40387213 |
Implementation type | Transact SQL |
Is native compiled |
Name | Value |
QUOTED_IDENTIFIER | ON |
ANSI_NULLS | ON |
Object name | Object type | Dep level |
[dbo].[AUDIT_prc_DeleteArchitecture] | Procedure | 1 |
SET ANSI_NULLS ON SET QUOTED_IDENTIFIER ON GO create procedure dbo.AUDIT_prc_ReportingEnd as begin drop table ##Filter end GO |