Forum Replies Created

Viewing 15 posts - 2,326 through 2,340 (of 6,104 total)

  • RE: Locking Issues

    I wrote an article on stored procedure recompilation:

    Stored Procedures and Caching

    Microsoft's article on how to troubleshoot blocking problems:

    INF: Understanding and Resolving SQL Server 7.0 or...

    K. Brian Kelley
    @kbriankelley

  • RE: Can you determine which SPID is waiting on OPENQUERY?

    Take a look at the ::fn_get_sql() system function. You'll probably need to couple that with a cursor but that'll tell you the SQL statments which are executing.

    K. Brian Kelley
    @kbriankelley

  • RE: SQL Account Error: maybe undocumented

    If it's to the same server, the SIDs should match up between the logins at the server level and the users at the database level. If that's not the case,...

    K. Brian Kelley
    @kbriankelley

  • RE: sp_addrolemember, sp_grantlogin, sp_grantdbaccess

    I'm going to piggy-back on what David has already written just to try and give an analogy that may help in visualizing the different levels of access.

    Think of SQL...

    K. Brian Kelley
    @kbriankelley

  • RE: Sql Resource usage

    Yes. Each SQL Server instance runs a separate sqlservr process which can be viewed with a tool like Perfmon or Process Explorer (from SysInternals). The catch with Perfmon is it'll...

    K. Brian Kelley
    @kbriankelley

  • Viewing 15 posts - 2,326 through 2,340 (of 6,104 total)