I'm trying to move a database using SSIS from one server to another.
I'm getting an error that is telling me that the new server does not have oldserver\aspnet as a windows user or group.
I do have a newserver\aspnet account and user set up for the database. It's pretty much identical to the one on the other server except that it has it's own server's name.
How do I get around the server name issue with the aspnet account?