Home Forums SQL Server 2008 SQL Server 2008 - General Warning message for user having no db_owner permission but having full permission for the table RE: Warning message for user having no db_owner permission but having full permission for the table

  • It's probably the application checking that you're a member of the db_owner role before you make the changes. If it allows you to proceed despite the fact you're not a member, you should be OK, provided you have sufficient permissions to make all the changes you're attempting.

    John