stored procedure permissions

Discussion in 'Databases' started by 0007605, Sep 18, 2010.

  1. Hello,
    I am used to having a sql login execute my stored procedures. I have attached my db and my stored procedures are there, but who do I give permissions to execute these? When I try to add the user that was provided by your service it says not found.

    Thanks in advance,
    LLB
     
  2. Ray

    Ray

    Each database account will have one database user. That database user will have DBO rights to the that database only. You cannot create another user for the database. You only get one user name.
     
  3. Got it

    Thanks for the reply, I figured it out yesterday, very speedy using LINQ, I like!
     

Share This Page