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.
| Author |
Topic |
|
swati
Starting Member
2 Posts |
Posted - 2003-04-30 : 01:01:10
|
| Hello,Can anybody help me in giving answers of the following questions -1.I want to create multiple publications on one table and I would like toknow are there limitations on number of publications to be created on onetable?2.Can I pass parameters from the subscriber to the publisher in order toreturn the dynamic data as per the parameter? like select * from userTablewhere userid =?? is the parameter pass to the query for having the user specific data.Shall I have to create the userspecific publications?But this option willincrease the number of publications as the user increases.Can I achieve therequired functionality by passing the dynamic query to the replicationpublication?Is it possible?3.Can I join more than 2 tables in the dynamic filter query using thereplication wizard?I am using sql server2000 for creating publications using merge replicationand transferring data on sql server ce as a subscriber.The earliest help will be most welcome.Thanks in advance.Regards,Swati |
|
|
|
|
|