Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CREATE TABLE [dbo].[SSISExecutionMode](
- [ID] [int] IDENTITY(1,1) NOT NULL,
- [ExecutionMode] [varchar](20) NULL,
- [ExecutionTime] [datetime] NULL DEFAULT (getdate()),
- [ExecutingUserName] [sysname] NULL CONSTRAINT Default value for
- ExecutingUserName = SUSER_NAME()] DEFAULT (suser_name()))
Add Comment
Please, Sign In to add comment