I have a little problem. I am running a SQL2000 SP as follows
1. Creates a Temp Table
2. Inserts records from a count
3. Selects records from the temp table that match another table
4. drops the temp table
The problem is I cannot seem to tie the SP to an ADO recordset. I have many other SP's running so I know it's not my code. I tryed to Pause the app and no luck.
when running the SP from the server in Query Analyzer it takes about 20-30 seconds to complete.
maybe I am not doing the pause long correctly, I dont know.
Any Help would be appreciated
Thanks
1. Creates a Temp Table
2. Inserts records from a count
3. Selects records from the temp table that match another table
4. drops the temp table
The problem is I cannot seem to tie the SP to an ADO recordset. I have many other SP's running so I know it's not my code. I tryed to Pause the app and no luck.
when running the SP from the server in Query Analyzer it takes about 20-30 seconds to complete.
maybe I am not doing the pause long correctly, I dont know.
Any Help would be appreciated
Thanks