Forum Replies Created

Viewing 9 posts - 61 through 69 (of 69 total)

  • RE: Suspect status

    The sp_resetstatus works Ok, thanks for your support!

  • RE: Cannot see users

    Maybe you have a common trouble when you restore a database, try whit this:

    use master

    go

    exec sp_configure 'allow updates','1'

    go

    reconfigure with override

    go

    Use <db with lost users>

    update u

    set u.sid = l.sid

    from sysusers u

    inner...

  • RE: Table backup

    Thanks to all of you!

    I'm so lazy... i really miss my 'backup table' option en 6.5 version...jajajaja

  • RE: DBCC TRACEON

    Thanks Brian and Antares686 !

  • RE: DBCC TRACEON

    bkelley, this is the exact message:

    DBCC TRACEON 208, server process ID (SPID) 19.

    I don't turn any flag

  • RE: URGENT!!!! Locks problem

    Thanks for all friends! I can resolve this...

  • RE: History of the spid's?

    Simon, what you mean? I'm logged as a SA...

    quote:


    Not possible unless you have profiling setup

    Simon Sabin

    Co-author of SQL Server 2000 XML Distilled

  • RE: Unknown user trying to log!

    Simon, you are saying that 'RECOVER' is a NT User? or you are asking me?

    Simon says: is it an domain user name. They get access through a domain group.

  • RE: Unknown user trying to log!

    I don't found that option, remember that i'm working with SQL 7, maybe that option is available en 2000....

Viewing 9 posts - 61 through 69 (of 69 total)