how to refresh a table in a subscriber

Answered how to refresh a table in a subscriber

  • Tuesday, December 25, 2012 8:31 PM
     
     
    hi
    i have two program ([U]App1[/U] And[U] App2[/U]) on two seperate system.on [U]App1[/U] there is a database named [U]DB1[/U] and on [U]App2[/U] there is a database named [U]DB2[/U].on DB1 i create a table named [U]Table_1[/U] .i define replication for DB1 to push publication (for table_1) .i define[U] DB2 [/U]as a subscriber to recive all changes on [U][DB1].[Table_1][/U]. every thing is ok but just one thing. when App1 and App2 both are running if i change the contents of [U][DB1].[Table_1][/U] this change only shown if one time i exit from App2 and rerun it . how can i refresh App2 without rerun it?
    a frind said to me it is posible with trigger.but how? i dont know how can i define a trigger for this reason . or any way that exist for this reason.

All Replies