Created
March 26, 2020 02:21
-
-
Save alevyinroc/f2f024593d9106545ddffc3720f193c7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| use testing; | |
| go | |
| create type MyStringType from varchar(256); | |
| go | |
| create table TestMyString | |
| ( | |
| ThisIsMyString MyStringType not null | |
| ); | |
| go | |
| sp_help TestMyString | |
| go |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment