aliweb
Perch
Hello
When we create a new SQL Server user in HSphere it automatically adds a prefix to it like xyz-dom_
For example if I add a new user dbadmin then it will be added as xyz-dom_dbadmin.
Is there a way I can name new user only dbadmin?
The reason I am asking because one of my clients is running a DLL in his ASP.Net application. That DLL uses some database user for e.g. abc but problem is this user can't be created through HSphere as it will add prefix to it. That DLL can't be modified because he doesn't have its source code!!
When we create a new SQL Server user in HSphere it automatically adds a prefix to it like xyz-dom_
For example if I add a new user dbadmin then it will be added as xyz-dom_dbadmin.
Is there a way I can name new user only dbadmin?
The reason I am asking because one of my clients is running a DLL in his ASP.Net application. That DLL uses some database user for e.g. abc but problem is this user can't be created through HSphere as it will add prefix to it. That DLL can't be modified because he doesn't have its source code!!