dbTalk Databases Forums  

sql2005 dynamic filters

microsoft.public.sqlserver.replication microsoft.public.sqlserver.replication


Discuss sql2005 dynamic filters in the microsoft.public.sqlserver.replication forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
S c o t t K r a m e r
 
Posts: n/a

Default sql2005 dynamic filters - 02-06-2006 , 07:02 PM






SELECT <published_columns> FROM [dbo].[ardly] WHERE ardly.dlysourcesalesman
IN (select slsmanno from filter2 where subscriber = HOST_NAME())

can I do something like this?

This works for the first sync, but change the values in filter2 cause no
effect, I'd like to look up multiple salespeople per HOST_NAME--


I can achieve this in a joined filter, but its too much data, inserts into
filter2 take awhile, and any over lapping data is resent to other
subscribers when I chg the values in filter2






Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.