Sending picture over queue
I would like to connect 2 sql servers with message queue. One of attributes I need to send to target server is picture. In other direction I'm sending just status of message request (it is done,...
View ArticleCan the records in Transmission queue be modified with some utility?
I am looking for some utility/method to view & modify the records in the transmission queue. Could you let me know if there is definitely a way to do so?Thanks a lotJacky
View ArticleBroker auto disabled
I recently started to integrate broker service in to my NET server app to invalidate/refresh cached data as using through SqlDependency.However just found out "poison message" such as rollback and...
View ArticleMAX_QUEUE_READERS and Activated Procedures
If I set MAX_QUEUE_READERS =1 for a given queue, am I guaranteed to only ever have one instance of the associated activated stored procedure running at any time? I've run into an issue where it appears...
View ArticleMy Application need to have a feature for email send , but how ? Assistance require .
View ArticleService Broker and "the module being executed is not trusted"
We are having an issue executing a stored procedure from a queue in the Service Broker. Trying to executed the following stored procedure:EXEC usp_StoredProcedureQueue_Enqueue...
View ArticleService Broker conversations won't close
Below is the code currently used (not made by me). Our tempdb was filling up incredibly fast and when me and my coworker looked into it, we discovered that it's likely related to the service broker....
View ArticleService Broker conversations won't close [SOLVED]
Below is the code currently used (not made by me). Our tempdb was filling up incredibly fast and when me and my coworker looked into it, we discovered that it's likely related to the service broker....
View ArticleQuestion on Internal Activation Stored Procedure Security Context
CLR function has the following few lines which is invoked from Internal Activation Stored Procedure:SqlCommand command = Connection.CreateCommand();command.CommandText = "CREATE ASSEMBLY " + "\"" +...
View Articleresource governor with service broker
Is it possible to configure service broker to work with resource governor, currently all commands are being sent to the internal group but I want them to go elsewhere.
View ArticleA transport-level error has occurred in SQL Server when running...
I have done this a thousand times, that is, setup the AccessDatabaseEngine on Windows 7 running SQL Server 2008 R2. This time I have done somethings differently, for instance I have Office 2016...
View ArticleActivation Stored Procedure Not Firing
I am using SQL Server 2008 SP1. This is my first attempt to understand using the service broker. I have the following script to create the necessary message type, contract, queue and service.CREATE...
View ArticleSQL Server EventID: 28054 Service Broker
Service Broker needs to access the master key in the database 'db name'. Error code:32. The master key has to exist and the service master key encryption is required.What does this mean? Also How to...
View ArticleDBCC Checkdb failed
How do i resolve this error message?Command: DBCC CHECKDB ([Pedialink]) WITH NO_INFOMSGS, ALL_ERRORMSGS, DATA_PURITY Msg 2576, Level 16, State 1, Server SHSTNFDBV1, Line 1 The Index Allocation Map...
View ArticleHow to Prevent "CGI Generic Command Execution (time-based)" & "CGI Generic...
Hi Guys,Could anybody please help how to prevent the below vulnerabilities in SQL and web server.Is there any hot fix or package available to re-mediate the issue ?Thanks in advance.
View ArticleInternal queue internal activation starts a procedure more then 1 time at 1...
Hello, I need some help with a small problem.I have set my broker on one of my databases. After I insert a new row into a table a trigger automatically inserts's a message in a queue. That queue have...
View Articlesqldependency not working
so this is what i have done with no successran thisGRANT CREATE PROCEDURE to [IIS APPPOOL\AO] GRANT CREATE QUEUE to [IIS APPPOOL\AO] GRANT CREATE SERVICE to [IIS APPPOOL\AO]ran this USE...
View ArticleVery Large Error Log - SqlQueryNotificationStoredProcedure
Hi everyone; I have a SQL Server 2008 x64 showing strong growth Error Log. It seems to me a message related to the service broker, already searched in various places and have not found a solution....
View ArticleMessages Stuck in Service Broker Queue?
Hi,Messages get stuck in service broker under conditions that I do not understand.Client C1 creates new conversation, obtains conversation handle CH1 from server, then does a blocking read which...
View ArticleError 15517
please need help ..this the wrong message shown in my logAn exception occurred while enqueueing a message in the target queue. Error: 15517<c/> State: 1. Cannot execute as the database principal...
View Article