views:

22

answers:

0

I have a SQL 2005 database that has a couple of publications set up to a SQL 2000 database on a separate server.

Some of these tables are prefixed with "company_live$TableName". However, I can see some in the SQL 2000 db that are prefixed with "company_limited$TableName".

I'm just wondering where these tables come from... is there any way to check where they are replicated from?

I've checked the properties of the publications to no avail.