|
|
| |

What SQL Server editions support replication?
Answer:
SQL Server 2000 comes in six editions:
Enterprise
Standard
Personal
Developer
Desktop Engine
SQL Server CE
and supports the following replication types:
Snapshot
Transactional
Merge
This table shows what replication types are supported by the editions
of SQL Server 2000:
|
Editions
|
Snapshot
|
Transactional
|
Merge
|
|
Enterprise
|
Yes
|
Yes
|
Yes
|
|
Standard
|
Yes
|
Yes
|
Yes
|
|
Personal
|
Yes
|
Subscriber only
|
Yes
|
|
Developer
|
Yes
|
Yes
|
Yes
|
|
Desktop Engine
|
Yes
|
Subscriber only
|
Yes
|
|
SQL Server CE
|
No
|
No
|
Anonymous Subscriber only
|
SQL Server 7.0 comes in six editions:
Enterprise
Standard
Desktop
and supports the following replication types:
Snapshot
Transactional
Merge
This table shows what replication types are supported by the editions
of SQL Server 7.0:
|
Editions
|
Snapshot
|
Transactional
|
Merge
|
|
Enterprise
|
Yes
|
Yes
|
Yes
|
|
Standard
|
Yes
|
Yes
|
Yes
|
|
Desktop
|
Yes
|
Subscriber only
|
Yes
|
|
|
|