how to use Select into statement in SSIS ...that is copy data from one server to another server by creating table on the fly

Answered how to use Select into statement in SSIS ...that is copy data from one server to another server by creating table on the fly

  • 2012年3月7日 11:11
     
     

    I have a server A which has some tables....

    i want to copy all the data from the server A table to Servcer B which does not have any of the table created...(ie the tables are not physially present)

    How can i do the..something like this

    SELECT * INTO SERVER B Table from SERVER A Table

    how can i do the above in SSIS


    ilikemicrosoft

全部回复