Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Merge Replication setup question

Author  Topic 

SQLServerDBA_Dan
Aged Yak Warrior

752 Posts

Posted - 2001-12-18 : 15:37:26
NT4 Server running: SQL Server 7 Standard edition (per server license)
Win 98 running: SQL Server Destop edition

Can you setup Merge replication between Win NT 4 Server and Win 98?


Daniel
SQL Server DBA

VyasKN
SQL Server MVP & SQLTeam MVY

313 Posts

Posted - 2001-12-18 : 16:12:44
Why's that question? Are you getting any licensing related errors? :) If so, there's an article on it at MSKB!

--
HTH,
Vyas
Check out my SQL Server site @
http://vyaskn.tripod.com
Go to Top of Page

SQLServerDBA_Dan
Aged Yak Warrior

752 Posts

Posted - 2001-12-18 : 16:17:47
quote:

Why's that question? Are you getting any licensing related errors? :) If so, there's an article on it at MSKB!

--
HTH,
Vyas
Check out my SQL Server site @
http://vyaskn.tripod.com



Hehehe. Yes I am getting an error about the license. I forget the exact error, but the agent fails due to it.

Can you post the KB ID? or perhaps a link to the article?

Daniel
SQL Server DBA
Go to Top of Page

AjarnMark
SQL Slashing Gunting Master

3246 Posts

Posted - 2001-12-18 : 17:47:55
Dan,

I know you said you were in SQL 7, but if going to 2000 is an option, Microsoft says that the MSDE 2000 (Desktop Engine) can do merge replication. They also state that the 2000 Desktop Engine is NOT related to the SQL 7 Desktop Edition, for better or worse.

[url]http://www.microsoft.com/sql/techinfo/development/2000/MSDE2000.asp[/url]

Another quote of interest re: SQL 7 Desktop from [url]http://www.microsoft.com/SQL/evaluation/overview/70/datasheet.asp[/url]:
quote:
Desktop
Identical to Server requirements with the following exceptions:

- You can also run it on Windows XP, Windows 2000 Professional, Windows NT Workstation 4.0, Windows 95, Windows 98, or Windows Me.
- Each installation of SQL Server Desktop requires a per-seat client access license for SQL Server 7.0; SQL Server Desktop will only interact with SQL Server in per-seat mode.



-------------------
It's a SQL thing...

Edited by - AjarnMark on 12/18/2001 17:48:49
Go to Top of Page

Tim
Starting Member

392 Posts

Posted - 2001-12-18 : 18:29:46
yep it's gotta be per seat licensing.

Then no problems with the setup you want....


EXCEPT that you can't modify your database once it is published... and MSMERGECONTENTS can't be purged and it is difficult to apply a snapshot from media... and the list goes on.

SQL 2000 fixes a lot of these hassles.

Go to Top of Page
   

- Advertisement -