Forum Replies Created

Viewing 15 posts - 1,231 through 1,245 (of 6,104 total)

  • RE: Public Role

    Every user with permission to connect to the database is a member of the public role. Permissions granted to the public role would then be granted to anyone who can...

    K. Brian Kelley
    @kbriankelley

  • RE: how to connect sql server from different machine on same network

    The Desktop Engine might not have any network libraries enabled (only Shared Memory is enabled). If that's the case, this KB explains the issue and what to do:

    How to help...

    K. Brian Kelley
    @kbriankelley

  • RE: Drop Role can't be done b/c it owns a Schema

    To change the schema owner, execute the following query, making the appropriate substitution for **Schema Name** and **New Owner**:

    ALTER AUTHORIZATION ON SCHEMA :: **Schema Name** TO **New Owner**

    Once you've changed...

    K. Brian Kelley
    @kbriankelley

  • RE: Developer Edition on Vista

    If you accidentally cancel out of the provisioning tool and you run into a situation where the service isn't running at the time, you can execute it manually:

    SQL Provisioning Tool...

    K. Brian Kelley
    @kbriankelley

  • RE: Changing from users to roles

    You want to use normal database roles. Application roles must be specially enacted by a stored procedure. It sounds like the setup you have, that's not the way to go.

    And...

    K. Brian Kelley
    @kbriankelley

  • RE: Audit trial report for user rights modifications and table modifications

    After the fact this is hard, but log reader products can do it if the evidence hasn't been overwritten or truncated.

    Prior to the fact, there are 3rd party tools to...

    K. Brian Kelley
    @kbriankelley

  • RE: Assign all Logins to a Database (SQL 2005)

    You're looking to take all the logins for a particular server and making each login a user for the database? Is that correct? In other words, if you have 17...

    K. Brian Kelley
    @kbriankelley

  • RE: Adding a node to SQL Server not working

    I'm looking on the Technet forums and it looks like others have this problem and it's due to the fact that the installer is looking for the file from the...

    K. Brian Kelley
    @kbriankelley

  • RE: XP_cmdshell error.

    sunshine (4/8/2008)


    Now I get this error logging into sql server with my windows login. It is part of the domain otherwise it would not let me add myself as...

    K. Brian Kelley
    @kbriankelley

  • RE: SQL Server 2000 Cluster Migration

    I apologize for the delay in replying, it's been a busy few days.

    If you're going to re-use the same LUNs, you effectively can't have both running at the same time....

    K. Brian Kelley
    @kbriankelley

  • RE: Services required to run on SQL Server box

    It is not specific to just SQL, but represents best practices concerning different types of servers, to include being able to manage them reasonably. However, if you want a list...

    K. Brian Kelley
    @kbriankelley

  • RE: Security / Login Issues

    Manoj (4/9/2008)


    I would recommand you to stick with the dbo mode for all tables, It is the best practice from the microsoft.

    I don't know that I would agree with this....

    K. Brian Kelley
    @kbriankelley

  • RE: How to view transaction log for SQL Server 2005

    Apex SQL Log is compatible with SQL Server 2005:

    http://www.apexsql.com/sql_tools_log.asp

    K. Brian Kelley
    @kbriankelley

  • RE: SQL Injection

    Is the account which connects to SQL Server running as the database owner? If not, is INSERT, UPDATE, DELETE granted against those tables? If so, is there a need to...

    K. Brian Kelley
    @kbriankelley

  • RE: Security / Login Issues

    Agreed. The best practice is to do it at the schema level, as Carl indicated. It's the simplest approach and it ensures that any tables/views which get created in the...

    K. Brian Kelley
    @kbriankelley

Viewing 15 posts - 1,231 through 1,245 (of 6,104 total)