How to copy table from DB to DB ?
Thanks !.
How to copy table from DB to DB ?
Thanks !.
Code:SELECT * INTO SRO_VT_SHARD.dbo.Tab_RefNest from SRO_VT_COPY_SHARD.dbo.Tab_RefNest
I always use navicat :D best way how to copy, select and drop :)
Thanks :) !
Omg * *** wrong topic -.- ! Sorry.
How to copy table from DB to DB
UP
^what u cant read my post above or what ?
serend you post is not working for me !
LOL
you delete the table from the database you want to insert the table into
eg delete .Tab_RefNest from SRO_VT_SHARD
then run SELECT * INTO SRO_VT_SHARD.dbo.Tab_RefNest from SRO_VT_COPY_SHARD.dbo.Tab_RefNest