dasoares

CAMS - Create table to import Fund Appeal Codes

Apr 30th, 2012
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
T-SQL 0.28 KB | None | 0 0
  1. GO
  2. /****** Object:  Table [dbo].[tmpImportFundAppealCodes]    Script Date: 04/30/2012 14:02:51 ******/
  3. SET ANSI_NULLS ON
  4. GO
  5. SET QUOTED_IDENTIFIER ON
  6. GO
  7. CREATE TABLE [dbo].[tmpImportFundAppealCodes](
  8.     [Code] [nvarchar](50) NULL,
  9.     [Segment] [nvarchar](50) NULL
  10. ) ON [PRIMARY]
Advertisement
Add Comment
Please, Sign In to add comment