5987 lines
200 KiB
Transact-SQL
5987 lines
200 KiB
Transact-SQL
GO
|
|
SET ANSI_NULLS, ANSI_PADDING, ANSI_WARNINGS, ARITHABORT, CONCAT_NULL_YIELDS_NULL, QUOTED_IDENTIFIER ON;
|
|
|
|
SET NUMERIC_ROUNDABORT OFF;
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANK].[ID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANK', @level2type = N'COLUMN', @level2name = N'ID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANK].[C_BANKNUMBER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANK', @level2type = N'COLUMN', @level2name = N'C_BANKNUMBER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANK].[C_BANKNAME].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANK', @level2type = N'COLUMN', @level2name = N'C_BANKNAME';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANK].[C_POSTCODE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANK', @level2type = N'COLUMN', @level2name = N'C_POSTCODE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANK].[C_CITY].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANK', @level2type = N'COLUMN', @level2name = N'C_CITY';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANK].[C_ADDRESS].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANK', @level2type = N'COLUMN', @level2name = N'C_ADDRESS';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANK].[C_INVALID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANK', @level2type = N'COLUMN', @level2name = N'C_INVALID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANK].[C_LASTREFRESH].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANK', @level2type = N'COLUMN', @level2name = N'C_LASTREFRESH';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANK].[C_INTEZMENYID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANK', @level2type = N'COLUMN', @level2name = N'C_INTEZMENYID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANK].[C_TANEVID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANK', @level2type = N'COLUMN', @level2name = N'C_TANEVID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANK].[TOROLT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANK', @level2type = N'COLUMN', @level2name = N'TOROLT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANK].[SERIAL].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANK', @level2type = N'COLUMN', @level2name = N'SERIAL';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANK].[LASTCHANGED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANK', @level2type = N'COLUMN', @level2name = N'LASTCHANGED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANK].[CREATED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANK', @level2type = N'COLUMN', @level2name = N'CREATED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANK].[MODIFIER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANK', @level2type = N'COLUMN', @level2name = N'MODIFIER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANK].[CREATOR].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANK', @level2type = N'COLUMN', @level2name = N'CREATOR';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANK].[ELOZOTANEVIREKORDID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANK', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANK].[NNID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANK', @level2type = N'COLUMN', @level2name = N'NNID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANKACCOUNT].[ID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANKACCOUNT', @level2type = N'COLUMN', @level2name = N'ID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANKACCOUNT].[C_NAME].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANKACCOUNT', @level2type = N'COLUMN', @level2name = N'C_NAME';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANKACCOUNT].[C_DEFAULT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANKACCOUNT', @level2type = N'COLUMN', @level2name = N'C_DEFAULT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANKACCOUNT].[C_BANKACCOUNTNUMBER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANKACCOUNT', @level2type = N'COLUMN', @level2name = N'C_BANKACCOUNTNUMBER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANKACCOUNT].[C_OTP].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANKACCOUNT', @level2type = N'COLUMN', @level2name = N'C_OTP';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANKACCOUNT].[C_FOREIGNACCOUNT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANKACCOUNT', @level2type = N'COLUMN', @level2name = N'C_FOREIGNACCOUNT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANKACCOUNT].[C_SWIFTCODE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANKACCOUNT', @level2type = N'COLUMN', @level2name = N'C_SWIFTCODE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANKACCOUNT].[C_INVALID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANKACCOUNT', @level2type = N'COLUMN', @level2name = N'C_INVALID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANKACCOUNT].[C_PARTNERID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANKACCOUNT', @level2type = N'COLUMN', @level2name = N'C_PARTNERID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANKACCOUNT].[C_BANKID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANKACCOUNT', @level2type = N'COLUMN', @level2name = N'C_BANKID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANKACCOUNT].[C_INTEZMENYID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANKACCOUNT', @level2type = N'COLUMN', @level2name = N'C_INTEZMENYID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANKACCOUNT].[C_TANEVID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANKACCOUNT', @level2type = N'COLUMN', @level2name = N'C_TANEVID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANKACCOUNT].[TOROLT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANKACCOUNT', @level2type = N'COLUMN', @level2name = N'TOROLT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANKACCOUNT].[SERIAL].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANKACCOUNT', @level2type = N'COLUMN', @level2name = N'SERIAL';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANKACCOUNT].[LASTCHANGED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANKACCOUNT', @level2type = N'COLUMN', @level2name = N'LASTCHANGED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANKACCOUNT].[CREATED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANKACCOUNT', @level2type = N'COLUMN', @level2name = N'CREATED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANKACCOUNT].[MODIFIER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANKACCOUNT', @level2type = N'COLUMN', @level2name = N'MODIFIER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANKACCOUNT].[CREATOR].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANKACCOUNT', @level2type = N'COLUMN', @level2name = N'CREATOR';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANKACCOUNT].[ELOZOTANEVIREKORDID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANKACCOUNT', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANKACCOUNT].[NNID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_BANKACCOUNT', @level2type = N'COLUMN', @level2name = N'NNID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDPAYMENT].[ID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDPAYMENT', @level2type = N'COLUMN', @level2name = N'ID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDPAYMENT].[C_KRETAEXECUTIONDATE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDPAYMENT', @level2type = N'COLUMN', @level2name = N'C_KRETAEXECUTIONDATE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDPAYMENT].[C_BANKEXECUTIONDATE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDPAYMENT', @level2type = N'COLUMN', @level2name = N'C_BANKEXECUTIONDATE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDPAYMENT].[C_RETURNVERIFICATIONDATE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDPAYMENT', @level2type = N'COLUMN', @level2name = N'C_RETURNVERIFICATIONDATE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDPAYMENT].[C_SUCCESSFUL].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDPAYMENT', @level2type = N'COLUMN', @level2name = N'C_SUCCESSFUL';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDPAYMENT].[C_VERIFIED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDPAYMENT', @level2type = N'COLUMN', @level2name = N'C_VERIFIED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDPAYMENT].[C_TRID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDPAYMENT', @level2type = N'COLUMN', @level2name = N'C_TRID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDPAYMENT].[C_VALUE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDPAYMENT', @level2type = N'COLUMN', @level2name = N'C_VALUE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDPAYMENT].[C_MESSAGE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDPAYMENT', @level2type = N'COLUMN', @level2name = N'C_MESSAGE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDPAYMENT].[C_VERIFICATIONTYPE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDPAYMENT', @level2type = N'COLUMN', @level2name = N'C_VERIFICATIONTYPE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDPAYMENT].[C_DESCRIPTION].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDPAYMENT', @level2type = N'COLUMN', @level2name = N'C_DESCRIPTION';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDPAYMENT].[C_BANKAZON].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDPAYMENT', @level2type = N'COLUMN', @level2name = N'C_BANKAZON';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDPAYMENT].[C_INTEZMENYID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDPAYMENT', @level2type = N'COLUMN', @level2name = N'C_INTEZMENYID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDPAYMENT].[C_TANEVID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDPAYMENT', @level2type = N'COLUMN', @level2name = N'C_TANEVID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDPAYMENT].[TOROLT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDPAYMENT', @level2type = N'COLUMN', @level2name = N'TOROLT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDPAYMENT].[SERIAL].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDPAYMENT', @level2type = N'COLUMN', @level2name = N'SERIAL';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDPAYMENT].[LASTCHANGED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDPAYMENT', @level2type = N'COLUMN', @level2name = N'LASTCHANGED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDPAYMENT].[CREATED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDPAYMENT', @level2type = N'COLUMN', @level2name = N'CREATED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDPAYMENT].[MODIFIER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDPAYMENT', @level2type = N'COLUMN', @level2name = N'MODIFIER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDPAYMENT].[CREATOR].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDPAYMENT', @level2type = N'COLUMN', @level2name = N'CREATOR';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDPAYMENT].[ELOZOTANEVIREKORDID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDPAYMENT', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDPAYMENT].[NNID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDPAYMENT', @level2type = N'COLUMN', @level2name = N'NNID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDREPLY].[ID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDREPLY', @level2type = N'COLUMN', @level2name = N'ID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDREPLY].[C_OTPID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDREPLY', @level2type = N'COLUMN', @level2name = N'C_OTPID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDREPLY].[C_POSCODE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDREPLY', @level2type = N'COLUMN', @level2name = N'C_POSCODE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDREPLY].[C_TRANSACTIONDATE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDREPLY', @level2type = N'COLUMN', @level2name = N'C_TRANSACTIONDATE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDREPLY].[C_EXTRAMONEY].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDREPLY', @level2type = N'COLUMN', @level2name = N'C_EXTRAMONEY';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDREPLY].[C_NETVALUE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDREPLY', @level2type = N'COLUMN', @level2name = N'C_NETVALUE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDREPLY].[C_SHOPNAME].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDREPLY', @level2type = N'COLUMN', @level2name = N'C_SHOPNAME';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDREPLY].[C_TRID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDREPLY', @level2type = N'COLUMN', @level2name = N'C_TRID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDREPLY].[C_AUTHORIZATIONCODE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDREPLY', @level2type = N'COLUMN', @level2name = N'C_AUTHORIZATIONCODE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDREPLY].[C_VALUE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDREPLY', @level2type = N'COLUMN', @level2name = N'C_VALUE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDREPLY].[C_FILENUMBER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDREPLY', @level2type = N'COLUMN', @level2name = N'C_FILENUMBER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDREPLY].[C_FILEDATE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDREPLY', @level2type = N'COLUMN', @level2name = N'C_FILEDATE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDREPLY].[C_CREDITCARDPAYMENTID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDREPLY', @level2type = N'COLUMN', @level2name = N'C_CREDITCARDPAYMENTID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDREPLY].[C_INTEZMENYID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDREPLY', @level2type = N'COLUMN', @level2name = N'C_INTEZMENYID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDREPLY].[C_TANEVID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDREPLY', @level2type = N'COLUMN', @level2name = N'C_TANEVID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDREPLY].[TOROLT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDREPLY', @level2type = N'COLUMN', @level2name = N'TOROLT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDREPLY].[SERIAL].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDREPLY', @level2type = N'COLUMN', @level2name = N'SERIAL';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDREPLY].[LASTCHANGED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDREPLY', @level2type = N'COLUMN', @level2name = N'LASTCHANGED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDREPLY].[CREATED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDREPLY', @level2type = N'COLUMN', @level2name = N'CREATED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDREPLY].[MODIFIER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDREPLY', @level2type = N'COLUMN', @level2name = N'MODIFIER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDREPLY].[CREATOR].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDREPLY', @level2type = N'COLUMN', @level2name = N'CREATOR';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDREPLY].[ELOZOTANEVIREKORDID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDREPLY', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDREPLY].[NNID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_CREDITCARDREPLY', @level2type = N'COLUMN', @level2name = N'NNID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FEE].[ID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FEE', @level2type = N'COLUMN', @level2name = N'ID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FEE].[C_SERIALNUMBER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FEE', @level2type = N'COLUMN', @level2name = N'C_SERIALNUMBER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FEE].[C_VALUE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FEE', @level2type = N'COLUMN', @level2name = N'C_VALUE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FEE].[C_NAME].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FEE', @level2type = N'COLUMN', @level2name = N'C_NAME';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FEE].[C_NEEDSUBJECT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FEE', @level2type = N'COLUMN', @level2name = N'C_NEEDSUBJECT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FEE].[C_DELETED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FEE', @level2type = N'COLUMN', @level2name = N'C_DELETED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FEE].[C_INTEZMENYID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FEE', @level2type = N'COLUMN', @level2name = N'C_INTEZMENYID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FEE].[C_TANEVID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FEE', @level2type = N'COLUMN', @level2name = N'C_TANEVID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FEE].[TOROLT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FEE', @level2type = N'COLUMN', @level2name = N'TOROLT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FEE].[SERIAL].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FEE', @level2type = N'COLUMN', @level2name = N'SERIAL';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FEE].[LASTCHANGED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FEE', @level2type = N'COLUMN', @level2name = N'LASTCHANGED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FEE].[CREATED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FEE', @level2type = N'COLUMN', @level2name = N'CREATED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FEE].[MODIFIER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FEE', @level2type = N'COLUMN', @level2name = N'MODIFIER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FEE].[CREATOR].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FEE', @level2type = N'COLUMN', @level2name = N'CREATOR';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FEE].[ELOZOTANEVIREKORDID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FEE', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FEE].[NNID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FEE', @level2type = N'COLUMN', @level2name = N'NNID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FEETYPE].[ID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FEETYPE', @level2type = N'COLUMN', @level2name = N'ID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FEETYPE].[C_ALINTEZMENYID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FEETYPE', @level2type = N'COLUMN', @level2name = N'C_ALINTEZMENYID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FEETYPE].[C_ALTANEVID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FEETYPE', @level2type = N'COLUMN', @level2name = N'C_ALTANEVID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FEETYPE].[TOROLT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FEETYPE', @level2type = N'COLUMN', @level2name = N'TOROLT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FEETYPE].[SERIAL].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FEETYPE', @level2type = N'COLUMN', @level2name = N'SERIAL';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FEETYPE].[LASTCHANGED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FEETYPE', @level2type = N'COLUMN', @level2name = N'LASTCHANGED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FEETYPE].[CREATED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FEETYPE', @level2type = N'COLUMN', @level2name = N'CREATED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FEETYPE].[MODIFIER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FEETYPE', @level2type = N'COLUMN', @level2name = N'MODIFIER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FEETYPE].[CREATOR].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FEETYPE', @level2type = N'COLUMN', @level2name = N'CREATOR';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FEETYPE].[ELOZOTANEVIREKORDID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FEETYPE', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FEETYPE].[ELOZOTANEVIREKORDIDA].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FEETYPE', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDIDA';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FEETYPE].[NNID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FEETYPE', @level2type = N'COLUMN', @level2name = N'NNID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FINANCIALCODE].[ID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FINANCIALCODE', @level2type = N'COLUMN', @level2name = N'ID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FINANCIALCODE].[C_STANDALONE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FINANCIALCODE', @level2type = N'COLUMN', @level2name = N'C_STANDALONE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FINANCIALCODE].[C_WORKSTATION].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FINANCIALCODE', @level2type = N'COLUMN', @level2name = N'C_WORKSTATION';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FINANCIALCODE].[C_FRAMETYPE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FINANCIALCODE', @level2type = N'COLUMN', @level2name = N'C_FRAMETYPE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FINANCIALCODE].[C_CODE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FINANCIALCODE', @level2type = N'COLUMN', @level2name = N'C_CODE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FINANCIALCODE].[C_CODENAME].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FINANCIALCODE', @level2type = N'COLUMN', @level2name = N'C_CODENAME';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FINANCIALCODE].[C_ERVENYES].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FINANCIALCODE', @level2type = N'COLUMN', @level2name = N'C_ERVENYES';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FINANCIALCODE].[C_INTEZMENYID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FINANCIALCODE', @level2type = N'COLUMN', @level2name = N'C_INTEZMENYID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FINANCIALCODE].[C_TANEVID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FINANCIALCODE', @level2type = N'COLUMN', @level2name = N'C_TANEVID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FINANCIALCODE].[TOROLT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FINANCIALCODE', @level2type = N'COLUMN', @level2name = N'TOROLT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FINANCIALCODE].[SERIAL].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FINANCIALCODE', @level2type = N'COLUMN', @level2name = N'SERIAL';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FINANCIALCODE].[LASTCHANGED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FINANCIALCODE', @level2type = N'COLUMN', @level2name = N'LASTCHANGED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FINANCIALCODE].[CREATED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FINANCIALCODE', @level2type = N'COLUMN', @level2name = N'CREATED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FINANCIALCODE].[MODIFIER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FINANCIALCODE', @level2type = N'COLUMN', @level2name = N'MODIFIER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FINANCIALCODE].[CREATOR].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FINANCIALCODE', @level2type = N'COLUMN', @level2name = N'CREATOR';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FINANCIALCODE].[ELOZOTANEVIREKORDID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FINANCIALCODE', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FINANCIALCODE].[NNID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FINANCIALCODE', @level2type = N'COLUMN', @level2name = N'NNID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMS].[ID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FORMS', @level2type = N'COLUMN', @level2name = N'ID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMS].[C_TEMPLATE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FORMS', @level2type = N'COLUMN', @level2name = N'C_TEMPLATE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMS].[C_FORMTYPE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FORMS', @level2type = N'COLUMN', @level2name = N'C_FORMTYPE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMS].[C_FORMNAME].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FORMS', @level2type = N'COLUMN', @level2name = N'C_FORMNAME';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMS].[C_ARCHIVED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FORMS', @level2type = N'COLUMN', @level2name = N'C_ARCHIVED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMS].[C_NYELV].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FORMS', @level2type = N'COLUMN', @level2name = N'C_NYELV';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMS].[C_DESCRIPTION].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FORMS', @level2type = N'COLUMN', @level2name = N'C_DESCRIPTION';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMS].[C_VISIBLEONWEB].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FORMS', @level2type = N'COLUMN', @level2name = N'C_VISIBLEONWEB';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMS].[C_INTEZMENYID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FORMS', @level2type = N'COLUMN', @level2name = N'C_INTEZMENYID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMS].[C_TANEVID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FORMS', @level2type = N'COLUMN', @level2name = N'C_TANEVID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMS].[TOROLT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FORMS', @level2type = N'COLUMN', @level2name = N'TOROLT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMS].[SERIAL].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FORMS', @level2type = N'COLUMN', @level2name = N'SERIAL';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMS].[LASTCHANGED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FORMS', @level2type = N'COLUMN', @level2name = N'LASTCHANGED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMS].[CREATED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FORMS', @level2type = N'COLUMN', @level2name = N'CREATED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMS].[MODIFIER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FORMS', @level2type = N'COLUMN', @level2name = N'MODIFIER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMS].[CREATOR].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FORMS', @level2type = N'COLUMN', @level2name = N'CREATOR';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMS].[ELOZOTANEVIREKORDID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FORMS', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMS].[NNID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FORMS', @level2type = N'COLUMN', @level2name = N'NNID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMTYPE].[ID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FORMTYPE', @level2type = N'COLUMN', @level2name = N'ID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMTYPE].[C_FASTREPORTDATATEMPLATE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FORMTYPE', @level2type = N'COLUMN', @level2name = N'C_FASTREPORTDATATEMPLATE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMTYPE].[C_HTML].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FORMTYPE', @level2type = N'COLUMN', @level2name = N'C_HTML';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMTYPE].[C_FASTREPORT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FORMTYPE', @level2type = N'COLUMN', @level2name = N'C_FASTREPORT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMTYPE].[C_FASTREPORTNET].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FORMTYPE', @level2type = N'COLUMN', @level2name = N'C_FASTREPORTNET';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMTYPE].[C_PROTECTEDSUBFORMTYPES].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FORMTYPE', @level2type = N'COLUMN', @level2name = N'C_PROTECTEDSUBFORMTYPES';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMTYPE].[C_ALINTEZMENYID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FORMTYPE', @level2type = N'COLUMN', @level2name = N'C_ALINTEZMENYID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMTYPE].[C_ALTANEVID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FORMTYPE', @level2type = N'COLUMN', @level2name = N'C_ALTANEVID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMTYPE].[TOROLT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FORMTYPE', @level2type = N'COLUMN', @level2name = N'TOROLT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMTYPE].[SERIAL].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FORMTYPE', @level2type = N'COLUMN', @level2name = N'SERIAL';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMTYPE].[LASTCHANGED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FORMTYPE', @level2type = N'COLUMN', @level2name = N'LASTCHANGED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMTYPE].[CREATED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FORMTYPE', @level2type = N'COLUMN', @level2name = N'CREATED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMTYPE].[MODIFIER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FORMTYPE', @level2type = N'COLUMN', @level2name = N'MODIFIER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMTYPE].[CREATOR].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FORMTYPE', @level2type = N'COLUMN', @level2name = N'CREATOR';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMTYPE].[ELOZOTANEVIREKORDID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FORMTYPE', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMTYPE].[ELOZOTANEVIREKORDIDA].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FORMTYPE', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDIDA';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMTYPE].[NNID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_FORMTYPE', @level2type = N'COLUMN', @level2name = N'NNID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[ID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'ID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_CREATIONDATE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_CREATIONDATE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_MODIFICATIONDATE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_MODIFICATIONDATE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_STREET].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_STREET';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_POSTCODE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_POSTCODE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_CITY].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_CITY';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_BANKACCOUNT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_BANKACCOUNT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_VALUE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_VALUE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_NAME].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_NAME';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_EARLIESTEXECUTIONDATE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_EARLIESTEXECUTIONDATE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_LATESTEXECUTIONDATE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_LATESTEXECUTIONDATE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_STATUS].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_STATUS';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_UNDODATE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_UNDODATE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_SIGN].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_SIGN';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_PAYERNAME].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_PAYERNAME';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_MANDATORY].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_MANDATORY';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_EXECUTIONDATE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_EXECUTIONDATE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_NOTE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_NOTE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_INVOICENOPAY].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_INVOICENOPAY';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_INVOICESERIALNUMBER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_INVOICESERIALNUMBER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_FEENAME].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_FEENAME';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_FAMILYID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_FAMILYID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_PARTFILL].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_PARTFILL';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_APEHCERTIFICATIONDETAILSID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_APEHCERTIFICATIONDETAILSID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_REMITTANCECHANGEDATE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_REMITTANCECHANGEDATE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_REMITTANCEENABLED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_REMITTANCEENABLED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_MIXED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_MIXED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_TOSEND].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_TOSEND';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_INVOICELOG].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_INVOICELOG';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_IKTATOSZAM].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_IKTATOSZAM';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_JOGISTATUSZVALTOZAS].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_JOGISTATUSZVALTOZAS';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_LATEPAYNUMBER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_LATEPAYNUMBER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_PARTFILLSTATUS].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_PARTFILLSTATUS';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_HEADID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_HEADID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_PAYERPARTNERID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_PAYERPARTNERID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_FEEID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_FEEID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_LATEIMPOSITIONID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_LATEIMPOSITIONID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_INTEZMENYID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_INTEZMENYID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[C_TANEVID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'C_TANEVID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[TOROLT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'TOROLT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[SERIAL].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'SERIAL';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[LASTCHANGED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'LASTCHANGED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[CREATED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'CREATED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[MODIFIER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'MODIFIER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[CREATOR].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'CREATOR';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[ELOZOTANEVIREKORDID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION].[NNID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITION', @level2type = N'COLUMN', @level2name = N'NNID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONGROUP].[ID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONGROUP', @level2type = N'COLUMN', @level2name = N'ID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONGROUP].[C_NAME].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONGROUP', @level2type = N'COLUMN', @level2name = N'C_NAME';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONGROUP].[C_DESCRIPTION].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONGROUP', @level2type = N'COLUMN', @level2name = N'C_DESCRIPTION';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONGROUP].[C_SCHOOLARSHIP].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONGROUP', @level2type = N'COLUMN', @level2name = N'C_SCHOOLARSHIP';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONGROUP].[C_STATUS].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONGROUP', @level2type = N'COLUMN', @level2name = N'C_STATUS';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONGROUP].[C_ACCEPTED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONGROUP', @level2type = N'COLUMN', @level2name = N'C_ACCEPTED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONGROUP].[C_ARCHIVED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONGROUP', @level2type = N'COLUMN', @level2name = N'C_ARCHIVED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONGROUP].[C_INTEZMENYID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONGROUP', @level2type = N'COLUMN', @level2name = N'C_INTEZMENYID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONGROUP].[C_TANEVID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONGROUP', @level2type = N'COLUMN', @level2name = N'C_TANEVID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONGROUP].[TOROLT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONGROUP', @level2type = N'COLUMN', @level2name = N'TOROLT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONGROUP].[SERIAL].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONGROUP', @level2type = N'COLUMN', @level2name = N'SERIAL';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONGROUP].[LASTCHANGED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONGROUP', @level2type = N'COLUMN', @level2name = N'LASTCHANGED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONGROUP].[CREATED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONGROUP', @level2type = N'COLUMN', @level2name = N'CREATED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONGROUP].[MODIFIER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONGROUP', @level2type = N'COLUMN', @level2name = N'MODIFIER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONGROUP].[CREATOR].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONGROUP', @level2type = N'COLUMN', @level2name = N'CREATOR';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONGROUP].[ELOZOTANEVIREKORDID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONGROUP', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONGROUP].[NNID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONGROUP', @level2type = N'COLUMN', @level2name = N'NNID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONIMPOSITIONGROUP].[ID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONIMPOSITIONGROUP', @level2type = N'COLUMN', @level2name = N'ID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONIMPOSITIONGROUP].[C_INTEZMENYID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONIMPOSITIONGROUP', @level2type = N'COLUMN', @level2name = N'C_INTEZMENYID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONIMPOSITIONGROUP].[C_TANEVID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONIMPOSITIONGROUP', @level2type = N'COLUMN', @level2name = N'C_TANEVID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONIMPOSITIONGROUP].[C_IMPOSITIONID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONIMPOSITIONGROUP', @level2type = N'COLUMN', @level2name = N'C_IMPOSITIONID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONIMPOSITIONGROUP].[C_IMPOSITIONGROUPID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONIMPOSITIONGROUP', @level2type = N'COLUMN', @level2name = N'C_IMPOSITIONGROUPID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONIMPOSITIONGROUP].[TOROLT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONIMPOSITIONGROUP', @level2type = N'COLUMN', @level2name = N'TOROLT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONIMPOSITIONGROUP].[SERIAL].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONIMPOSITIONGROUP', @level2type = N'COLUMN', @level2name = N'SERIAL';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONIMPOSITIONGROUP].[LASTCHANGED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONIMPOSITIONGROUP', @level2type = N'COLUMN', @level2name = N'LASTCHANGED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONIMPOSITIONGROUP].[CREATED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONIMPOSITIONGROUP', @level2type = N'COLUMN', @level2name = N'CREATED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONIMPOSITIONGROUP].[MODIFIER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONIMPOSITIONGROUP', @level2type = N'COLUMN', @level2name = N'MODIFIER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONIMPOSITIONGROUP].[CREATOR].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONIMPOSITIONGROUP', @level2type = N'COLUMN', @level2name = N'CREATOR';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONIMPOSITIONGROUP].[ELOZOTANEVIREKORDID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONIMPOSITIONGROUP', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONIMPOSITIONGROUP].[NNID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONIMPOSITIONGROUP', @level2type = N'COLUMN', @level2name = N'NNID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSHAREDRULES].[ID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSHAREDRULES', @level2type = N'COLUMN', @level2name = N'ID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSHAREDRULES].[C_PERCENT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSHAREDRULES', @level2type = N'COLUMN', @level2name = N'C_PERCENT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSHAREDRULES].[C_VALUE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSHAREDRULES', @level2type = N'COLUMN', @level2name = N'C_VALUE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSHAREDRULES].[C_INVOICE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSHAREDRULES', @level2type = N'COLUMN', @level2name = N'C_INVOICE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSHAREDRULES].[C_PAYERNAME].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSHAREDRULES', @level2type = N'COLUMN', @level2name = N'C_PAYERNAME';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSHAREDRULES].[C_POSTCODE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSHAREDRULES', @level2type = N'COLUMN', @level2name = N'C_POSTCODE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSHAREDRULES].[C_CITY].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSHAREDRULES', @level2type = N'COLUMN', @level2name = N'C_CITY';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSHAREDRULES].[C_STREET].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSHAREDRULES', @level2type = N'COLUMN', @level2name = N'C_STREET';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSHAREDRULES].[C_BANKACCOUNT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSHAREDRULES', @level2type = N'COLUMN', @level2name = N'C_BANKACCOUNT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSHAREDRULES].[C_TAXNUMBER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSHAREDRULES', @level2type = N'COLUMN', @level2name = N'C_TAXNUMBER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSHAREDRULES].[C_TAXIDENTIFIER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSHAREDRULES', @level2type = N'COLUMN', @level2name = N'C_TAXIDENTIFIER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSHAREDRULES].[C_PRIORITY].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSHAREDRULES', @level2type = N'COLUMN', @level2name = N'C_PRIORITY';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSHAREDRULES].[C_RULEPAYEDBYPARTNERID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSHAREDRULES', @level2type = N'COLUMN', @level2name = N'C_RULEPAYEDBYPARTNERID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSHAREDRULES].[C_INTEZMENYID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSHAREDRULES', @level2type = N'COLUMN', @level2name = N'C_INTEZMENYID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSHAREDRULES].[C_TANEVID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSHAREDRULES', @level2type = N'COLUMN', @level2name = N'C_TANEVID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSHAREDRULES].[TOROLT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSHAREDRULES', @level2type = N'COLUMN', @level2name = N'TOROLT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSHAREDRULES].[SERIAL].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSHAREDRULES', @level2type = N'COLUMN', @level2name = N'SERIAL';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSHAREDRULES].[LASTCHANGED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSHAREDRULES', @level2type = N'COLUMN', @level2name = N'LASTCHANGED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSHAREDRULES].[CREATED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSHAREDRULES', @level2type = N'COLUMN', @level2name = N'CREATED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSHAREDRULES].[MODIFIER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSHAREDRULES', @level2type = N'COLUMN', @level2name = N'MODIFIER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSHAREDRULES].[CREATOR].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSHAREDRULES', @level2type = N'COLUMN', @level2name = N'CREATOR';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSHAREDRULES].[ELOZOTANEVIREKORDID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSHAREDRULES', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSHAREDRULES].[NNID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSHAREDRULES', @level2type = N'COLUMN', @level2name = N'NNID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSHAREDRULES_PAYMEN].[ELOZOTANEVIREKORDID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSHAREDRULES_PAYMEN', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSHAREDRULES_PAYMEN].[NNID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSHAREDRULES_PAYMEN', @level2type = N'COLUMN', @level2name = N'NNID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSTATUS].[ID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSTATUS', @level2type = N'COLUMN', @level2name = N'ID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSTATUS].[C_ALINTEZMENYID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSTATUS', @level2type = N'COLUMN', @level2name = N'C_ALINTEZMENYID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSTATUS].[C_ALTANEVID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSTATUS', @level2type = N'COLUMN', @level2name = N'C_ALTANEVID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSTATUS].[TOROLT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSTATUS', @level2type = N'COLUMN', @level2name = N'TOROLT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSTATUS].[SERIAL].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSTATUS', @level2type = N'COLUMN', @level2name = N'SERIAL';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSTATUS].[LASTCHANGED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSTATUS', @level2type = N'COLUMN', @level2name = N'LASTCHANGED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSTATUS].[CREATED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSTATUS', @level2type = N'COLUMN', @level2name = N'CREATED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSTATUS].[MODIFIER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSTATUS', @level2type = N'COLUMN', @level2name = N'MODIFIER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSTATUS].[CREATOR].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSTATUS', @level2type = N'COLUMN', @level2name = N'CREATOR';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSTATUS].[ELOZOTANEVIREKORDID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSTATUS', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSTATUS].[ELOZOTANEVIREKORDIDA].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSTATUS', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDIDA';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSTATUS].[NNID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_IMPOSITIONSTATUS', @level2type = N'COLUMN', @level2name = N'NNID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESEK].[ID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESEK', @level2type = N'COLUMN', @level2name = N'ID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESEK].[C_TIPUS].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESEK', @level2type = N'COLUMN', @level2name = N'C_TIPUS';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESEK].[C_FAJL].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESEK', @level2type = N'COLUMN', @level2name = N'C_FAJL';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESEK].[C_GENERALASDATUM].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESEK', @level2type = N'COLUMN', @level2name = N'C_GENERALASDATUM';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESEK].[C_GENERALTFAJLNEV].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESEK', @level2type = N'COLUMN', @level2name = N'C_GENERALTFAJLNEV';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESEK].[C_INTEZMENYID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESEK', @level2type = N'COLUMN', @level2name = N'C_INTEZMENYID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESEK].[C_TANEVID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESEK', @level2type = N'COLUMN', @level2name = N'C_TANEVID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESEK].[TOROLT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESEK', @level2type = N'COLUMN', @level2name = N'TOROLT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESEK].[SERIAL].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESEK', @level2type = N'COLUMN', @level2name = N'SERIAL';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESEK].[LASTCHANGED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESEK', @level2type = N'COLUMN', @level2name = N'LASTCHANGED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESEK].[CREATED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESEK', @level2type = N'COLUMN', @level2name = N'CREATED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESEK].[MODIFIER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESEK', @level2type = N'COLUMN', @level2name = N'MODIFIER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESEK].[CREATOR].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESEK', @level2type = N'COLUMN', @level2name = N'CREATOR';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESEK].[ELOZOTANEVIREKORDID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESEK', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESEK].[NNID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESEK', @level2type = N'COLUMN', @level2name = N'NNID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESEK_BANKACCOUNT].[ELOZOTANEVIREKORDID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESEK_BANKACCOUNT', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESEK_BANKACCOUNT].[NNID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESEK_BANKACCOUNT', @level2type = N'COLUMN', @level2name = N'NNID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESSTATUS].[ID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESSTATUS', @level2type = N'COLUMN', @level2name = N'ID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESSTATUS].[C_ALINTEZMENYID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESSTATUS', @level2type = N'COLUMN', @level2name = N'C_ALINTEZMENYID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESSTATUS].[C_ALTANEVID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESSTATUS', @level2type = N'COLUMN', @level2name = N'C_ALTANEVID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESSTATUS].[TOROLT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESSTATUS', @level2type = N'COLUMN', @level2name = N'TOROLT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESSTATUS].[SERIAL].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESSTATUS', @level2type = N'COLUMN', @level2name = N'SERIAL';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESSTATUS].[LASTCHANGED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESSTATUS', @level2type = N'COLUMN', @level2name = N'LASTCHANGED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESSTATUS].[CREATED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESSTATUS', @level2type = N'COLUMN', @level2name = N'CREATED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESSTATUS].[MODIFIER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESSTATUS', @level2type = N'COLUMN', @level2name = N'MODIFIER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESSTATUS].[CREATOR].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESSTATUS', @level2type = N'COLUMN', @level2name = N'CREATOR';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESSTATUS].[ELOZOTANEVIREKORDID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESSTATUS', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESSTATUS].[ELOZOTANEVIREKORDIDA].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESSTATUS', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDIDA';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESSTATUS].[NNID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESSTATUS', @level2type = N'COLUMN', @level2name = N'NNID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESTIPUS].[ID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESTIPUS', @level2type = N'COLUMN', @level2name = N'ID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESTIPUS].[C_ALINTEZMENYID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESTIPUS', @level2type = N'COLUMN', @level2name = N'C_ALINTEZMENYID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESTIPUS].[C_ALTANEVID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESTIPUS', @level2type = N'COLUMN', @level2name = N'C_ALTANEVID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESTIPUS].[TOROLT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESTIPUS', @level2type = N'COLUMN', @level2name = N'TOROLT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESTIPUS].[SERIAL].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESTIPUS', @level2type = N'COLUMN', @level2name = N'SERIAL';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESTIPUS].[LASTCHANGED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESTIPUS', @level2type = N'COLUMN', @level2name = N'LASTCHANGED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESTIPUS].[CREATED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESTIPUS', @level2type = N'COLUMN', @level2name = N'CREATED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESTIPUS].[MODIFIER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESTIPUS', @level2type = N'COLUMN', @level2name = N'MODIFIER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESTIPUS].[CREATOR].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESTIPUS', @level2type = N'COLUMN', @level2name = N'CREATOR';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESTIPUS].[ELOZOTANEVIREKORDID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESTIPUS', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESTIPUS].[ELOZOTANEVIREKORDIDA].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESTIPUS', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDIDA';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESTIPUS].[NNID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_OTPJELENTESTIPUS', @level2type = N'COLUMN', @level2name = N'NNID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTFILLSTATUS].[ID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTFILLSTATUS', @level2type = N'COLUMN', @level2name = N'ID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTFILLSTATUS].[C_ALINTEZMENYID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTFILLSTATUS', @level2type = N'COLUMN', @level2name = N'C_ALINTEZMENYID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTFILLSTATUS].[C_ALTANEVID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTFILLSTATUS', @level2type = N'COLUMN', @level2name = N'C_ALTANEVID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTFILLSTATUS].[TOROLT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTFILLSTATUS', @level2type = N'COLUMN', @level2name = N'TOROLT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTFILLSTATUS].[SERIAL].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTFILLSTATUS', @level2type = N'COLUMN', @level2name = N'SERIAL';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTFILLSTATUS].[LASTCHANGED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTFILLSTATUS', @level2type = N'COLUMN', @level2name = N'LASTCHANGED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTFILLSTATUS].[CREATED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTFILLSTATUS', @level2type = N'COLUMN', @level2name = N'CREATED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTFILLSTATUS].[MODIFIER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTFILLSTATUS', @level2type = N'COLUMN', @level2name = N'MODIFIER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTFILLSTATUS].[CREATOR].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTFILLSTATUS', @level2type = N'COLUMN', @level2name = N'CREATOR';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTFILLSTATUS].[ELOZOTANEVIREKORDID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTFILLSTATUS', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTFILLSTATUS].[ELOZOTANEVIREKORDIDA].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTFILLSTATUS', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDIDA';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTFILLSTATUS].[NNID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTFILLSTATUS', @level2type = N'COLUMN', @level2name = N'NNID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[ID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'ID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[C_FROMDATE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'C_FROMDATE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[C_TODATE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'C_TODATE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[C_TAXNUMBER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'C_TAXNUMBER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[C_TAXIDENTIFIER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'C_TAXIDENTIFIER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[C_FIRSTNAME].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'C_FIRSTNAME';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[C_LASTNAME].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'C_LASTNAME';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[C_SYNCHRONDATE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'C_SYNCHRONDATE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[C_TAXIDENTIFIEROK].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'C_TAXIDENTIFIEROK';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[C_NAMEORDER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'C_NAMEORDER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[C_SAPIDENTIFIER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'C_SAPIDENTIFIER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[C_QUICKADDRESS].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'C_QUICKADDRESS';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[C_SAPIDENTIFIERTYPE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'C_SAPIDENTIFIERTYPE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[C_EMAILCIM].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'C_EMAILCIM';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[C_TELEFONSZAM].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'C_TELEFONSZAM';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[C_FAXSZAM].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'C_FAXSZAM';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[C_GLOBALID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'C_GLOBALID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[C_CREATORPRINTNAME].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'C_CREATORPRINTNAME';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[C_CREATORORGANIZATIONNAME].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'C_CREATORORGANIZATIONNAME';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[C_TITLE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'C_TITLE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[C_PRINTNAME].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'C_PRINTNAME';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[C_PRINTNAME_1].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'C_PRINTNAME_1';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[C_PRINTNAME_2].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'C_PRINTNAME_2';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[C_PRINTNAME_3].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'C_PRINTNAME_3';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[C_PRINTNAME_4].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'C_PRINTNAME_4';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[C_TORZSSZAM].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'C_TORZSSZAM';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[C_LASTMODIFIERPRINTNAME].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'C_LASTMODIFIERPRINTNAME';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[C_LASTMODIFIERORGANIZATIONNAME].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'C_LASTMODIFIERORGANIZATIONNAME';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[C_PARTNERISARCHIVED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'C_PARTNERISARCHIVED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[C_INTEZMENYID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'C_INTEZMENYID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[C_TANEVID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'C_TANEVID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[TOROLT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'TOROLT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[SERIAL].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'SERIAL';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[LASTCHANGED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'LASTCHANGED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[CREATED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'CREATED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[MODIFIER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'MODIFIER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[CREATOR].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'CREATOR';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[ELOZOTANEVIREKORDID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER].[NNID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PARTNER', @level2type = N'COLUMN', @level2name = N'NNID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYINGTYPE].[ID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYINGTYPE', @level2type = N'COLUMN', @level2name = N'ID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYINGTYPE].[C_ALINTEZMENYID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYINGTYPE', @level2type = N'COLUMN', @level2name = N'C_ALINTEZMENYID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYINGTYPE].[C_ALTANEVID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYINGTYPE', @level2type = N'COLUMN', @level2name = N'C_ALTANEVID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYINGTYPE].[TOROLT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYINGTYPE', @level2type = N'COLUMN', @level2name = N'TOROLT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYINGTYPE].[SERIAL].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYINGTYPE', @level2type = N'COLUMN', @level2name = N'SERIAL';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYINGTYPE].[LASTCHANGED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYINGTYPE', @level2type = N'COLUMN', @level2name = N'LASTCHANGED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYINGTYPE].[CREATED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYINGTYPE', @level2type = N'COLUMN', @level2name = N'CREATED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYINGTYPE].[MODIFIER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYINGTYPE', @level2type = N'COLUMN', @level2name = N'MODIFIER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYINGTYPE].[CREATOR].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYINGTYPE', @level2type = N'COLUMN', @level2name = N'CREATOR';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYINGTYPE].[ELOZOTANEVIREKORDID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYINGTYPE', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYINGTYPE].[ELOZOTANEVIREKORDIDA].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYINGTYPE', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDIDA';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYINGTYPE].[NNID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYINGTYPE', @level2type = N'COLUMN', @level2name = N'NNID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE].[ID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE', @level2type = N'COLUMN', @level2name = N'ID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE].[C_TITLE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE', @level2type = N'COLUMN', @level2name = N'C_TITLE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE].[C_PAYOUT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE', @level2type = N'COLUMN', @level2name = N'C_PAYOUT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE].[C_MINVALUE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE', @level2type = N'COLUMN', @level2name = N'C_MINVALUE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE].[C_MAXVALUE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE', @level2type = N'COLUMN', @level2name = N'C_MAXVALUE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE].[C_FROMDATE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE', @level2type = N'COLUMN', @level2name = N'C_FROMDATE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE].[C_TODATE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE', @level2type = N'COLUMN', @level2name = N'C_TODATE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE].[C_AMOUNT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE', @level2type = N'COLUMN', @level2name = N'C_AMOUNT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE].[C_CHEQUEPAYINGENABLED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE', @level2type = N'COLUMN', @level2name = N'C_CHEQUEPAYINGENABLED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE].[C_COLLECTIVEINVOICEENABLED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE', @level2type = N'COLUMN', @level2name = N'C_COLLECTIVEINVOICEENABLED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE].[C_INDOORPAYINGENABLED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE', @level2type = N'COLUMN', @level2name = N'C_INDOORPAYINGENABLED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE].[C_SCNUMBER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE', @level2type = N'COLUMN', @level2name = N'C_SCNUMBER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE].[C_INVOICE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE', @level2type = N'COLUMN', @level2name = N'C_INVOICE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE].[C_CERTIFICATION].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE', @level2type = N'COLUMN', @level2name = N'C_CERTIFICATION';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE].[C_SENDABLE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE', @level2type = N'COLUMN', @level2name = N'C_SENDABLE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE].[C_CUSTOMSTARIFFNUMBER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE', @level2type = N'COLUMN', @level2name = N'C_CUSTOMSTARIFFNUMBER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE].[C_CREDITCARDPAYINGENABLED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE', @level2type = N'COLUMN', @level2name = N'C_CREDITCARDPAYINGENABLED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE].[C_NAME].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE', @level2type = N'COLUMN', @level2name = N'C_NAME';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE].[C_TITLETYPE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE', @level2type = N'COLUMN', @level2name = N'C_TITLETYPE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE].[C_DELETED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE', @level2type = N'COLUMN', @level2name = N'C_DELETED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE].[C_NEEDSUBJECT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE', @level2type = N'COLUMN', @level2name = N'C_NEEDSUBJECT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE].[C_INTEZMENYID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE', @level2type = N'COLUMN', @level2name = N'C_INTEZMENYID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE].[C_TANEVID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE', @level2type = N'COLUMN', @level2name = N'C_TANEVID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE].[TOROLT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE', @level2type = N'COLUMN', @level2name = N'TOROLT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE].[SERIAL].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE', @level2type = N'COLUMN', @level2name = N'SERIAL';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE].[LASTCHANGED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE', @level2type = N'COLUMN', @level2name = N'LASTCHANGED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE].[CREATED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE', @level2type = N'COLUMN', @level2name = N'CREATED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE].[MODIFIER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE', @level2type = N'COLUMN', @level2name = N'MODIFIER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE].[CREATOR].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE', @level2type = N'COLUMN', @level2name = N'CREATOR';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE].[ELOZOTANEVIREKORDID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE].[NNID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE', @level2type = N'COLUMN', @level2name = N'NNID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE_ROLES].[ID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE_ROLES', @level2type = N'COLUMN', @level2name = N'ID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE_ROLES].[C_EXCLUSIVE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE_ROLES', @level2type = N'COLUMN', @level2name = N'C_EXCLUSIVE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE_ROLES].[C_VISIBLE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE_ROLES', @level2type = N'COLUMN', @level2name = N'C_VISIBLE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE_ROLES].[C_MODIFIABLE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE_ROLES', @level2type = N'COLUMN', @level2name = N'C_MODIFIABLE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE_ROLES].[C_ALLORGVISIBLE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE_ROLES', @level2type = N'COLUMN', @level2name = N'C_ALLORGVISIBLE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE_ROLES].[C_INTEZMENYID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE_ROLES', @level2type = N'COLUMN', @level2name = N'C_INTEZMENYID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE_ROLES].[C_TANEVID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE_ROLES', @level2type = N'COLUMN', @level2name = N'C_TANEVID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE_ROLES].[TOROLT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE_ROLES', @level2type = N'COLUMN', @level2name = N'TOROLT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE_ROLES].[SERIAL].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE_ROLES', @level2type = N'COLUMN', @level2name = N'SERIAL';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE_ROLES].[LASTCHANGED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE_ROLES', @level2type = N'COLUMN', @level2name = N'LASTCHANGED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE_ROLES].[CREATED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE_ROLES', @level2type = N'COLUMN', @level2name = N'CREATED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE_ROLES].[MODIFIER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE_ROLES', @level2type = N'COLUMN', @level2name = N'MODIFIER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE_ROLES].[CREATOR].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE_ROLES', @level2type = N'COLUMN', @level2name = N'CREATOR';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE_ROLES].[ELOZOTANEVIREKORDID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE_ROLES', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE_ROLES].[NNID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLE_ROLES', @level2type = N'COLUMN', @level2name = N'NNID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLETYPE].[ID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLETYPE', @level2type = N'COLUMN', @level2name = N'ID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLETYPE].[C_ALINTEZMENYID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLETYPE', @level2type = N'COLUMN', @level2name = N'C_ALINTEZMENYID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLETYPE].[C_ALTANEVID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLETYPE', @level2type = N'COLUMN', @level2name = N'C_ALTANEVID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLETYPE].[TOROLT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLETYPE', @level2type = N'COLUMN', @level2name = N'TOROLT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLETYPE].[SERIAL].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLETYPE', @level2type = N'COLUMN', @level2name = N'SERIAL';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLETYPE].[LASTCHANGED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLETYPE', @level2type = N'COLUMN', @level2name = N'LASTCHANGED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLETYPE].[CREATED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLETYPE', @level2type = N'COLUMN', @level2name = N'CREATED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLETYPE].[MODIFIER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLETYPE', @level2type = N'COLUMN', @level2name = N'MODIFIER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLETYPE].[CREATOR].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLETYPE', @level2type = N'COLUMN', @level2name = N'CREATOR';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLETYPE].[ELOZOTANEVIREKORDID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLETYPE', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLETYPE].[ELOZOTANEVIREKORDIDA].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLETYPE', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDIDA';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLETYPE].[NNID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_PAYMENTTITLETYPE', @level2type = N'COLUMN', @level2name = N'NNID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[ID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'ID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_NOTE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_NOTE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_VALUE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_VALUE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_DEPOSITBANKACCOUNT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_DEPOSITBANKACCOUNT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_WITHDRAWBANKACCOUNT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_WITHDRAWBANKACCOUNT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_SPONSOR].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_SPONSOR';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_OUTLAYPLACE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_OUTLAYPLACE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_EXECUTIONDATE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_EXECUTIONDATE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_TRANSFERDATE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_TRANSFERDATE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_VALUEDAY].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_VALUEDAY';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_FIXINGDATE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_FIXINGDATE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_CERTIFICATIONDATE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_CERTIFICATIONDATE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_LEDGERNUMBER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_LEDGERNUMBER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_FINANCIALCODE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_FINANCIALCODE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_PAYINGTYPE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_PAYINGTYPE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_LEDGERSTRING].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_LEDGERSTRING';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_CODENAME].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_CODENAME';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_STANDALONE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_STANDALONE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_WORKSTATION].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_WORKSTATION';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_FRAMETYPE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_FRAMETYPE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_LINENUMBER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_LINENUMBER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_VAT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_VAT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_ENABLED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_ENABLED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_SIGN].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_SIGN';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_INVOICENUMBER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_INVOICENUMBER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_BANKDATE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_BANKDATE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_CREDITCARDPAYMENTFEE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_CREDITCARDPAYMENTFEE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_STATUS].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_STATUS';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_APEHCERTIFICATIONDETAILSID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_APEHCERTIFICATIONDETAILSID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_BILLABLE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_BILLABLE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_SPLITTED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_SPLITTED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_NYUGTA].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_NYUGTA';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_TRANSACTIONANALYSISFILELINEI].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_TRANSACTIONANALYSISFILELINEI';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_CREDITCARDPAYMENTID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_CREDITCARDPAYMENTID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_IMPOSITIONID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_IMPOSITIONID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_BASETRANSACTIONID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_BASETRANSACTIONID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_CHILDIMPOSITIONID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_CHILDIMPOSITIONID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_INTEZMENYID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_INTEZMENYID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[C_TANEVID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'C_TANEVID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[TOROLT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'TOROLT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[SERIAL].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'SERIAL';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[LASTCHANGED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'LASTCHANGED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[CREATED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'CREATED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[MODIFIER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'MODIFIER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[CREATOR].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'CREATOR';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[ELOZOTANEVIREKORDID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION].[NNID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTION', @level2type = N'COLUMN', @level2name = N'NNID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILE].[ID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILE', @level2type = N'COLUMN', @level2name = N'ID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILE].[C_COLLECTIVEINVOICE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILE', @level2type = N'COLUMN', @level2name = N'C_COLLECTIVEINVOICE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILE].[C_IMPORTDATE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILE', @level2type = N'COLUMN', @level2name = N'C_IMPORTDATE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILE].[C_FILEHASH].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILE', @level2type = N'COLUMN', @level2name = N'C_FILEHASH';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILE].[C_FILENAME].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILE', @level2type = N'COLUMN', @level2name = N'C_FILENAME';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILE].[C_OPENERBALANCE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILE', @level2type = N'COLUMN', @level2name = N'C_OPENERBALANCE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILE].[C_FINALBALANCE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILE', @level2type = N'COLUMN', @level2name = N'C_FINALBALANCE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILE].[C_KIVONATSZAM].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILE', @level2type = N'COLUMN', @level2name = N'C_KIVONATSZAM';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILE].[C_BALANCEOFBANK].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILE', @level2type = N'COLUMN', @level2name = N'C_BALANCEOFBANK';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILE].[C_BALANCEOFSTUDENTS].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILE', @level2type = N'COLUMN', @level2name = N'C_BALANCEOFSTUDENTS';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILE].[C_BALANCEOFINTERNAL].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILE', @level2type = N'COLUMN', @level2name = N'C_BALANCEOFINTERNAL';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILE].[C_BALANCEOFEXTERNAL].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILE', @level2type = N'COLUMN', @level2name = N'C_BALANCEOFEXTERNAL';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILE].[C_BALANCEOFCORRECTION].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILE', @level2type = N'COLUMN', @level2name = N'C_BALANCEOFCORRECTION';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILE].[C_BALANCEOFLOADCREDIT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILE', @level2type = N'COLUMN', @level2name = N'C_BALANCEOFLOADCREDIT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILE].[C_BANKFILEFORMAT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILE', @level2type = N'COLUMN', @level2name = N'C_BANKFILEFORMAT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILE].[C_STOREDFILE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILE', @level2type = N'COLUMN', @level2name = N'C_STOREDFILE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILE].[C_STATUS].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILE', @level2type = N'COLUMN', @level2name = N'C_STATUS';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILE].[C_BANKDATE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILE', @level2type = N'COLUMN', @level2name = N'C_BANKDATE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILE].[C_INTEZMENYID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILE', @level2type = N'COLUMN', @level2name = N'C_INTEZMENYID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILE].[C_TANEVID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILE', @level2type = N'COLUMN', @level2name = N'C_TANEVID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILE].[TOROLT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILE', @level2type = N'COLUMN', @level2name = N'TOROLT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILE].[SERIAL].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILE', @level2type = N'COLUMN', @level2name = N'SERIAL';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILE].[LASTCHANGED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILE', @level2type = N'COLUMN', @level2name = N'LASTCHANGED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILE].[CREATED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILE', @level2type = N'COLUMN', @level2name = N'CREATED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILE].[MODIFIER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILE', @level2type = N'COLUMN', @level2name = N'MODIFIER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILE].[CREATOR].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILE', @level2type = N'COLUMN', @level2name = N'CREATOR';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILE].[ELOZOTANEVIREKORDID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILE', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILE].[NNID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILE', @level2type = N'COLUMN', @level2name = N'NNID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILELINE].[ID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILELINE', @level2type = N'COLUMN', @level2name = N'ID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILELINE].[C_SIGN].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILELINE', @level2type = N'COLUMN', @level2name = N'C_SIGN';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILELINE].[C_COLLECTIVEINVOICE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILELINE', @level2type = N'COLUMN', @level2name = N'C_COLLECTIVEINVOICE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILELINE].[C_STATEMENTOFACCOUNT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILELINE', @level2type = N'COLUMN', @level2name = N'C_STATEMENTOFACCOUNT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILELINE].[C_TRANSACTIONNUMBER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILELINE', @level2type = N'COLUMN', @level2name = N'C_TRANSACTIONNUMBER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILELINE].[C_VALUE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILELINE', @level2type = N'COLUMN', @level2name = N'C_VALUE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILELINE].[C_REFERENCE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILELINE', @level2type = N'COLUMN', @level2name = N'C_REFERENCE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILELINE].[C_STUDENTNAME].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILELINE', @level2type = N'COLUMN', @level2name = N'C_STUDENTNAME';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILELINE].[C_TEXT1].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILELINE', @level2type = N'COLUMN', @level2name = N'C_TEXT1';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILELINE].[C_TEXT2].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILELINE', @level2type = N'COLUMN', @level2name = N'C_TEXT2';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILELINE].[C_TEXT3].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILELINE', @level2type = N'COLUMN', @level2name = N'C_TEXT3';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILELINE].[C_BANKACCOUNT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILELINE', @level2type = N'COLUMN', @level2name = N'C_BANKACCOUNT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILELINE].[C_NOTICE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILELINE', @level2type = N'COLUMN', @level2name = N'C_NOTICE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILELINE].[C_STUDENTPRIMENUMBER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILELINE', @level2type = N'COLUMN', @level2name = N'C_STUDENTPRIMENUMBER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILELINE].[C_BOOKKEEPINGDATE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILELINE', @level2type = N'COLUMN', @level2name = N'C_BOOKKEEPINGDATE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILELINE].[C_VALUEDAY].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILELINE', @level2type = N'COLUMN', @level2name = N'C_VALUEDAY';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILELINE].[C_FILELINE].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILELINE', @level2type = N'COLUMN', @level2name = N'C_FILELINE';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILELINE].[C_ISDUPLICATED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILELINE', @level2type = N'COLUMN', @level2name = N'C_ISDUPLICATED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILELINE].[C_FILELINECOUNT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILELINE', @level2type = N'COLUMN', @level2name = N'C_FILELINECOUNT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILELINE].[C_TRANSACTIONANALYSISFILEID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILELINE', @level2type = N'COLUMN', @level2name = N'C_TRANSACTIONANALYSISFILEID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILELINE].[C_INTEZMENYID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILELINE', @level2type = N'COLUMN', @level2name = N'C_INTEZMENYID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILELINE].[C_TANEVID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILELINE', @level2type = N'COLUMN', @level2name = N'C_TANEVID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILELINE].[TOROLT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILELINE', @level2type = N'COLUMN', @level2name = N'TOROLT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILELINE].[SERIAL].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILELINE', @level2type = N'COLUMN', @level2name = N'SERIAL';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILELINE].[LASTCHANGED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILELINE', @level2type = N'COLUMN', @level2name = N'LASTCHANGED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILELINE].[CREATED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILELINE', @level2type = N'COLUMN', @level2name = N'CREATED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILELINE].[MODIFIER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILELINE', @level2type = N'COLUMN', @level2name = N'MODIFIER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILELINE].[CREATOR].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILELINE', @level2type = N'COLUMN', @level2name = N'CREATOR';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILELINE].[ELOZOTANEVIREKORDID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILELINE', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILELINE].[NNID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILELINE', @level2type = N'COLUMN', @level2name = N'NNID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILESTATU].[ID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILESTATU', @level2type = N'COLUMN', @level2name = N'ID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILESTATU].[C_ALINTEZMENYID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILESTATU', @level2type = N'COLUMN', @level2name = N'C_ALINTEZMENYID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILESTATU].[C_ALTANEVID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILESTATU', @level2type = N'COLUMN', @level2name = N'C_ALTANEVID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILESTATU].[TOROLT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILESTATU', @level2type = N'COLUMN', @level2name = N'TOROLT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILESTATU].[SERIAL].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILESTATU', @level2type = N'COLUMN', @level2name = N'SERIAL';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILESTATU].[LASTCHANGED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILESTATU', @level2type = N'COLUMN', @level2name = N'LASTCHANGED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILESTATU].[CREATED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILESTATU', @level2type = N'COLUMN', @level2name = N'CREATED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILESTATU].[MODIFIER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILESTATU', @level2type = N'COLUMN', @level2name = N'MODIFIER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILESTATU].[CREATOR].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILESTATU', @level2type = N'COLUMN', @level2name = N'CREATOR';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILESTATU].[ELOZOTANEVIREKORDID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILESTATU', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILESTATU].[ELOZOTANEVIREKORDIDA].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILESTATU', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDIDA';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILESTATU].[NNID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONANALYSISFILESTATU', @level2type = N'COLUMN', @level2name = N'NNID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONSTATUS].[ID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONSTATUS', @level2type = N'COLUMN', @level2name = N'ID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONSTATUS].[C_ALINTEZMENYID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONSTATUS', @level2type = N'COLUMN', @level2name = N'C_ALINTEZMENYID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONSTATUS].[C_ALTANEVID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONSTATUS', @level2type = N'COLUMN', @level2name = N'C_ALTANEVID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONSTATUS].[TOROLT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONSTATUS', @level2type = N'COLUMN', @level2name = N'TOROLT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONSTATUS].[SERIAL].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONSTATUS', @level2type = N'COLUMN', @level2name = N'SERIAL';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONSTATUS].[LASTCHANGED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONSTATUS', @level2type = N'COLUMN', @level2name = N'LASTCHANGED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONSTATUS].[CREATED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONSTATUS', @level2type = N'COLUMN', @level2name = N'CREATED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONSTATUS].[MODIFIER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONSTATUS', @level2type = N'COLUMN', @level2name = N'MODIFIER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONSTATUS].[CREATOR].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONSTATUS', @level2type = N'COLUMN', @level2name = N'CREATOR';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONSTATUS].[ELOZOTANEVIREKORDID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONSTATUS', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONSTATUS].[ELOZOTANEVIREKORDIDA].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONSTATUS', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDIDA';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONSTATUS].[NNID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_TRANSACTIONSTATUS', @level2type = N'COLUMN', @level2name = N'NNID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_VPOSCONFIG].[ID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_VPOSCONFIG', @level2type = N'COLUMN', @level2name = N'ID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_VPOSCONFIG].[C_INTEZMENYID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_VPOSCONFIG', @level2type = N'COLUMN', @level2name = N'C_INTEZMENYID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_VPOSCONFIG].[C_TANEVID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_VPOSCONFIG', @level2type = N'COLUMN', @level2name = N'C_TANEVID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_VPOSCONFIG].[TOROLT].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_VPOSCONFIG', @level2type = N'COLUMN', @level2name = N'TOROLT';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_VPOSCONFIG].[SERIAL].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_VPOSCONFIG', @level2type = N'COLUMN', @level2name = N'SERIAL';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_VPOSCONFIG].[LASTCHANGED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_VPOSCONFIG', @level2type = N'COLUMN', @level2name = N'LASTCHANGED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_VPOSCONFIG].[CREATED].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_VPOSCONFIG', @level2type = N'COLUMN', @level2name = N'CREATED';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_VPOSCONFIG].[MODIFIER].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_VPOSCONFIG', @level2type = N'COLUMN', @level2name = N'MODIFIER';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_VPOSCONFIG].[CREATOR].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_VPOSCONFIG', @level2type = N'COLUMN', @level2name = N'CREATOR';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_VPOSCONFIG].[ELOZOTANEVIREKORDID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_VPOSCONFIG', @level2type = N'COLUMN', @level2name = N'ELOZOTANEVIREKORDID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_VPOSCONFIG].[NNID].[MS_Description]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_dropextendedproperty @name = N'MS_Description', @level0type = N'SCHEMA', @level0name = N'dbo', @level1type = N'TABLE', @level1name = N'T_VPOSCONFIG', @level2type = N'COLUMN', @level2name = N'NNID';
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_BankAccount_BankId_REF_Bank]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_BANKACCOUNT] DROP CONSTRAINT [FK_BankAccount_BankId_REF_Bank];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_OTPJelentesek_BankAccount_BankAccountId_REF_BankAccount]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_OTPJELENTESEK_BANKACCOUNT] DROP CONSTRAINT [FK_OTPJelentesek_BankAccount_BankAccountId_REF_BankAccount];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_Imposition_PayerBankAccountId_REF_BankAccount]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_IMPOSITION] DROP CONSTRAINT [FK_Imposition_PayerBankAccountId_REF_BankAccount];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_ImpositionSharedRules_RulePayerBankAccountId_REF_BankAccount]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_IMPOSITIONSHAREDRULES] DROP CONSTRAINT [FK_ImpositionSharedRules_RulePayerBankAccountId_REF_BankAccount];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_Transaction_CreditCardPaymentId_REF_CreditCardPayment]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_TRANSACTION] DROP CONSTRAINT [FK_Transaction_CreditCardPaymentId_REF_CreditCardPayment];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_CreditCardReply_CreditCardPaymentId_REF_CreditCardPayment]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_CREDITCARDREPLY] DROP CONSTRAINT [FK_CreditCardReply_CreditCardPaymentId_REF_CreditCardPayment];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_Imposition_FeeId_REF_Fee]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_IMPOSITION] DROP CONSTRAINT [FK_Imposition_FeeId_REF_Fee];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_Imposition_FeeName_IntezmenyId_TanevId_REF_FeeType]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_IMPOSITION] DROP CONSTRAINT [FK_Imposition_FeeName_IntezmenyId_TanevId_REF_FeeType];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_Fee_Name_IntezmenyId_TanevId_REF_FeeType]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_FEE] DROP CONSTRAINT [FK_Fee_Name_IntezmenyId_TanevId_REF_FeeType];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_Forms_FormType_IntezmenyId_TanevId_REF_FormType]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_FORMS] DROP CONSTRAINT [FK_Forms_FormType_IntezmenyId_TanevId_REF_FormType];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_Transaction_ImpositionId_REF_Imposition]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_TRANSACTION] DROP CONSTRAINT [FK_Transaction_ImpositionId_REF_Imposition];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_Transaction_ChildImpositionId_REF_Imposition]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_TRANSACTION] DROP CONSTRAINT [FK_Transaction_ChildImpositionId_REF_Imposition];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_ImpositionImpositionGroup_ImpositionId_REF_Imposition]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_IMPOSITIONIMPOSITIONGROUP] DROP CONSTRAINT [FK_ImpositionImpositionGroup_ImpositionId_REF_Imposition];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_DiakigazolvanyIgenyles_ImpositionId_REF_Imposition]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_DIAKIGAZOLVANYIGENYLES] DROP CONSTRAINT [FK_DiakigazolvanyIgenyles_ImpositionId_REF_Imposition];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_Imposition_HeadId_REF_Imposition]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_IMPOSITION] DROP CONSTRAINT [FK_Imposition_HeadId_REF_Imposition];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_Imposition_LateImpositionId_REF_Imposition]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_IMPOSITION] DROP CONSTRAINT [FK_Imposition_LateImpositionId_REF_Imposition];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_ImpositionImpositionGroup_ImpositionGroupId_REF_ImpositionGroup]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_IMPOSITIONIMPOSITIONGROUP] DROP CONSTRAINT [FK_ImpositionImpositionGroup_ImpositionGroupId_REF_ImpositionGroup];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_ImpositionSharedRules_PaymentTitle_ImpositionSharedRulesId_REF_ImpositionSharedRules]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_IMPOSITIONSHAREDRULES_PAYMEN] DROP CONSTRAINT [FK_ImpositionSharedRules_PaymentTitle_ImpositionSharedRulesId_REF_ImpositionSharedRules];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_Imposition_Status_IntezmenyId_TanevId_REF_ImpositionStatus]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_IMPOSITION] DROP CONSTRAINT [FK_Imposition_Status_IntezmenyId_TanevId_REF_ImpositionStatus];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_ImpositionGroup_Status_IntezmenyId_TanevId_REF_ImpositionStatus]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_IMPOSITIONGROUP] DROP CONSTRAINT [FK_ImpositionGroup_Status_IntezmenyId_TanevId_REF_ImpositionStatus];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_OTPJelentesek_BankAccount_OTPJelentesekId_REF_OTPJelentesek]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_OTPJELENTESEK_BANKACCOUNT] DROP CONSTRAINT [FK_OTPJelentesek_BankAccount_OTPJelentesekId_REF_OTPJelentesek];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_BankAccount_OTP_IntezmenyId_TanevId_REF_OTPJelentesStatus]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_BANKACCOUNT] DROP CONSTRAINT [FK_BankAccount_OTP_IntezmenyId_TanevId_REF_OTPJelentesStatus];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_OTPJelentesek_Tipus_IntezmenyId_TanevId_REF_OTPJelentesTipus]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_OTPJELENTESEK] DROP CONSTRAINT [FK_OTPJelentesek_Tipus_IntezmenyId_TanevId_REF_OTPJelentesTipus];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_Imposition_PartfillStatus_IntezmenyId_TanevId_REF_PartfillStatus]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_IMPOSITION] DROP CONSTRAINT [FK_Imposition_PartfillStatus_IntezmenyId_TanevId_REF_PartfillStatus];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_BankAccount_PartnerId_REF_Partner]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_BANKACCOUNT] DROP CONSTRAINT [FK_BankAccount_PartnerId_REF_Partner];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_Imposition_PayerPartnerId_REF_Partner]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_IMPOSITION] DROP CONSTRAINT [FK_Imposition_PayerPartnerId_REF_Partner];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_ImpositionSharedRules_RulePayedByPartnerId_REF_Partner]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_IMPOSITIONSHAREDRULES] DROP CONSTRAINT [FK_ImpositionSharedRules_RulePayedByPartnerId_REF_Partner];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_Transaction_PayingType_IntezmenyId_TanevId_REF_PayingType]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_TRANSACTION] DROP CONSTRAINT [FK_Transaction_PayingType_IntezmenyId_TanevId_REF_PayingType];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_ImpositionSharedRules_PaymentTitle_PaymentTitleId_REF_PaymentTitle]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_IMPOSITIONSHAREDRULES_PAYMEN] DROP CONSTRAINT [FK_ImpositionSharedRules_PaymentTitle_PaymentTitleId_REF_PaymentTitle];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_PaymentTitle_TitleType_IntezmenyId_TanevId_REF_PaymentTitleType]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_PAYMENTTITLE] DROP CONSTRAINT [FK_PaymentTitle_TitleType_IntezmenyId_TanevId_REF_PaymentTitleType];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_Transaction_BaseTransactionId_REF_Transaction]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_TRANSACTION] DROP CONSTRAINT [FK_Transaction_BaseTransactionId_REF_Transaction];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_TransactionAnalysisFileLine_TransactionAnalysisFileId_REF_TransactionAnalysisFile]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_TRANSACTIONANALYSISFILELINE] DROP CONSTRAINT [FK_TransactionAnalysisFileLine_TransactionAnalysisFileId_REF_TransactionAnalysisFile];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_Transaction_TransactionAnalysisFileLineId_REF_TransactionAnalysisFileLine]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_TRANSACTION] DROP CONSTRAINT [FK_Transaction_TransactionAnalysisFileLineId_REF_TransactionAnalysisFileLine];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_TransactionAnalysisFile_Status_IntezmenyId_TanevId_REF_TransactionAnalysisFileStatus]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_TRANSACTIONANALYSISFILE] DROP CONSTRAINT [FK_TransactionAnalysisFile_Status_IntezmenyId_TanevId_REF_TransactionAnalysisFileStatus];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_Transaction_Status_IntezmenyId_TanevId_REF_TransactionStatus]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_TRANSACTION] DROP CONSTRAINT [FK_Transaction_Status_IntezmenyId_TanevId_REF_TransactionStatus];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_Bank_IntezmenyId_REF_Intezmeny]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_BANK] DROP CONSTRAINT [FK_Bank_IntezmenyId_REF_Intezmeny];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_Bank_TanevId_REF_Tanev]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_BANK] DROP CONSTRAINT [FK_Bank_TanevId_REF_Tanev];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_BankAccount_IntezmenyId_REF_Intezmeny]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_BANKACCOUNT] DROP CONSTRAINT [FK_BankAccount_IntezmenyId_REF_Intezmeny];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_BankAccount_TanevId_REF_Tanev]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_BANKACCOUNT] DROP CONSTRAINT [FK_BankAccount_TanevId_REF_Tanev];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_CreditCardPayment_IntezmenyId_REF_Intezmeny]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_CREDITCARDPAYMENT] DROP CONSTRAINT [FK_CreditCardPayment_IntezmenyId_REF_Intezmeny];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_CreditCardPayment_TanevId_REF_Tanev]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_CREDITCARDPAYMENT] DROP CONSTRAINT [FK_CreditCardPayment_TanevId_REF_Tanev];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_CreditCardReply_IntezmenyId_REF_Intezmeny]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_CREDITCARDREPLY] DROP CONSTRAINT [FK_CreditCardReply_IntezmenyId_REF_Intezmeny];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_CreditCardReply_TanevId_REF_Tanev]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_CREDITCARDREPLY] DROP CONSTRAINT [FK_CreditCardReply_TanevId_REF_Tanev];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_Fee_IntezmenyId_REF_Intezmeny]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_FEE] DROP CONSTRAINT [FK_Fee_IntezmenyId_REF_Intezmeny];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_Fee_TanevId_REF_Tanev]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_FEE] DROP CONSTRAINT [FK_Fee_TanevId_REF_Tanev];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_FeeType_Id_AlintezmenyId_AltanevId_REF_DictionaryItemBase]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_FEETYPE] DROP CONSTRAINT [FK_FeeType_Id_AlintezmenyId_AltanevId_REF_DictionaryItemBase];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_FeeType_AlIntezmenyId_REF_Intezmeny]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_FEETYPE] DROP CONSTRAINT [FK_FeeType_AlIntezmenyId_REF_Intezmeny];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_FeeType_AlTanevId_REF_Tanev]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_FEETYPE] DROP CONSTRAINT [FK_FeeType_AlTanevId_REF_Tanev];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_FinancialCode_IntezmenyId_REF_Intezmeny]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_FINANCIALCODE] DROP CONSTRAINT [FK_FinancialCode_IntezmenyId_REF_Intezmeny];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_FinancialCode_TanevId_REF_Tanev]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_FINANCIALCODE] DROP CONSTRAINT [FK_FinancialCode_TanevId_REF_Tanev];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_Forms_IntezmenyId_REF_Intezmeny]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_FORMS] DROP CONSTRAINT [FK_Forms_IntezmenyId_REF_Intezmeny];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_Forms_TanevId_REF_Tanev]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_FORMS] DROP CONSTRAINT [FK_Forms_TanevId_REF_Tanev];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_FormType_Id_AlintezmenyId_AltanevId_REF_DictionaryItemBase]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_FORMTYPE] DROP CONSTRAINT [FK_FormType_Id_AlintezmenyId_AltanevId_REF_DictionaryItemBase];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_FormType_AlIntezmenyId_REF_Intezmeny]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_FORMTYPE] DROP CONSTRAINT [FK_FormType_AlIntezmenyId_REF_Intezmeny];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_FormType_AlTanevId_REF_Tanev]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_FORMTYPE] DROP CONSTRAINT [FK_FormType_AlTanevId_REF_Tanev];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_Imposition_LetrehozoId_REF_Felhasznalo]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_IMPOSITION] DROP CONSTRAINT [FK_Imposition_LetrehozoId_REF_Felhasznalo];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_Imposition_BefizetesreKotelezettFelhasznaloId_REF_Felhasznalo]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_IMPOSITION] DROP CONSTRAINT [FK_Imposition_BefizetesreKotelezettFelhasznaloId_REF_Felhasznalo];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_Imposition_IntezmenyId_REF_Intezmeny]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_IMPOSITION] DROP CONSTRAINT [FK_Imposition_IntezmenyId_REF_Intezmeny];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_Imposition_TanevId_REF_Tanev]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_IMPOSITION] DROP CONSTRAINT [FK_Imposition_TanevId_REF_Tanev];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_ImpositionGroup_IntezmenyId_REF_Intezmeny]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_IMPOSITIONGROUP] DROP CONSTRAINT [FK_ImpositionGroup_IntezmenyId_REF_Intezmeny];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_ImpositionGroup_TanevId_REF_Tanev]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_IMPOSITIONGROUP] DROP CONSTRAINT [FK_ImpositionGroup_TanevId_REF_Tanev];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_ImpositionImpositionGroup_IntezmenyId_REF_Intezmeny]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_IMPOSITIONIMPOSITIONGROUP] DROP CONSTRAINT [FK_ImpositionImpositionGroup_IntezmenyId_REF_Intezmeny];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_ImpositionImpositionGroup_TanevId_REF_Tanev]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_IMPOSITIONIMPOSITIONGROUP] DROP CONSTRAINT [FK_ImpositionImpositionGroup_TanevId_REF_Tanev];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_ImpositionSharedRules_IntezmenyId_REF_Intezmeny]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_IMPOSITIONSHAREDRULES] DROP CONSTRAINT [FK_ImpositionSharedRules_IntezmenyId_REF_Intezmeny];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_ImpositionSharedRules_TanevId_REF_Tanev]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_IMPOSITIONSHAREDRULES] DROP CONSTRAINT [FK_ImpositionSharedRules_TanevId_REF_Tanev];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_ImpositionStatus_Id_AlintezmenyId_AltanevId_REF_DictionaryItemBase]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_IMPOSITIONSTATUS] DROP CONSTRAINT [FK_ImpositionStatus_Id_AlintezmenyId_AltanevId_REF_DictionaryItemBase];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_ImpositionStatus_AlIntezmenyId_REF_Intezmeny]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_IMPOSITIONSTATUS] DROP CONSTRAINT [FK_ImpositionStatus_AlIntezmenyId_REF_Intezmeny];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_ImpositionStatus_AlTanevId_REF_Tanev]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_IMPOSITIONSTATUS] DROP CONSTRAINT [FK_ImpositionStatus_AlTanevId_REF_Tanev];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_OTPJelentesek_IntezmenyId_REF_Intezmeny]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_OTPJELENTESEK] DROP CONSTRAINT [FK_OTPJelentesek_IntezmenyId_REF_Intezmeny];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_OTPJelentesek_TanevId_REF_Tanev]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_OTPJELENTESEK] DROP CONSTRAINT [FK_OTPJelentesek_TanevId_REF_Tanev];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_OTPJelentesStatus_Id_AlintezmenyId_AltanevId_REF_DictionaryItemBase]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_OTPJELENTESSTATUS] DROP CONSTRAINT [FK_OTPJelentesStatus_Id_AlintezmenyId_AltanevId_REF_DictionaryItemBase];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_OTPJelentesStatus_AlIntezmenyId_REF_Intezmeny]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_OTPJELENTESSTATUS] DROP CONSTRAINT [FK_OTPJelentesStatus_AlIntezmenyId_REF_Intezmeny];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_OTPJelentesStatus_AlTanevId_REF_Tanev]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_OTPJELENTESSTATUS] DROP CONSTRAINT [FK_OTPJelentesStatus_AlTanevId_REF_Tanev];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_OTPJelentesTipus_Id_AlintezmenyId_AltanevId_REF_DictionaryItemBase]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_OTPJELENTESTIPUS] DROP CONSTRAINT [FK_OTPJelentesTipus_Id_AlintezmenyId_AltanevId_REF_DictionaryItemBase];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_OTPJelentesTipus_AlIntezmenyId_REF_Intezmeny]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_OTPJELENTESTIPUS] DROP CONSTRAINT [FK_OTPJelentesTipus_AlIntezmenyId_REF_Intezmeny];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_OTPJelentesTipus_AlTanevId_REF_Tanev]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_OTPJELENTESTIPUS] DROP CONSTRAINT [FK_OTPJelentesTipus_AlTanevId_REF_Tanev];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_PartfillStatus_Id_AlintezmenyId_AltanevId_REF_DictionaryItemBase]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_PARTFILLSTATUS] DROP CONSTRAINT [FK_PartfillStatus_Id_AlintezmenyId_AltanevId_REF_DictionaryItemBase];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_PartfillStatus_AlIntezmenyId_REF_Intezmeny]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_PARTFILLSTATUS] DROP CONSTRAINT [FK_PartfillStatus_AlIntezmenyId_REF_Intezmeny];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_PartfillStatus_AlTanevId_REF_Tanev]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_PARTFILLSTATUS] DROP CONSTRAINT [FK_PartfillStatus_AlTanevId_REF_Tanev];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_Partner_IntezmenyId_REF_Intezmeny]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_PARTNER] DROP CONSTRAINT [FK_Partner_IntezmenyId_REF_Intezmeny];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_Partner_TanevId_REF_Tanev]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_PARTNER] DROP CONSTRAINT [FK_Partner_TanevId_REF_Tanev];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_PayingType_Id_AlintezmenyId_AltanevId_REF_DictionaryItemBase]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_PAYINGTYPE] DROP CONSTRAINT [FK_PayingType_Id_AlintezmenyId_AltanevId_REF_DictionaryItemBase];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_PayingType_AlIntezmenyId_REF_Intezmeny]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_PAYINGTYPE] DROP CONSTRAINT [FK_PayingType_AlIntezmenyId_REF_Intezmeny];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_PayingType_AlTanevId_REF_Tanev]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_PAYINGTYPE] DROP CONSTRAINT [FK_PayingType_AlTanevId_REF_Tanev];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_PaymentTitle_IntezmenyId_REF_Intezmeny]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_PAYMENTTITLE] DROP CONSTRAINT [FK_PaymentTitle_IntezmenyId_REF_Intezmeny];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_PaymentTitle_TanevId_REF_Tanev]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_PAYMENTTITLE] DROP CONSTRAINT [FK_PaymentTitle_TanevId_REF_Tanev];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_PaymentTitle_Roles_IntezmenyId_REF_Intezmeny]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_PAYMENTTITLE_ROLES] DROP CONSTRAINT [FK_PaymentTitle_Roles_IntezmenyId_REF_Intezmeny];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_PaymentTitle_Roles_TanevId_REF_Tanev]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_PAYMENTTITLE_ROLES] DROP CONSTRAINT [FK_PaymentTitle_Roles_TanevId_REF_Tanev];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_PaymentTitleType_Id_AlintezmenyId_AltanevId_REF_DictionaryItemBase]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_PAYMENTTITLETYPE] DROP CONSTRAINT [FK_PaymentTitleType_Id_AlintezmenyId_AltanevId_REF_DictionaryItemBase];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_PaymentTitleType_AlIntezmenyId_REF_Intezmeny]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_PAYMENTTITLETYPE] DROP CONSTRAINT [FK_PaymentTitleType_AlIntezmenyId_REF_Intezmeny];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_PaymentTitleType_AlTanevId_REF_Tanev]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_PAYMENTTITLETYPE] DROP CONSTRAINT [FK_PaymentTitleType_AlTanevId_REF_Tanev];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_Transaction_BefizetoId_REF_Felhasznalo]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_TRANSACTION] DROP CONSTRAINT [FK_Transaction_BefizetoId_REF_Felhasznalo];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_Transaction_IntezmenyId_REF_Intezmeny]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_TRANSACTION] DROP CONSTRAINT [FK_Transaction_IntezmenyId_REF_Intezmeny];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_Transaction_TanevId_REF_Tanev]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_TRANSACTION] DROP CONSTRAINT [FK_Transaction_TanevId_REF_Tanev];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_TransactionAnalysisFile_IntezmenyId_REF_Intezmeny]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_TRANSACTIONANALYSISFILE] DROP CONSTRAINT [FK_TransactionAnalysisFile_IntezmenyId_REF_Intezmeny];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_TransactionAnalysisFile_TanevId_REF_Tanev]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_TRANSACTIONANALYSISFILE] DROP CONSTRAINT [FK_TransactionAnalysisFile_TanevId_REF_Tanev];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_TransactionAnalysisFileLine_IntezmenyId_REF_Intezmeny]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_TRANSACTIONANALYSISFILELINE] DROP CONSTRAINT [FK_TransactionAnalysisFileLine_IntezmenyId_REF_Intezmeny];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_TransactionAnalysisFileLine_TanevId_REF_Tanev]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_TRANSACTIONANALYSISFILELINE] DROP CONSTRAINT [FK_TransactionAnalysisFileLine_TanevId_REF_Tanev];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_TransactionAnalysisFileStatus_Id_AlintezmenyId_AltanevId_REF_DictionaryItemBase]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_TRANSACTIONANALYSISFILESTATU] DROP CONSTRAINT [FK_TransactionAnalysisFileStatus_Id_AlintezmenyId_AltanevId_REF_DictionaryItemBase];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_TransactionAnalysisFileStatus_AlIntezmenyId_REF_Intezmeny]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_TRANSACTIONANALYSISFILESTATU] DROP CONSTRAINT [FK_TransactionAnalysisFileStatus_AlIntezmenyId_REF_Intezmeny];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_TransactionAnalysisFileStatus_AlTanevId_REF_Tanev]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_TRANSACTIONANALYSISFILESTATU] DROP CONSTRAINT [FK_TransactionAnalysisFileStatus_AlTanevId_REF_Tanev];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_TransactionStatus_Id_AlintezmenyId_AltanevId_REF_DictionaryItemBase]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_TRANSACTIONSTATUS] DROP CONSTRAINT [FK_TransactionStatus_Id_AlintezmenyId_AltanevId_REF_DictionaryItemBase];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_TransactionStatus_AlIntezmenyId_REF_Intezmeny]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_TRANSACTIONSTATUS] DROP CONSTRAINT [FK_TransactionStatus_AlIntezmenyId_REF_Intezmeny];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_TransactionStatus_AlTanevId_REF_Tanev]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_TRANSACTIONSTATUS] DROP CONSTRAINT [FK_TransactionStatus_AlTanevId_REF_Tanev];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_VPOSConfig_IntezmenyId_REF_Intezmeny]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_VPOSCONFIG] DROP CONSTRAINT [FK_VPOSConfig_IntezmenyId_REF_Intezmeny];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[FK_VPOSConfig_TanevId_REF_Tanev]...';
|
|
|
|
|
|
GO
|
|
ALTER TABLE [dbo].[T_VPOSCONFIG] DROP CONSTRAINT [FK_VPOSConfig_TanevId_REF_Tanev];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSHAREDRULES_PAYMEN]...';
|
|
|
|
|
|
GO
|
|
DROP TABLE [dbo].[T_IMPOSITIONSHAREDRULES_PAYMEN];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESEK_BANKACCOUNT]...';
|
|
|
|
|
|
GO
|
|
DROP TABLE [dbo].[T_OTPJELENTESEK_BANKACCOUNT];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANK_OSSZES]...';
|
|
|
|
|
|
GO
|
|
DROP VIEW [dbo].[T_BANK_OSSZES];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANKACCOUNT_OSSZES]...';
|
|
|
|
|
|
GO
|
|
DROP VIEW [dbo].[T_BANKACCOUNT_OSSZES];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDPAYMENT_OSSZES]...';
|
|
|
|
|
|
GO
|
|
DROP VIEW [dbo].[T_CREDITCARDPAYMENT_OSSZES];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDREPLY_OSSZES]...';
|
|
|
|
|
|
GO
|
|
DROP VIEW [dbo].[T_CREDITCARDREPLY_OSSZES];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FEE_OSSZES]...';
|
|
|
|
|
|
GO
|
|
DROP VIEW [dbo].[T_FEE_OSSZES];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FEETYPE_OSSZES]...';
|
|
|
|
|
|
GO
|
|
DROP VIEW [dbo].[T_FEETYPE_OSSZES];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FINANCIALCODE_OSSZES]...';
|
|
|
|
|
|
GO
|
|
DROP VIEW [dbo].[T_FINANCIALCODE_OSSZES];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMS_OSSZES]...';
|
|
|
|
|
|
GO
|
|
DROP VIEW [dbo].[T_FORMS_OSSZES];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMTYPE_OSSZES]...';
|
|
|
|
|
|
GO
|
|
DROP VIEW [dbo].[T_FORMTYPE_OSSZES];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION_OSSZES]...';
|
|
|
|
|
|
GO
|
|
DROP VIEW [dbo].[T_IMPOSITION_OSSZES];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONGROUP_OSSZES]...';
|
|
|
|
|
|
GO
|
|
DROP VIEW [dbo].[T_IMPOSITIONGROUP_OSSZES];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONIMPOSITIONGROUP_OSSZES]...';
|
|
|
|
|
|
GO
|
|
DROP VIEW [dbo].[T_IMPOSITIONIMPOSITIONGROUP_OSSZES];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSHAREDRULES_OSSZES]...';
|
|
|
|
|
|
GO
|
|
DROP VIEW [dbo].[T_IMPOSITIONSHAREDRULES_OSSZES];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSTATUS_OSSZES]...';
|
|
|
|
|
|
GO
|
|
DROP VIEW [dbo].[T_IMPOSITIONSTATUS_OSSZES];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESEK_OSSZES]...';
|
|
|
|
|
|
GO
|
|
DROP VIEW [dbo].[T_OTPJELENTESEK_OSSZES];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESSTATUS_OSSZES]...';
|
|
|
|
|
|
GO
|
|
DROP VIEW [dbo].[T_OTPJELENTESSTATUS_OSSZES];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESTIPUS_OSSZES]...';
|
|
|
|
|
|
GO
|
|
DROP VIEW [dbo].[T_OTPJELENTESTIPUS_OSSZES];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTFILLSTATUS_OSSZES]...';
|
|
|
|
|
|
GO
|
|
DROP VIEW [dbo].[T_PARTFILLSTATUS_OSSZES];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER_OSSZES]...';
|
|
|
|
|
|
GO
|
|
DROP VIEW [dbo].[T_PARTNER_OSSZES];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYINGTYPE_OSSZES]...';
|
|
|
|
|
|
GO
|
|
DROP VIEW [dbo].[T_PAYINGTYPE_OSSZES];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE_OSSZES]...';
|
|
|
|
|
|
GO
|
|
DROP VIEW [dbo].[T_PAYMENTTITLE_OSSZES];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE_ROLES_OSSZES]...';
|
|
|
|
|
|
GO
|
|
DROP VIEW [dbo].[T_PAYMENTTITLE_ROLES_OSSZES];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLETYPE_OSSZES]...';
|
|
|
|
|
|
GO
|
|
DROP VIEW [dbo].[T_PAYMENTTITLETYPE_OSSZES];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION_OSSZES]...';
|
|
|
|
|
|
GO
|
|
DROP VIEW [dbo].[T_TRANSACTION_OSSZES];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILE_OSSZES]...';
|
|
|
|
|
|
GO
|
|
DROP VIEW [dbo].[T_TRANSACTIONANALYSISFILE_OSSZES];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILELINE_OSSZES]...';
|
|
|
|
|
|
GO
|
|
DROP VIEW [dbo].[T_TRANSACTIONANALYSISFILELINE_OSSZES];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILESTATU_OSSZES]...';
|
|
|
|
|
|
GO
|
|
DROP VIEW [dbo].[T_TRANSACTIONANALYSISFILESTATU_OSSZES];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONSTATUS_OSSZES]...';
|
|
|
|
|
|
GO
|
|
DROP VIEW [dbo].[T_TRANSACTIONSTATUS_OSSZES];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_VPOSCONFIG_OSSZES]...';
|
|
|
|
|
|
GO
|
|
DROP VIEW [dbo].[T_VPOSCONFIG_OSSZES];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANK]...';
|
|
|
|
|
|
GO
|
|
DROP TABLE [dbo].[T_BANK];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_BANKACCOUNT]...';
|
|
|
|
|
|
GO
|
|
DROP TABLE [dbo].[T_BANKACCOUNT];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDPAYMENT]...';
|
|
|
|
|
|
GO
|
|
DROP TABLE [dbo].[T_CREDITCARDPAYMENT];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_CREDITCARDREPLY]...';
|
|
|
|
|
|
GO
|
|
DROP TABLE [dbo].[T_CREDITCARDREPLY];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FEE]...';
|
|
|
|
|
|
GO
|
|
DROP TABLE [dbo].[T_FEE];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FEETYPE]...';
|
|
|
|
|
|
GO
|
|
DROP TABLE [dbo].[T_FEETYPE];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FINANCIALCODE]...';
|
|
|
|
|
|
GO
|
|
DROP TABLE [dbo].[T_FINANCIALCODE];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMS]...';
|
|
|
|
|
|
GO
|
|
DROP TABLE [dbo].[T_FORMS];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_FORMTYPE]...';
|
|
|
|
|
|
GO
|
|
DROP TABLE [dbo].[T_FORMTYPE];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITION]...';
|
|
|
|
|
|
GO
|
|
DROP TABLE [dbo].[T_IMPOSITION];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONGROUP]...';
|
|
|
|
|
|
GO
|
|
DROP TABLE [dbo].[T_IMPOSITIONGROUP];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONIMPOSITIONGROUP]...';
|
|
|
|
|
|
GO
|
|
DROP TABLE [dbo].[T_IMPOSITIONIMPOSITIONGROUP];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSHAREDRULES]...';
|
|
|
|
|
|
GO
|
|
DROP TABLE [dbo].[T_IMPOSITIONSHAREDRULES];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_IMPOSITIONSTATUS]...';
|
|
|
|
|
|
GO
|
|
DROP TABLE [dbo].[T_IMPOSITIONSTATUS];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESEK]...';
|
|
|
|
|
|
GO
|
|
DROP TABLE [dbo].[T_OTPJELENTESEK];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESSTATUS]...';
|
|
|
|
|
|
GO
|
|
DROP TABLE [dbo].[T_OTPJELENTESSTATUS];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_OTPJELENTESTIPUS]...';
|
|
|
|
|
|
GO
|
|
DROP TABLE [dbo].[T_OTPJELENTESTIPUS];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTFILLSTATUS]...';
|
|
|
|
|
|
GO
|
|
DROP TABLE [dbo].[T_PARTFILLSTATUS];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PARTNER]...';
|
|
|
|
|
|
GO
|
|
DROP TABLE [dbo].[T_PARTNER];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYINGTYPE]...';
|
|
|
|
|
|
GO
|
|
DROP TABLE [dbo].[T_PAYINGTYPE];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE]...';
|
|
|
|
|
|
GO
|
|
DROP TABLE [dbo].[T_PAYMENTTITLE];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLE_ROLES]...';
|
|
|
|
|
|
GO
|
|
DROP TABLE [dbo].[T_PAYMENTTITLE_ROLES];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_PAYMENTTITLETYPE]...';
|
|
|
|
|
|
GO
|
|
DROP TABLE [dbo].[T_PAYMENTTITLETYPE];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTION]...';
|
|
|
|
|
|
GO
|
|
DROP TABLE [dbo].[T_TRANSACTION];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILE]...';
|
|
|
|
|
|
GO
|
|
DROP TABLE [dbo].[T_TRANSACTIONANALYSISFILE];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILELINE]...';
|
|
|
|
|
|
GO
|
|
DROP TABLE [dbo].[T_TRANSACTIONANALYSISFILELINE];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONANALYSISFILESTATU]...';
|
|
|
|
|
|
GO
|
|
DROP TABLE [dbo].[T_TRANSACTIONANALYSISFILESTATU];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_TRANSACTIONSTATUS]...';
|
|
|
|
|
|
GO
|
|
DROP TABLE [dbo].[T_TRANSACTIONSTATUS];
|
|
|
|
|
|
GO
|
|
PRINT N'Dropping [dbo].[T_VPOSCONFIG]...';
|
|
|
|
|
|
GO
|
|
DROP TABLE [dbo].[T_VPOSCONFIG];
|
|
|
|
|
|
GO
|
|
PRINT N'Refreshing [dev].[uspGenerateTanevAdatok]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_refreshsqlmodule N'[dev].[uspGenerateTanevAdatok]';
|
|
|
|
|
|
GO
|
|
PRINT N'Refreshing [dev].[uspIntezmenyLetrehozas]...';
|
|
|
|
|
|
GO
|
|
EXECUTE sp_refreshsqlmodule N'[dev].[uspIntezmenyLetrehozas]';
|
|
|
|
|
|
GO
|
|
PRINT N'Update complete.';
|
|
|
|
|
|
GO
|