SQLScholar
Programmer
Hey all,
I have a reporting server that has a table that i have set up so that via an SSIS package it can be having data uploaded at any time.
The upload conists of holding tables followed by a SP that opens a transaction and uploads the data into the tables used by SSRS.
Now if the last bit is still running - will this cause any kind of locks that will stop SSRS from reading the data?
If so can i stop this by setting an isolation level in SSRS? What Isolation level do you recommend? Snapshot? I dont want a dirty read, but a clean read from before the upload transaction started.
Many thanks
Dan
Dan
----------------------------------------
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind - Bernard Baruch
Computer Science is no more about computers than astronomy is about telescopes - EW Dijkstra
----------------------------------------
I have a reporting server that has a table that i have set up so that via an SSIS package it can be having data uploaded at any time.
The upload conists of holding tables followed by a SP that opens a transaction and uploads the data into the tables used by SSRS.
Now if the last bit is still running - will this cause any kind of locks that will stop SSRS from reading the data?
If so can i stop this by setting an isolation level in SSRS? What Isolation level do you recommend? Snapshot? I dont want a dirty read, but a clean read from before the upload transaction started.
Many thanks
Dan
Dan
----------------------------------------
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind - Bernard Baruch
Computer Science is no more about computers than astronomy is about telescopes - EW Dijkstra
----------------------------------------