I am trying to use the following template:
-- ================================================= -- Create User as DBO template for SQL Azure Database -- ====
I think the templates use the following notation: variable name, variable type, default value.
Sysname is a built-in data type which can hold the names of system objects.
It is limited to 128 Unicode character.
-- same as sysname type declare @my_sysname nvarchar(128);