Viewing 15 posts - 16 through 30 (of 49 total)
Yes I am using Service Broker.
Main problem is that service broker has stopped working and I think it may be because of this issue
January 20, 2012 at 3:49 pm
after killing the SPIDS repeatedly it seems to have resolved now. wierd !!
thanks Gail
January 20, 2012 at 2:09 pm
What are the values for the command column for the two system sessions that you've seen causing problems? Query sys.dm_exec_requests.
UPDATE
What are the wait types and wait resource for the sessions...
January 20, 2012 at 1:53 pm
I think here is what you needed Gail
session_idstatusblocking_session_idwait_typewait_timewait_resourcetransaction_id
52 suspended27 ...
January 20, 2012 at 1:45 pm
wait type is NULL
that 'Open Tran' I am talking about is blocking the drop as is evident from SP_Who2 'Blkby' column
January 20, 2012 at 1:41 pm
that doesnt tell me what command is running.
There is definately a blocking issue as even drop table and delete from is taking forever to delete one row from a table...
January 20, 2012 at 1:24 pm
well its still there and yes the connection is closed.
it says
Status: background
Command : Update
CPU Time :91156
DISK IO 6371
SPID : changed to 16 now.
its locking database and service broker has...
January 20, 2012 at 12:21 pm
What worked for me was windows update. Thanks
December 30, 2011 at 10:27 am
ok
Its actually an iterative call to a Stored Proc from .Net
and the proc runs super fast on SSMS. every call it fetches 2 to 3 rows and
returns data to front...
December 30, 2011 at 9:02 am
I explored Red Gate. My concern is more about how to maintain a proper sequence of scripts ...what goes when... if we have many drop columns and add columns its...
December 21, 2011 at 12:13 pm
GSquared,
I was reviewing code written by another developer and came across scenarios
where is he has been checking AND of two columns
Application ID and Application Mask
===========
..WHERE ApplicationMask & Application_ID =...
December 21, 2011 at 12:01 pm
Thanks, I will look into converting to Binary and compression.
December 21, 2011 at 8:26 am
Then in what scenarios would we need to decrypt data by HASHING it if the client application cant read it ?
December 20, 2011 at 11:03 am
I am looking to send BINARY data instead of XML in the Service Broker to reduce message payload.
I was thinking to HASH the string but then couldnt figure out how...
December 20, 2011 at 10:02 am
I found the table its sys.certificates.
When I send a message to the target queue, messages appears on sys,transmission_queue table with error message 'DNS lookup failed with error: '11001(No such host...
December 15, 2011 at 10:25 am
Viewing 15 posts - 16 through 30 (of 49 total)