-
-
Save niktho/1584b4be18f7967c22b94ee6697bae2e to your computer and use it in GitHub Desktop.
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
CREATE SCHEMA [testCustomer] | |
AUTHORIZATION [dbo]; | |
GO | |
EXECUTE sp_addextendedproperty @name = N'tSQLt.TestClass', @value = 1, @level0type = N'SCHEMA', @level0name = N'testCustomer'; | |
GO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment