I am trying to import all data from a database called a into one called b. When I run the import wizard I copy all the tables and everything looks good. However, it did not copy the stored procedures over. Therefore, I run the wizard again, but running copy objects..I then get an error saying that an object already exists...basically I am trying to find the best way to copy a database. Is the best way using a backup and restore??