Forum Replies Created

Viewing 15 posts - 2,956 through 2,970 (of 7,164 total)

  • RE: Permission to AD group to run selected Agent Jobs

    You have a couple worlds colliding, data managers and backup operators, and you're trying to spoon-feed the data managers database backup capabilities. Which is fine, but data managers are not...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Use Windows Logins rather than Windows Group to control access to SQL Server

    dan-572483 (10/5/2012)


    It seems pretty straight forward to me. If someone leaves the company or moves to another department and no longer should have access to resources they used before,...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Permission to AD group to run selected Agent Jobs

    I do not think there have been substantial changes (if any) to the Agent Roles in 2012 but you can check it out:

    SQL Server Agent Fixed Database Roles

    The thing about...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Log IP Address and SPID in physical tables for Later Auditing!

    Abrar Ahmad_ (10/4/2012)


    So i think there is the need to really capture the login IP and the user for each session SPID.

    This will give you the caller's IP address in...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Today's Random Word!

    Stuart Davies (10/5/2012)


    Refund

    Pro rata

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Rebuilding indexes vs fill factor

    First off setting the fill factor too low can affect read performance because it takes more pages to hold the same amount of data meaning more pages need to be...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Configure -g switch memory_to_reserve

    Are you seeing issues on your instance that you think changing this value will help resolve? What specifically are you seeing?

    Here is how to change it:

    Using the SQL Server Service...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Permission to AD group to run selected Agent Jobs

    It sounds like you've looked into the SQLAgentOperatorRole and decided it offers too many permissions ("enable this without allow them to run ANY Agent job").

    One possible solution would be to...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL Server 2005 Express

    Securing a SQL Server is an extremely vast topic and requires a comprehensive approach not limited to just worrying about who has access to the instance as a sysadmin or...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: How to create DB in all servers by using one single server

    Konuri Dinesh (10/4/2012)


    i hope CMS(centralized management server) feature full fill this requirement

    It could. You can open a multi-query window against a CMS folder. You can also iterate over CMS registered...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Today's Random Word!

    Debatable

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Use Windows Logins rather than Windows Group to control access to SQL Server

    I agree that service accounts, depending on what level of permissions they have, may not be good candidates for Windows Group membership. That exception is not unlike the only exception...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Use Windows Logins rather than Windows Group to control access to SQL Server

    Not everyone knows how to do these things. And for each of the items you mentioned there are additional steps that can be taken to mitigate those risks.

    If I...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SSMS Script view as ALTER

    Here is a post that kind of confirms it as being an SMO issue:

    http://sqlblogcasts.com/blogs/jonsayce/archive/2008/02/09/how-to-fix-slow-smo-performance.aspx

    As for how to make your SSMS act properly, no clue. For the record I am running...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: urgent help needed--moving data from 2000sql to 2008 sql

    TJ-356724 (10/3/2012)


    Running DBCC CHECKCATALOG ('TWORKS') WITH NO_INFOMSGS produces some errors as follows:

    Server: Msg 2513, Level 16, State 2, Line 1

    Table error: Object ID 544525519 (object '544525519') does not match...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 2,956 through 2,970 (of 7,164 total)