Forum Replies Created

Viewing 9 posts - 1 through 10 (of 10 total)

  • RE: Maddening permissions issue

    Many thanks to all for your helpful suggestions. The user is still unable to run the application. Perhaps it is better this way. The app uses Excel to manipulate 2.5...

  • RE: Maddening permissions issue

    Yes, that is what I was saying, [JaneDoe].[whatever] is a tbale named "whatever" in the "JaneDoe" schema. That appears to be what it is trying to do.

    Ok. Now I get...

  • RE: Maddening permissions issue

    Roy Ernest (5/12/2009)


    Glad to be of help. Now you can debug the issue much more efficiently. There are couple of articles written here in SqlServercentral.com itself that will help you...

  • RE: Maddening permissions issue

    RBarryYoung (5/12/2009)


    Actually, looking at the error again, it looks more like a schema & schema permission problem than a DB one. It is apparently trying to create the table...

  • RE: Maddening permissions issue

    Roy Ernest (5/12/2009)


    You can run a profiler on the the Database to find out what Queries are executed.

    Wow. Thank you! I had no idea the profiler existed or what it...

  • RE: Maddening permissions issue

    Roy Ernest (5/12/2009)


    Why not try to give the db_ddladmin role to that user. Maybe that user does a Truncate command or Drop command or Alter command.

    That's a possibility. I don't...

  • RE: Maddening permissions issue

    MarkusB (5/12/2009)


    jblevins (5/12/2009)


    MarkusB (5/12/2009)


    Check also the default schema for the user.

    I'm not a trained DBA, so I've more than likely done this incorrectly. Her default schema is dbo.

    That's the problem....

  • RE: Maddening permissions issue

    MarkusB (5/12/2009)


    Check also the default schema for the user.

    I'm not a trained DBA, so I've more than likely done this incorrectly. Her default schema is dbo.

  • RE: Maddening permissions issue

    RBarryYoung (5/11/2009)


    Have you tried Granting here CREATE TABLE rights on the Database?

    Yeah, that was one of the first things I tried. I should be so lucky as to have the...

Viewing 9 posts - 1 through 10 (of 10 total)