Results 1 to 3 of 3

Thread: Its only a development server but ...

  1. #1
    Join Date
    Nov 2002
    Location
    cornwall
    Posts
    187

    Its only a development server but ...

    OK, it isnt the end of the world but i have been moving all SQL databases from one server to another in our development environment and think i have screwed up a bit.

    In essence, the users in each database are different to the logins in the security tab. IE, there are users in DB1 that dont appear in the logins list. Is there anyway of getting the security information uptodate? I move the databases by detach|file copy|attach into the nice shiny new server. I am running into all sorts of errors when i try to create users in security as it says the user alrady exists ...

    all thoughts welcomed, am steeling myself to start all over again!

  2. #2
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254

  3. #3
    Join Date
    Feb 2003
    Posts
    1,048
    When I move a db from 1 server to another, I generally delete the users in the db and then re-add all needed accounts.

    This approach works for me because I require that all objects be created with dbo as owner. You can't delete users that own objects in the database. If you have objects owned by users, you have to change the owner to dbo or delete the objects.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •