User details need to transfer

  • Hi,

    I have doubt,

    How do transfer /backup of user accout details ?

    User Details :- User settings, login settings, etc...

    Thanks & regards

    Satish Saidapur

  • You can make use of sp_help_revlogin

    Pradeep Adiga
    Blog: sqldbadiaries.com
    Twitter: @pradeepadiga

  • Which version to version ?

    Muthukkumaran Kaliyamoorthy
    https://www.sqlserverblogforum.com/

  • User info or login info?

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • Hi,

    User login one server to another server..... How do i do?

    Thanks & Regards

    Satish Saidapur

  • saidapur_satish (12/29/2010)


    Hi,

    User login one server to another server..... How do i do?

    Thanks & Regards

    Satish Saidapur

    roxette (sorry, first thing that came to mind, i know its: how do you do)

    anyways the answer

    http://support.microsoft.com/kb/246133

  • saidapur_satish (12/29/2010)


    User login one server to another server..... How do i do?

    Server-level login or database-level user? Which one?

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • Hi Gail,

    I need database level login......

    Thanks & Regards

    Satish Saidapur

  • There is no such thing as a database-level login.

    Logins are server-wide, stored in the master database and allow connection to the server.

    Users are stored per-database, mapped to logins and have the database-level permissions

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • Hi Gail,

    Thank you, but what shall i do for test server user-login move to 2nd server databases....

    Thanks & Regards

    Satish Saidapur

  • If you've copied the databases over, the users will go along, they're in the DB, they're copied with the DB.

    For the logins, the link Marco provided should give you what you need. Be sure to include the SID in the script, otherwise you'll have orphaned logins.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

Viewing 11 posts - 1 through 10 (of 10 total)

You must be logged in to reply to this topic. Login to reply