You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I'm try to move SQL and applications to a new server on the same domain.. Only login that uses SQL is the SA login from the application. Do I need to be concerned with SA not working if the SID is different?
Gopal Ashok [MS]
unread,
Aug 26, 2003, 10:48:10 AM8/26/03
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Normally we maintain the same sid for sa on all installations, so you should not have a problem. In case you see any issues use sp_change_users_login to check for orphaned users and to fix it
Thanks Gopal
jb
unread,
Aug 27, 2003, 12:59:31 PM8/27/03
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
can you give me an example of running this with all the syntax.. looks like there are different options. thanks.