To get data from table in script from sql server 2005

Posted by Zerotoinfinite on Stack Overflow See other posts from Stack Overflow or by Zerotoinfinite
Published on 2010-05-13T18:51:31Z Indexed on 2010/05/13 18:54 UTC
Read the original article Hit count: 173

Filed under:
|

Hi Experts,

I am using sql server 2005

I have a table [say tblHistory] and this table contains 100 rows. I have created the same table at the server, but the table doesn't have the data, I want data from tblHistory to convert into

INSERT INTO tblHistory ------

so that I could run the script on the server to fill the database.

Please help, it's urgent

© Stack Overflow or respective owner

Related posts about sql

Related posts about sql-server-2005