This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
USE [ZSINO] | |
GO | |
/****** Object: StoredProcedure [dbo].[usp_SINO_Solicita_Ultimo_Registro] Script Date: 11/16/2018 09:26:36 ******/ | |
SET ANSI_NULLS ON | |
GO | |
SET QUOTED_IDENTIFIER ON | |
GO | |
-- ============================================= | |
-- Author: Alfonso Mosco Herrera | |
-- Create date: 8-11-2018 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
USE [ZOXIMPEXP] | |
GO | |
/****** Object: StoredProcedure [dbo].[usp_OXIEMP_Imp_PreAnalisis_Actualiza_registro] Script Date: 10/25/2018 10:33:53 ******/ | |
SET ANSI_NULLS ON | |
GO | |
SET QUOTED_IDENTIFIER ON | |
GO | |
-- ============================================= | |
-- Author: Alfonso Mosco H. | |
-- Create date: 24-10-2018 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
USE [ZOXIMPEXP] | |
GO | |
/****** Object: StoredProcedure [dbo].[usp_OXIEMP_Exp_PreAnalisis_Actualiza_registro] Script Date: 10/25/2018 09:08:30 ******/ | |
SET ANSI_NULLS ON | |
GO | |
SET QUOTED_IDENTIFIER ON | |
GO | |
-- ============================================= | |
-- Author: Alfonso Mosco Herrera | |
-- Create date: 23-10-2018 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
USE [ZGastosInversion] | |
GO | |
/****** Object: StoredProcedure [dbo].[usp_Gastos05_AgregarCuentaC] Script Date: 07/19/2018 10:27:25 ******/ | |
SET ANSI_NULLS ON | |
GO | |
SET QUOTED_IDENTIFIER ON | |
GO | |
ALTER Procedure [dbo].[usp_Gastos05_AgregarCuentaC] | |
( | |
@UCI varchar(20), |