hi friends,
- How do I backup 1500 rows of data in products table in a databaseDB1? (the last column is varbinary type for images)
- How do I insert backed up 1500 rows of data in to the products table (this one has 5 more columns)table in database DB2?
note: DB1.Products table has only 6 columns but DB2.Products table has added 5 columns thus a total of 11
note: I need to backup only the data (if possible) and insert them to the new table
I use sQL server 2008 r2 developer edition
thanks
I use Visual studio 2012 Ultimate and SQL server 2008 developer edition!