Viewing 3 posts - 1 through 4 (of 4 total)
You should check what type of locking procedure you are using; and by the time you want to view the data on your table; try to make use of NOLOCK...
_____________________________________________
[font="Verdana"]ToM™[/font] (Possibility will come out of nothing)
September 8, 2008 at 12:14 am
Actually Gila, I do it because I have multiple instance of application which calls this stored procedure, the duty of this SP is to get new request from my inbox...
_____________________________________________
[font="Verdana"]ToM™[/font] (Possibility will come out of nothing)
September 2, 2008 at 2:52 am
Thanks guys! My situation is this; I have source table from a server which is my Inbox.tbl and I have multiple instance of application that continuously reading this table ex:
DECLARE...
_____________________________________________
[font="Verdana"]ToM™[/font] (Possibility will come out of nothing)
September 2, 2008 at 2:49 am
Viewing 3 posts - 1 through 4 (of 4 total)