We are installing a new instance of sql 2005 on a new server. These easiest way to move our user databases is to detach from sql 2000 server, copy the mdf and ldf to new 2005 server and attach. Is there a simple way of creating all the sql logins with passwords on the new 2005 server (assuming the user databases already have the database user setup from attaching)? Can we also transfer all the jobs (we have over 25 jobs on sql 2000)? I assume we need to create the backup device on the new server first? The data drives are different between the 2 servers.