Viewing 15 posts - 46 through 60 (of 198 total)
Thanks SQLRNNR.
That was definitely my first thought, but it doesn't really enforce the "two members per team" rule; whereas the other way around enforces it quite explicitly.
Maybe I should...
December 30, 2011 at 11:07 pm
Yea, I've come to that conclusion. I was trying to use that stat for a simple shortcut in this case. Should have known better!
Thanks all!
December 27, 2011 at 7:59 pm
Makes good sense. I'll have to study the plan. I would think the window and the self join end up with the same plan. Probably a good lesson to be...
December 25, 2011 at 6:00 pm
Thanks for the alternative. Hmm, sure is cleaner syntax wise. Interesting thing about it is that if I understand the execution plan correctly, it takes twice as long. Rather shocking!...
December 24, 2011 at 11:10 pm
I wanted to practice this scenario a time or two so I setup some tsql to cause a deadlock, and sure enough, it will cause a deadlock every time. I'm...
November 12, 2011 at 9:28 pm
Wow, thank you Gail. Chapter 42 is the clearest, most straight forward explanation I've ever seen regarding deadlocks. I would highly recommend it to anyone looking to deal with deadlocks....
November 11, 2011 at 11:45 pm
Thanks all for the great info. Sounds like I need to educate myself on deadlock graphs. I just happen to have the SQL Server MVP Deep Dives book on my...
November 11, 2011 at 11:57 am
Thanks SQLRNNR. That's exactly the problem. I didn't realize when using an expression to set the connection string to a variable, that variable needed to be set at design time...
November 8, 2011 at 3:43 pm
Perfect. I'll try option 3 first and see how it goes. If I have memory issues, I'll fall back to option 2.
Thanks!
October 28, 2011 at 10:06 am
My Bad! Rodrigo was exactly right! I chose the wrong option. I'm back in business
THANK YOU!!
May 27, 2011 at 10:33 am
This ALMOST works, but unfortunately, the installer will not allow me to upgrade the instance. Probably because it's already on the correct "version". I need to upgrade the "edition" NOT...
May 27, 2011 at 10:28 am
So if anyone else is interested. Here's the end product, and it seems to be working well.
First of all, I found what seems to be simple, reliable tsql base64 encoding/decoding...
March 22, 2011 at 6:29 pm
Viewing 15 posts - 46 through 60 (of 198 total)