Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

  • RE: Help on Audit Specifications

    My error - I forgot to mention that this is on SQL 2008 R2 server. BOL does not mention the WHERE <predicate_expression> for 2008 R2. I did get...

  • RE: Tablesample

    Running the query on SQL 2008R2 10.50.2796, nothing is returned. Still trying to determine why.

  • RE: Search DTS Package

    I found some of this code online a couple years ago, I don't have the original authors name. I have modified over the years to work for our setup....

  • RE: Search DTS Package

    You can use .NET to read each of the DTS packages and create a summary of the package including connections and code using the Microsoft DTS Com objects. We...

  • RE: Database Security Permissions

    I think I found the answer to what I am doing wrong.

    BOL has definition of db_securityadmin: Members of the db_securityadmin fixed database role can modify role membership and...

  • RE: Database Security Permissions

    Bhuvnesh (5/13/2010)


    BP-503183 (5/12/2010)


    I create an NT group login TEST_DB_SECADMIN and granted securityadmin permission to it.

    you need to set db_owner

    If I set db_owner then I don't need to...

Viewing 6 posts - 1 through 6 (of 6 total)