Hi,
I am getting following error at one of my client server while executing a stored procedure from GP. This sql procedure is being called from Dex.
SQL Error: 16915 - A Cursor with the name 'MyInsertCursor' already exists.
Same chunk file and sql proc is working fine in my Test server.
More details: I am doing "insert into table" inside the procedure. I am getting above error after this Insert. Through Profiler I got to know this.
Quick response is highly appreciated.
*This post is locked for comments