INSERT [dbo].[LISTADOS] ([LIS_TIP], [LIS_ID], [LIS_FOR], [LIS_ARC], [LIS_DBS], [LIS_PAP], [LIS_ORI]) VALUES (N'FO1', N'01', N'Listado de Facturas / Consecutivo (Hz)', N'LtFco.Rpt', N'MMMPPPPPA', 1, 2) INSERT [dbo].[LISTADOS] ([LIS_TIP], [LIS_ID], [LIS_FOR], [LIS_ARC], [LIS_DBS], [LIS_PAP], [LIS_ORI]) VALUES (N'FO1', N'02', N'Listado de Facturas / Vendedor', N'LtFcov.Rpt', N'MMMPPPPPA', 1, 1) INSERT [dbo].[LISTADOS] ([LIS_TIP], [LIS_ID], [LIS_FOR], [LIS_ARC], [LIS_DBS], [LIS_PAP], [LIS_ORI]) VALUES (N'FO1', N'03', N'Listado de Facturas / Cliente', N'LtFcoC.Rpt', N'MMMPPPPPA', 1, 1) GO