Compare to Script Folder not finding Stored Procedure
DaveS
Posts: 6
I'm using 6.2.0.271 Pro. I'm comparing a script folder between a live database. All the objects show up in the compare except one stored procedure in the script folder. The stored procedure has a Service Broker dialog command in it. The command looks like this:
BEGIN DIALOG @dlgId
FROM SERVICE [//Audit/DataSender]
TO SERVICE '//Audit/DataWriter', @MADBGUID
ON CONTRACT [//Audit/Contract]
WITH ENCRYPTION = OFF;
When I remove this command from the stored procedure, the compare recognizes the stored procedure and it shows up in the compare. If I add the command back, the proc doesn't show up in the compare again. Does SQL Compare work with Service Broker commands in stored procedures?
BEGIN DIALOG @dlgId
FROM SERVICE [//Audit/DataSender]
TO SERVICE '//Audit/DataWriter', @MADBGUID
ON CONTRACT [//Audit/Contract]
WITH ENCRYPTION = OFF;
When I remove this command from the stored procedure, the compare recognizes the stored procedure and it shows up in the compare. If I add the command back, the proc doesn't show up in the compare again. Does SQL Compare work with Service Broker commands in stored procedures?
Comments
Thanks for the bug report
Simon