SQL Permissions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • OuTCasT
    Contributor
    • Jan 2008
    • 374

    SQL Permissions

    i Loaded SQL Express on my notebook and i run my application on it which creates new database.
    I get error 'Create Database permission denied in database 'master'

    how do i grant permissions to BUILTIN\User
  • ck9663
    Recognized Expert Specialist
    • Jun 2007
    • 2878

    #2
    Use mix authentication instead.

    Point to a domain.

    Add the username as authorized user and create the necessary user profile by adding rights

    -- CK

    Comment

    Working...