gussifinknottle
Programmer
When I run the following stored procedure I get the error message displayed below. What am I doing wrong?
MY STORED PROCEDURE IS :
GetAssetTaxCal 3 , '1035' , 49 , 1 , '15 Oct 1996' , '15 Feb 2001' , 0 , 0
Output: NoOfResultRows:1 NoOfComputeRows:0
ERROR MESSAGE:
SQL Error:910: [Microsoft][ODBC SQL Server Driver][SQL Server]Could not allocate a new object descriptor for required system catalog in database '7'. Another database must be closed or objects in another database dropped in order to open this database.
MY STORED PROCEDURE IS :
GetAssetTaxCal 3 , '1035' , 49 , 1 , '15 Oct 1996' , '15 Feb 2001' , 0 , 0
Output: NoOfResultRows:1 NoOfComputeRows:0
ERROR MESSAGE:
SQL Error:910: [Microsoft][ODBC SQL Server Driver][SQL Server]Could not allocate a new object descriptor for required system catalog in database '7'. Another database must be closed or objects in another database dropped in order to open this database.