|
2 |
edited tags
|
||
|
1 |
|
||
Problem calling stored procedure from another stored procedure via classic ASPWe have a classic ASP application that simply works and we have been loathe to modify the code lest we invoke the wrath of some long-dead Greek gods. We recently had the requirement to add a feature to an application. The feature implementation is really just a database operation requires minimal change to the UI. I changed the UI and made the minor modification to submit a new data value to the sproc call (sproc1). In sproc1 that is called directly from ASP, we added a new call to another sproc that happens to be located on another server, sproc2. Somehow, this does not work via our ASP app, but works in SQL Management Studio. Here's the technical details:
So without any errors, nor any reproducibility (i.e. through SQL Mgmt Studio) - does anyone know the issue? Our current plan is to break down and dig into the code on the ASP side and make a completely separate call to Server 2.sproc2 directly from ASP rather than trying to piggy-back through sproc1.
|
||||
