Hi,
I want to make an installation script which is scripting the windows ASPNET built-in user to access the database created in the script.
The problem is that if I create the script with my SQL Server, the user will be scripted as MYDOMAIN\ASPNET. How can I script it without being assigned to any domain? I mean, I don't know what are my clients Windows Domains so how can I script it in a generic form?
Is there something like @@CURRENTDOMAIN\ASPNET??
Thanks,
Stephane
I want to make an installation script which is scripting the windows ASPNET built-in user to access the database created in the script.
The problem is that if I create the script with my SQL Server, the user will be scripted as MYDOMAIN\ASPNET. How can I script it without being assigned to any domain? I mean, I don't know what are my clients Windows Domains so how can I script it in a generic form?
Is there something like @@CURRENTDOMAIN\ASPNET??
Thanks,
Stephane