Skip to content

Instantly share code, notes, and snippets.

@alevyinroc
Created March 26, 2020 02:21
Show Gist options
  • Select an option

  • Save alevyinroc/f2f024593d9106545ddffc3720f193c7 to your computer and use it in GitHub Desktop.

Select an option

Save alevyinroc/f2f024593d9106545ddffc3720f193c7 to your computer and use it in GitHub Desktop.
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