Hi... can please someone tell me if there is a way to move data from a SQL Server 2014 partitioned table to a table to a different SQL Server 2008 server and keep the old Partitioned table as is. My table is on a Quarterly partition (based on date). Is this possible. If yes, please let me know the steps that needs to be done. Do you think I should create a base table in Sql server 2008 and create partitions and then move the data using BCP?
Thanks