Hi, As far as SQL Server replication goes, the best bet is http://msdn.microsoft.com/librarydefaul.asp?url=/library/en-us/replsql/replover\_694n.asp You could also learn to implement replication on the internet through the front end e.g using SQL Merge Replication Object for Merge Replication. The URL for the same is at MSDN , a few links below the link given above
_
_lakshmi
@_lakshmi
Posts
-
Replication -
Change Log On account of Win ServiceHi, Ive installed MSDE on my PC. By default at the time of installation the Log On account is LocalSystem. I needto change the same to a Domain account to enable certain SQL activities. I can access the Service through ServiceController (start and stop functions), but how do I change the Logon account information? Essentially what I need to do is 1)Access the service, 2)Stop the service 3) Change the Logon Account information 4) Restart the service Please help. Thanks