Viewing 15 posts - 15,061 through 15,075 (of 18,923 total)
Can you normalise that system?
Can you post more details about the data you can access and the data you need to extract?
July 13, 2005 at 2:07 pm
It's probabely another table that needs to access this data with an opened transaction... Since no table can release the lock, it deadlocks...
can you run this next time??
exec sp_who2
find the...
July 13, 2005 at 1:19 pm
Your life as a Journeyman on ssc.com... will become veteran or something.
July 13, 2005 at 12:48 pm
If that doesn't work... can we see the code you're using the populate the variable (with the necessary info to reproduce the behavior)?
July 13, 2005 at 12:38 pm
Why should they tell you how to code the app?
How long does it take to run the report with a join?
You should not denormalize the db because someone in management...
July 13, 2005 at 12:30 pm
I'll be over by then end of the day at your current post speed.
July 13, 2005 at 12:16 pm
I still want more details... I never worked with those kind of systems.
July 13, 2005 at 12:10 pm
Hmm, you'd have to write a recursive sp to delete the absolete items (assuming you have no pre-defined limit to the recursive level). I think it would be simpler...
July 13, 2005 at 12:05 pm
I hate to have to do this, again :
73,32,97,103,114,101,101
.
July 13, 2005 at 12:02 pm
It only needs to be opened at the moment you open the report... once the query is passed on the server you can close the other form.
July 13, 2005 at 11:56 am
Viewing 15 posts - 15,061 through 15,075 (of 18,923 total)