views:

11

answers:

0

Hi, I'm trying to determine the best architecture for creating an oData web service for information held in a number of SQL Server Express instances. The web service should provide a consolidated view of the data. All the SQL Server Express instances have the same DB schema. I was initially planning to use SQL server replication however as I understand it SQL Server 2008 Express cannot be used as a publisher.

Any help or suggestions would be appreciated.