February 10, 2010 at 2:36 pm
Roy Ernest (2/10/2010)
TI am sure the OP will change his ways from thinking Cursors are fast...:-) The OP will probably see the light at the end of the tunnel..:-)
Whatever Roy is having, I want some! 😉
-- You can't be late until you show up.
February 10, 2010 at 2:39 pm
I really need to get into doing SB and event notifications - that looks like a lot of fun. 😎
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
February 10, 2010 at 2:40 pm
CirquedeSQLeil (2/10/2010)
Barry is in a smackdown mood today. That's two on the day.
Yeah, there's just something about feeling like I have a screwdriver jammed up my spine that makes me cranky.
Sorry folks... 🙁
[font="Times New Roman"]-- RBarryYoung[/font], [font="Times New Roman"] (302)375-0451[/font] blog: MovingSQL.com, Twitter: @RBarryYoung[font="Arial Black"]
Proactive Performance Solutions, Inc. [/font][font="Verdana"] "Performance is our middle name."[/font]
February 10, 2010 at 2:47 pm
RBarryYoung (2/10/2010)
CirquedeSQLeil (2/10/2010)
Barry is in a smackdown mood today. That's two on the day.Yeah, there's just something about feeling like I have a screwdriver jammed up my spine that makes me cranky.
Sorry folks... 🙁
Hmm, I just reviewed my posts for today, I think I have to post some apologies...:blush:
[font="Times New Roman"]-- RBarryYoung[/font], [font="Times New Roman"] (302)375-0451[/font] blog: MovingSQL.com, Twitter: @RBarryYoung[font="Arial Black"]
Proactive Performance Solutions, Inc. [/font][font="Verdana"] "Performance is our middle name."[/font]
February 10, 2010 at 2:47 pm
Barry,
That response reminded me of the Super Bowl ad with everyone smacking the backs of people's heads.
February 10, 2010 at 2:52 pm
OK, here's the first one:
Lynn:
I want to apologize for what I said about you in the "black-list" thread. I know that it wasn't derogatory, but it was condescending of you and your position in the communities on-going "bad behavior" discussion over the past year. I was trying too hard to make my point to that fellow and I did not fairly represent your position, I'm sorry.
[font="Times New Roman"]-- RBarryYoung[/font], [font="Times New Roman"] (302)375-0451[/font] blog: MovingSQL.com, Twitter: @RBarryYoung[font="Arial Black"]
Proactive Performance Solutions, Inc. [/font][font="Verdana"] "Performance is our middle name."[/font]
February 10, 2010 at 3:00 pm
Any tips on trying to debug why a SB activated stored proc doesn't do everything it is supposed to but when run in debug mode from SSMS it runs correctly?
At this point I'm just looking for tips. If I find myself hitting the wall too many times, I'll come back with more details.
Using SQL Server 2008 Enterprise Edition if that helps with the tips.
February 10, 2010 at 3:30 pm
Lynn Pettis (2/10/2010)
Any tips on trying to debug why a SB activated stored proc doesn't do everything it is supposed to but when run in debug mode from SSMS it runs correctly?At this point I'm just looking for tips. If I find myself hitting the wall too many times, I'll come back with more details.
Using SQL Server 2008 Enterprise Edition if that helps with the tips.
Yep, two tips
1) Goto my blog site and download my presentation "TheTop Ten Reasons You Aren't already using Service Broker", or "Top 10 Fixes for your first Service Broker project". It's actually got 15 tips in it, so it's more of a mega-tip.
2) The symptom that you are describing is most often caused by the restricted security context that the Activation Procedure runs under. In particular it typically cannot access non-public resources in other databases without some special setup.
[font="Times New Roman"]-- RBarryYoung[/font], [font="Times New Roman"] (302)375-0451[/font] blog: MovingSQL.com, Twitter: @RBarryYoung[font="Arial Black"]
Proactive Performance Solutions, Inc. [/font][font="Verdana"] "Performance is our middle name."[/font]
February 10, 2010 at 3:39 pm
RBarryYoung (2/10/2010)
Lynn Pettis (2/10/2010)
Any tips on trying to debug why a SB activated stored proc doesn't do everything it is supposed to but when run in debug mode from SSMS it runs correctly?At this point I'm just looking for tips. If I find myself hitting the wall too many times, I'll come back with more details.
Using SQL Server 2008 Enterprise Edition if that helps with the tips.
Yep, two tips
1) Goto my blog site and download my presentation "TheTop Ten Reasons You Aren't already using Service Broker", or "Top 10 Fixes for your first Service Broker project". It's actually got 15 tips in it, so it's more of a mega-tip.
2) The symptom that you are describing is most often caused by the restricted security context that the Activation Procedure runs under. In particular it typically cannot access non-public resources in other databases without some special setup.
Thank you, Barry. I will look at those this evening while Kylie is at church and I'm sitting at McD's.
February 10, 2010 at 3:40 pm
Steve Jones - Editor (2/10/2010)
Barry,That response reminded me of the Super Bowl ad with everyone smacking the backs of people's heads.
which one was that? I can't seem to find it.
[font="Times New Roman"]-- RBarryYoung[/font], [font="Times New Roman"] (302)375-0451[/font] blog: MovingSQL.com, Twitter: @RBarryYoung[font="Arial Black"]
Proactive Performance Solutions, Inc. [/font][font="Verdana"] "Performance is our middle name."[/font]
February 10, 2010 at 3:41 pm
Lynn Pettis (2/10/2010)
RBarryYoung (2/10/2010)
Lynn Pettis (2/10/2010)
Any tips on trying to debug why a SB activated stored proc doesn't do everything it is supposed to but when run in debug mode from SSMS it runs correctly?At this point I'm just looking for tips. If I find myself hitting the wall too many times, I'll come back with more details.
Using SQL Server 2008 Enterprise Edition if that helps with the tips.
Yep, two tips
1) Goto my blog site and download my presentation "TheTop Ten Reasons You Aren't already using Service Broker", or "Top 10 Fixes for your first Service Broker project". It's actually got 15 tips in it, so it's more of a mega-tip.
2) The symptom that you are describing is most often caused by the restricted security context that the Activation Procedure runs under. In particular it typically cannot access non-public resources in other databases without some special setup.
Thank you, Barry. I will look at those this evening while Kylie is at church and I'm sitting at McD's.
Heh. Poor guy. Both of those places are better than having to read some junk that I wrote. 😀
[font="Times New Roman"]-- RBarryYoung[/font], [font="Times New Roman"] (302)375-0451[/font] blog: MovingSQL.com, Twitter: @RBarryYoung[font="Arial Black"]
Proactive Performance Solutions, Inc. [/font][font="Verdana"] "Performance is our middle name."[/font]
February 10, 2010 at 4:12 pm
RBarryYoung (2/10/2010)
Steve Jones - Editor (2/10/2010)
Barry,That response reminded me of the Super Bowl ad with everyone smacking the backs of people's heads.
which one was that? I can't seem to find it.
Replacing the handshake with slapping the back of the head. Can't remember what company though.
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
February 10, 2010 at 4:20 pm
RBarryYoung (2/10/2010)
RBarryYoung (2/10/2010)
CirquedeSQLeil (2/10/2010)
Barry is in a smackdown mood today. That's two on the day.Yeah, there's just something about feeling like I have a screwdriver jammed up my spine that makes me cranky.
Sorry folks... 🙁
Hmm, I just reviewed my posts for today, I think I have to post some apologies...:blush:
I thought the SB one was amusing - and informative.
The black list one - I think a good point was made. But I think it is mostly for anybody coming after the fact.
I hope you didn't take my comment wrong - I made it in jest.
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
February 10, 2010 at 5:37 pm
CirquedeSQLeil (2/10/2010)
RBarryYoung (2/10/2010)
Steve Jones - Editor (2/10/2010)
Barry,That response reminded me of the Super Bowl ad with everyone smacking the backs of people's heads.
which one was that? I can't seem to find it.
Replacing the handshake with slapping the back of the head. Can't remember what company though.
That was a CBS network promo for one of the CSI shows.
February 10, 2010 at 5:52 pm
john.arnott (2/10/2010)
CirquedeSQLeil (2/10/2010)
RBarryYoung (2/10/2010)
Steve Jones - Editor (2/10/2010)
Barry,That response reminded me of the Super Bowl ad with everyone smacking the backs of people's heads.
which one was that? I can't seem to find it.
Replacing the handshake with slapping the back of the head. Can't remember what company though.
That was a CBS network promo for one of the CSI shows.
Probably NCIS - Jethro does that all the time
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
Viewing 15 posts - 11,311 through 11,325 (of 66,712 total)
You must be logged in to reply to this topic. Login to reply