- Import/Export Wizard - Tasks|Export Data
- Create an SSIS Package
- Script Table As...
- Tasks|Generate Scripts...(This option will also let you script many properties of the table such as constraints, indexes etc. - Advanced)
- Use the script below. With this option, you need to delete the table from the old database manually after the action.
INTO NewDB.dbo.t1
FROM OldDB.dbo.t1