> I need to copy tables to other database in mssql
>
[quoted text clipped - 5 lines]
>
> http://www.sharewareconnection.com/copy-table-for-sql-server.htm
If you want to copy tables between different DBs, BUT on the same
server you can use sql http://www.w3schools.com/sql/sql_select_into.asp
If you want to copy tables to different server - use DB admin export
functionality...