View Single Post
Old 04-12-2011, 11:31 AM   #1
mornning8303
Major
 
Join Date: Mar 2011
Posts: 676
mornning8303 is on a distinguished road
Default Windows 7 Ultimate How do you add an administrator

What the title says. kokos137135If you might be doing it through T-SQL:Granting a Windows Login the ability to connect to SQL Server:Develop LOGIN [DomainUser] FROM WINDOWS; or Set up LOGIN [DomainGroup] FROM WINDOWS; If SQL Server-based login:Set up LOGIN [LoginName] WITH PASSWORD = 'SomePassword'; After that,Windows 7 Activation, it is possible to do among two points. You'll be able to add it to your membership of the sysadmin fixed server position making use of sp_addsrvrolemember:EXEC sp_addsrvrolemember 'LoginName',Windows 7 Ultimate, 'sysadmin'; or else you can grant the login Control SERVER permissions:GRANT Handle SERVER TO [LoginName];
mornning8303 is offline   Reply With Quote

Sponsored Links