Forum Replies Created

Viewing 15 posts - 5,251 through 5,265 (of 5,356 total)

  • RE: Enterprise Manager Security

    Hi Brian,

    verified your statement. The user in question is local admin to his box, no access under his account to Server a, but as member of an NT User Group...

    --
    Frank Kalis
    Microsoft SQL Server MVP
    Webmaster: http://www.insidesql.org/blogs
    My blog: http://www.insidesql.org/blogs/frankkalis/[/url]

  • RE: CPU field in sysprocesses

    I just received something that might be worth taking a look at

    Category: Stored Procedures

    Level: Intermediate

    Description: Display information similar to sp_who2, but has the same columns as the process manager in...

    --
    Frank Kalis
    Microsoft SQL Server MVP
    Webmaster: http://www.insidesql.org/blogs
    My blog: http://www.insidesql.org/blogs/frankkalis/[/url]

  • RE: CPU field in sysprocesses

    Hi,

    here's a stored procedure I use to collect Server Statistics. It's a modification of something I found somewhere else

    CREATE procedure dbo.pactldbmonitor

    as

    declare @last_rundatetime

    declare @now datetime

    declare @cpu_busy int

    declare @io_busyint

    declare @idleint

    declare @pack_receivedint

    declare...

    --
    Frank Kalis
    Microsoft SQL Server MVP
    Webmaster: http://www.insidesql.org/blogs
    My blog: http://www.insidesql.org/blogs/frankkalis/[/url]

  • Viewing 15 posts - 5,251 through 5,265 (of 5,356 total)