Viewing 2 posts - 1 through 2 (of 2 total)
I couldn't make your code work.
so I had to adapt it.
Also the table Code_Charge_Credit is missing, so I removed it.
CREATE TABLE dbo.CHARGECREDIT( PEOPLE_ORG_CODE_ID NVARCHAR(10) NOT NULL, ...
August 11, 2020 at 6:29 am
#3778849
many times it is due to the fact that your query is running against the MyDBName database and so there is an open connection.
August 5, 2020 at 1:01 pm
#3777483