Hi,
i've tried to create login id in MS-SQL Server 2008 R2 using the script.
USE MASTER
GO
CREATE LOGIN [SATEST] WITH PASSWORD = 'SATEST#1';
GO
and unfortunately it is giving some error message saying:
Msg 15247, Level 16, State 1, Line 1
User does not have permission to perform this action.
Can anyone, please tell me how can i create an account..
Thanks&Regards..
Anilkumar M.S