Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Linked server login error on some queries, but not all

    Issue resolved. I was pointed to the wrong server for the isse. Once I found the server it was actually going to, I update the linked server connection information and...

  • RE: Orphaned logins in SQL 2000?

    From BOL:

    When using Auto_Fix, you must specify user and password

    I do not know my users passwords and it would take a long time to do all of the logins one...

  • RE: Orphaned logins in SQL 2000?

    I move databases aaround quite a bit, so I created a little script to do this for all of the logins in the database.

    Mike

    DECLARE @sLogin VARCHAR(50)

    DECLARE cursor_LoginList CURSOR FOR

    SELECT NAME

    FROMsysusers...

Viewing 3 posts - 1 through 3 (of 3 total)