Procedure:
[AdventureWorks2016CTP3].[dbo].[AUDIT_prc_ReportingStart]
Procedure properties
| Name | Value |
| Schema | [dbo] |
| Owner | [dbo] |
| Creation date | 21.09.2016 |
| Type | P |
| Encrypted | |
| ID | 24387156 |
| Implementation type | Transact SQL |
| Is native compiled |
Creation options
| Name | Value |
| QUOTED_IDENTIFIER | ON |
| ANSI_NULLS | ON |
Objects that depend on [dbo].[AUDIT_prc_ReportingStart]
| 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_ReportingStart as begin create table ##Filter([index] nvarchar(20), [value] nvarchar(4000)) end GO |
See also