Scripts. KLB

git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C517
This commit is contained in:
kledezma 2021-01-21 15:02:10 +00:00
parent 9c3de75a75
commit 608760e4bf
3 changed files with 1 additions and 6 deletions

View file

@ -1,12 +1,7 @@
USE [SIGPC]
GO
/****** Object: Table [dbo].[t_rpt_desglocegestiones] Script Date: 1/15/2021 12:13:02 PM ******/
IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[t_rpt_desglocegestiones]') AND type in (N'U'))
DROP TABLE [dbo].[t_rpt_desglocegestiones]
GO
/****** Object: Table [dbo].[t_rpt_desglocegestiones] Script Date: 1/15/2021 12:13:02 PM ******/
/****** Object: Table [dbo].[t_rpt_desglocegestiones] Script Date: 1/21/2021 9:05:43 AM ******/
SET ANSI_NULLS ON
GO