CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2008
    Posts
    5

    Transforing Table in Sqlserver 2005

    How to transfor a table from one database to another.
    Help me sending sentax plz. oK.

  2. #2
    Join Date
    Aug 2003
    Location
    Sydney, Australia
    Posts
    1,901

    Re: Transforing Table in Sqlserver 2005

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured