Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- GO
- /****** Object: Table [dbo].[tmpImportFundAppealCodes] Script Date: 04/30/2012 14:02:51 ******/
- SET ANSI_NULLS ON
- GO
- SET QUOTED_IDENTIFIER ON
- GO
- CREATE TABLE [dbo].[tmpImportFundAppealCodes](
- [Code] [nvarchar](50) NULL,
- [Segment] [nvarchar](50) NULL
- ) ON [PRIMARY]
Advertisement
Add Comment
Please, Sign In to add comment