This file contains 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
SET QUOTED_IDENTIFIER ON | |
SET ANSI_NULLS ON | |
GO | |
ALTER PROCEDURE tSQLt.PrepareTableForFaking | |
@TableName NVARCHAR(MAX), | |
@SchemaName NVARCHAR(MAX) | |
AS | |
-- This is not part of the standard tSQLt library | |
-- See https://harouny.com/2013/04/19/tsqlt-taketable-indexed-view/ (original source) |