Hi Everyone,
I have written a stored procedure, which actually
1. selects data from database1
2. inserts data to database2
3. inserts error information on database3.
What is the right place to deploy my stored procedure, I mean which place the stored procedure got to be executed so that it gets the maximum performance.
Thanks,
Ganesh