Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4612234
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T01:22:33+00:00 2026-05-22T01:22:33+00:00

we have one db in an SQLServer instance that should be transferred to another

  • 0

we have one db in an SQLServer instance that should be transferred to another instance (let’s say dbname="testdb" with a user testuser).

This transfer works easily when we use SQL Server Management Studio (backup the database on the source machine and restore it on the target machine).

The problem is now that I can’t connect with the testuser on the target machine. It’s part of the db but not part of the SQL Server wide logins.

Now my question. How can I add the user from the db to the SQL Server logins?

Thanks in advance for any comments!

Cheers,
Helmut

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T01:22:34+00:00Added an answer on May 22, 2026 at 1:22 am

    What really helped me in the end was running the following SQL script (after restore)

    USE testdb;
    GO
    EXEC sp_change_users_login 'Auto_Fix', 'testuser', NULL, 'testpwd';
    GO
    

    This “connects” the database user “testuser” to the server login “testuser”. If no server login “testuser” exists a new one is created.

    For documentation please see http://msdn.microsoft.com/en-us/library/ms174378.aspx

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have one field that I need to sum lets say named items However
I have a program that stores user projects as databases. Naturally, the program should
I have an extensive maintenence plan on one sql server 2008 instance that I
I have created one user named tuser with create database rights in SQL server
We're using SQL Server 2000 Query Analyser, and one issue we have is that
We have one .exe application that uses one .mdb Microsoft Access database. I need
I have a SqlServer Compact Edition database that contains 2 tables. For each of
In SQL Server 2008: I have one table, and I want to do something
I have two SQL Server 2005 databases, one is for development and the other
I have a few SQL Server databases (all in one server), containing their own

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.