SQL vs progress processes

Vacation

New Member
Running Progress 10.1B
SQL server 2003

There is a process running called sqlservr.exe. I understand it is used to manage sql items. It uses a lot of memory.

So this got me to wonder how much does progress need sql services? If I disabled them, would crystal still work? etc.
 
ABL itself does not use SQL ... even the legacy SQL embedded in ABL, which few people use, is executed by the ABL engine. But, Crystal uses SQL, so no, Crystal would not work without it.
 
sqlserv.exe is the proces for MS SQL server. So has nothing to do with Progress.
The proces Progres uses for the sql connections to the database is called _sqlsrv2.exe.

Casper
 
Back
Top