Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
SqlStunner
Starting Member
1 Post |
Posted - 2012-07-23 : 19:09:40
|
Hello,I compressed a table XYZ in Sql Server 2008. Now i need to insert some thousands of rows from another table ABC into XYZ.Insert into XYZselect * from ABC.As the table is compressed, the rows which we are inserting will be non compressed.How to insert rows with compressed state.Please reply.Thanks,SK |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|