Forum Replies Created

Viewing 5 posts - 106 through 110 (of 110 total)

  • RE: XP_cmdshell performance

    Thanks your reply.

    the thing is Scripting all the databases in developemnt takes around 54 mins. but in production only 6 minutes.

    I just want to know what affects the performance of...

  • RE: How grant db_owner permission to some objects

    Roy Ernest (1/25/2008)


    Cant you set up the objects that this User needs to alter in a seperate schema and gove Alter Schema permission for that schema?

    I am using SQL Server...

  • RE: How grant db_owner permission to some objects

    I can issue "Grant Create Table to db_custom", no problem. but users only can create new table and no permission to alter tables.

    When I exec "Grant Alter Table to db_custom",...

  • RE: How grant db_owner permission to some objects

    SQL ORACLE (1/25/2008)


    Add the role, ddladmin, to your custom_role.

    if I add ddladmin to custom_role, then users under this role will have ddladmin permission to all the tables, not only specific...

  • RE: How grant db_owner permission to some objects

    Actually I created one custom database role, named "db_Custom" and added objects to this new role.

    Users under this role only have "select, update, delete,insert" on objects.

    But users need to own...

Viewing 5 posts - 106 through 110 (of 110 total)