[Migrated content. Thread originally posted on 26 January 2006]
We are in the process of implementing a system using Acu4GL for SQL Server and the performance is so slow that it is totally unusable. Our in house SQL guru looked at the SQL profiler and said that as far as he can see the SQL side is performing optimally. He also said that the bulk of the SQL Queries hitting the database was in the form of SQL Cursors.My question is this - Is anyone using SQL server with AcuCobol? Do you have performace problems? Have you made any changes to your Cobol code to include embedded SQL?
It appears to me that the Acu4GL creates queries in the form of SQL Cursors and this brings back the entire table. Many of our programs do a START and then a sequential read. I am thinking that we may have to change this to be embedded SQL that will select the records we want first.
Any ideas or observations appreciated!
Thanks!
John Roberts
Systems Engineer
Ciber
Law & Justice Solutions



