create TABLE [dbo].[NUMERACION_REMITOS]( [NRO_DE_REMITO] [int] NULL, [ID_EMPRESA] [nvarchar](50) default '0' ) ON [PRIMARY] INSERT INTO NUMERACION_REMITOS VALUES ('1','CONIMPEX') INSERT INTO NUMERACION_REMITOS VALUES ('5','CONSULTORA')