permissions

  • i need to add user as sys admn in sql express as there is no management studio installed , how can we add ?

  • I see no connection between "no management studio installed" and "user needs sysadmin rights".

    Am I missing something?

    Management studio is available in the Express flavor for the first issue.

    For the second one, just issue:

    EXEC master..sp_addsrvrolemember @loginame = N'someLoginNameGoesHere', @rolename = N'sysadmin'

    -- Gianluca Sartori

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

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