Click to See Complete Forum and Search --> : Transforing Table in Sqlserver 2005


Ashwini_
November 15th, 2008, 10:25 PM
How to transfor a table from one database to another.
Help me sending sentax plz. oK.

George1111
November 16th, 2008, 05:58 AM
If you just want to do this once, then I suggest you use DTS (SSIS in later versions)

SSIS comes with SQL Server 2005 Express I believe

If you need to do this regularly, then you need to do something else

Please post again if you need more information