SQL 2000 Stored Procedure Problem
- From: "Richard" <rich@xxxxxxxxxxxxxxxx>
- Date: Thu, 24 May 2007 08:06:22 -0800
Yesterday I spent hours searching the groups for a solution to this problem with no luck.
The issue is that a VB6 app I inherited has been running fine for years on SERVER1 (Server 2003 and SQL Server 2000). We moved the Database to a new SERVER2 (Server 2003 and SQL Server 2000) . The app has a mix of pass through SQL statements and I was in the process of converting them all to Stored Procedures. Five of the 14 routines have been converted to Stored Procedures. On SERVER1 all work fine.
On SERVER2 only the pass through routines work. Any that use Stored Procedures failed. I then wrote a simple Stored Procedure that returned just a text string - that worked - so it is not just a Stored Procedure problem . But as soon as I added a temp table to that "simple" Stored Procedure - it fails to return anything. All 5 of the production routines that fail use Temp tables.
I have tried every combination of permissions settings I could find and nothing seemed to work.
Anyone have any ideas here ?
Thanks!!
- Follow-Ups:
- Re: SQL 2000 Stored Procedure Problem
- From: Russell Fields
- Re: SQL 2000 Stored Procedure Problem
- Prev by Date: Re: SQL 2000 table deleted...
- Next by Date: Re: SQL 2000 Stored Procedure Problem
- Previous by thread: Re: SQL server jobs owner
- Next by thread: Re: SQL 2000 Stored Procedure Problem
- Index(es):
Relevant Pages
|