cancel
Showing results for 
Search instead for 
Did you mean: 

Crystal Reports Causing Tables to Lock inside of SQL Server 2000 database

Former Member
0 Kudos

Crystal Reports causing my tables to lock while executing.

How can I modify the report so the tables inside of my SQL Server 2000 Database do not lock? Is their an no lock option I can set inside of the Crystal Report to prevent this from happening?

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

This was a known issue and has been fix. Install all the patches. It may also be that your DB is setting exclusive locks on the database. Check with your DBA or refer to the DB manual.

Former Member
0 Kudos

We also have this problem. Can anybody give a solution?

We use BO XI and SQL Server 2000.

Many thanks!

Former Member
0 Kudos

You can possibly use a command object and the NOLOCK option depending upon your db driver but dirty reads are never a good thing (reporting off data that is being added to, deleted or changed at the same time).