I have an sqlAdapter that invokes a stored procedure. I'd like to change the name of the stored procedure. I thought I might edit the following in the schema file:
<xs:appinfo>
<msbtssql:sqlScript value="exec [gsproc_1101] @APPROVED_AMOUNT="1",…
But just changing the stored procedure name gsproc_1101 to the new name of the stored procedure doesn't work. What other points need to be manually changed in order for this to work?