Solved

Rapport_queue

  • 7 November 2019
  • 2 replies
  • 62 views

Userlevel 2
Badge +4

We run into problems with our rapport_queue. Problem is that we have more than 1 process adding rows into the table. Sometimes there is a conflict. We think a unique id could help, so a key with seed. Is that possible, why is that not done?

icon

Best answer by Jasper 8 November 2019, 09:55

View original

2 replies

Userlevel 7
Badge +11

Hi eurban, 

I assume this is about the reporting service? 

You can set up the underlying data model as you wish, as long as the required stored procedures return the correct data. More info can be found here

Just update the `rapport_queue` table to use an identity field and you shouldn’t have any concurrency problems anymore.

Userlevel 2
Badge +4

Thanks Jasper

Reply