I am working through this tutorial from the RadControls courseware, when executing the script "NetworkServicePermissions.sql", the following sql error(s) occur:
Msg 15259, Level 16, State 1, Line 5
The DEFAULT_SCHEMA clause cannot be used with a Windows group or with principals mapped to certificates or asymmetric keys.
Msg 15151, Level 16, State 1, Line 8
Cannot find the user 'NETWORK SERVICE', because it does not exist or you do not have permission.
This limitation is either by design or a bug in TSQL, do you currently have a work-around for this script?
Msg 15259, Level 16, State 1, Line 5
The DEFAULT_SCHEMA clause cannot be used with a Windows group or with principals mapped to certificates or asymmetric keys.
Msg 15151, Level 16, State 1, Line 8
Cannot find the user 'NETWORK SERVICE', because it does not exist or you do not have permission.
This limitation is either by design or a bug in TSQL, do you currently have a work-around for this script?