Re: [RESOLVED] Copying Data
Unfortunate, but makes sense. This isn't something I'll be doing often, though. My migration path isn't a frequent one.
Re: [RESOLVED] Copying Data
I know you've resolved this but you still might find this link useful in the future. Check the first answer. Basically, instead of deleting and re-adding the users (which can be easy to muck up) you can simply use ALTER USER.
Re: [RESOLVED] Copying Data
Yeah, I knew I had to look more into users. It will become quite important soon enough. I have a second computer to install this on, and dealing with the users more efficiently is what I wanted to look at on that one....but first I had to decide what it was I wanted to do with that one...I keep changing my mind.
Re: [RESOLVED] Copying Data
I actually have a script that I use to look at all the users (based on name) in a DB and match that to the Server login. If they are different I update the SID in the DB user list with the SID in the server login list. That would normally clear my issues when I move databases between servers.