Login account issue

  • 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

  • This was removed by the editor as SPAM

  • Thanks a lot for your valuable reply..

    Have a nicetime,

    Anilkumar M.S

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply