SQL Server id permission to create and modify tables

An application needs permission to create tables on the fly. I don't want to give the id db_owner. How do I give this id permission to create and modify tables in a database?

    Requires Free Membership to View

If you're on SQL Server 2005, consider creating a schema and giving the user permissions on the schema instead of the whole database.

This was first published in December 2007

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.