Guest User

Untitled

a guest
Oct 2nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. CREATE TABLE [dbo].[SSISExecutionMode](
  2. [ID] [int] IDENTITY(1,1) NOT NULL,
  3. [ExecutionMode] [varchar](20) NULL,
  4. [ExecutionTime] [datetime] NULL DEFAULT (getdate()),
  5. [ExecutingUserName] [sysname] NULL CONSTRAINT Default value for
  6. ExecutingUserName = SUSER_NAME()] DEFAULT (suser_name()))
Add Comment
Please, Sign In to add comment