Table [dbo].[L_Country]
CREATE TABLE [dbo].[L_Country] (
[CountryCode] [varchar] (2) NOT NULL ,
[CountryName] [varchar] (50) NULL ,
[FlagDefault] [bit] NULL ,
[rowguid] uniqueidentifier ROWGUIDCOL NOT NULL
) ON [PRIMARY]
Home » Software » This page has no comment
Table [dbo].[L_Country]
CREATE TABLE [dbo].[L_Country] (
[CountryCode] [varchar] (2) NOT NULL ,
[CountryName] [varchar] (50) NULL ,
[FlagDefault] [bit] NULL ,
[rowguid] uniqueidentifier ROWGUIDCOL NOT NULL
) ON [PRIMARY]
Copyright © 2002-2012. All Right Reserved.