In SQL Server 2000, how do you create a new user that essentially has the same permissions as the default 'sa' user, preferrable through Enterprise Manager?
Create user similar to 'sa'
Collapse
X
-
Grant Access as a Server AdministratorOriginally posted by cbhrookIn SQL Server 2000, how do you create a new user that essentially has the same permissions as the default 'sa' user, preferrable through Enterprise Manager?
Enterprise manager...secur ity node...logins.. .select the user...double click ...Server roles tab .....then tick Server AdministratorComment
Comment