Viewing 15 posts - 21,781 through 21,795 (of 22,184 total)
I had this query from Itzik too. I didn't want to use it in relation to the article. It works really well for populating a table of numbers, which, as...
May 29, 2007 at 5:14 am
WHOA!
Great post. Very nice solution. Scalable. That was something I honestly hadn't thought of. We were just having fun with the problem statement. But, in my, and my co-worker's, defense,...
May 29, 2007 at 5:12 am
I wouldn't recommend passing executable strings to the database just because each execution gets it's own plan. You want the system to reuse plans. Most of the time, in most...
May 24, 2007 at 6:36 am
No arguments there. We had a proc that was so poorly written that it took about 3 minutes to recompile. It too was called thousands of times a minute and...
May 24, 2007 at 6:29 am
And, if you do decide to split them, you can still use the original proc as a wrapper around the other two so that you don't have to re-write your...
May 24, 2007 at 5:25 am
I think you've already answered your own question. If the optimizer can generate a plan that kills performance then you need a method to avoid this. You could try forcing...
May 23, 2007 at 5:20 am
This is a part of Analysis Services. According to the books online you can turn this off through the Properties of the server in SSMS.
May 23, 2007 at 5:13 am
I did tech support for a bank in the early 90's and had to wear a suit & tie while pulling cable and crawling under desks. Dumbest damn thing in...
May 22, 2007 at 8:48 am
Guiness is OK, still not as good as a real ale. Corona? Blech! The best beer out of Ol Mehico is Bohemia. Great stuff. Hold the friggin' lime.
May 22, 2007 at 7:36 am
Actually, I haddn't thought of that, but yeah, in most cases this is probably quicker.
May 22, 2007 at 6:02 am
Ooh, Steve, if you're taking orders, grab a keg of something... how about Ruddles County. If not that, use your judgement.
May 22, 2007 at 5:11 am
I'm jealous Steve. English beer... Mmmmmm! A few pints of real ale and I'll hug everybody.
May 21, 2007 at 8:31 am
Looks like the SuppContacts table has one row for email with phone null & one row for phone with email null? Better design would probably be to seperate these into...
May 21, 2007 at 7:42 am
Viewing 15 posts - 21,781 through 21,795 (of 22,184 total)