We have multiple sites all running the same database schema on SQL Server Express.
We want to have our remote sites sales data collected into a central corporate database which is running SQL Server Enterprise.
I know we could implement multiple publishers with a central subscriber if we were running a different version of SQL Server at the remote sites, however, given our current software versions we need to implement a central publisher and multiple subscribers. But instead of pushing out data from our central publisher, we just want to collect the data from our remote subscribers.
Can this be done, and if so, how would it be set up?