Hi,
Actually I call on sp. That sp will update all table(P1,P2,P3,P4). First of all table date columns be null. Then call one sp, We pass two parameter
1. Date
2. Batch
All tables update date column based on batch
eg: update P1 set date=value where batch=value
some date value and batch send for update all table date columns. So only i ask how can send parameter dynamically.
Rathinam