Skip to content

Instantly share code, notes, and snippets.

View gsubiran's full-sized avatar

Guillermo Subirán gsubiran

View GitHub Profile
@gsubiran
gsubiran / DatabaseExampleTabularStructure.sql
Created August 9, 2019 11:27
Database dynamic tabular structure example
CREATE DATABASE [DatabaseModelExample];
GO
USE [DatabaseModelExample]
GO
/****** Object: UserDefinedFunction [dbo].[GetInheritedCells] Script Date: 13/6/2018 17:47:37 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO