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