Hello
We have a weekely batch job which transfer date from SQL server 7.0 to Oracle datbase. This consist of 15 stored procdedures and one master procedure which calls each procedure one-by-one.
We want to pin the execution plan of all these stored procedure to into SQL server memory , so that it cann't be aged out.
Is there any way to do this.
Please help
We have a weekely batch job which transfer date from SQL server 7.0 to Oracle datbase. This consist of 15 stored procdedures and one master procedure which calls each procedure one-by-one.
We want to pin the execution plan of all these stored procedure to into SQL server memory , so that it cann't be aged out.
Is there any way to do this.
Please help