Skip to content

Instantly share code, notes, and snippets.

@niktho
Last active February 26, 2019 19:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save niktho/1584b4be18f7967c22b94ee6697bae2e to your computer and use it in GitHub Desktop.
Save niktho/1584b4be18f7967c22b94ee6697bae2e to your computer and use it in GitHub Desktop.
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