Viewing 15 posts - 646 through 660 (of 5,685 total)
ROFL Steven!
Where the hell did you find that?! 😀 :w00t:
May 24, 2013 at 3:25 pm
Hey Chrissy,
A number of folks (myself included) would be happy to help you nail down your requirements and the like and help with the presentation. The best forums for...
May 24, 2013 at 3:23 pm
Thanks for the kind words folks, and I'm glad people can still get some distance from this article.
Dird, I'm sorry you disagree but just because it's common doesn't...
May 24, 2013 at 10:21 am
GilaMonster (5/22/2013)
Grant Fritchey (5/22/2013)
GilaMonster (5/22/2013)
Oh look... "I don't think that's right... " again. Anyone got a baseball bat? Or a punching bag?Will an Arkansas tire thumper work?
No idea what one...
May 22, 2013 at 4:20 pm
Lynn Pettis (5/22/2013)
May 22, 2013 at 3:09 pm
Need more data. What are you trying to group it by? All you're showing us is what appears to be half a query with the MIN/MAX. What...
May 22, 2013 at 2:15 pm
The only person I know around these parts who has gone deep enough into the internals to really understand costing and why a particular number would be x would be...
May 22, 2013 at 12:26 pm
ChrisM@Work (5/22/2013)
Is it just me or is there really a hike in hideously BS answers this week? Not on this thread of course, the "worker threads" (ahem).
Well, I've been around...
May 22, 2013 at 12:23 pm
Yeah, sorry, been working all night and hoped a quickie would get your answer for you. Got some time now so here's your query end to end:
IF OBJECT_ID ('tempdb..#test1')...
May 21, 2013 at 8:39 pm
rocky_498 (5/21/2013)
VALUES ('1','FirstValue','140/90','1','4')
INSERT INTO Test1
VALUES ('2','SecondValue','140/90','1','4')
INSERT INTO Test1
VALUES ('3','ThirdValue',null,'4','3')
INSERT INTO Test1
VALUES ('4','FourthValue',null,'4','3')
Select
* from test1 t1
...
May 21, 2013 at 7:59 pm
Costs are guidelines and SQL tends to overestimate XML breakouts in my experience. I don't see anything particularly strange here, however. Also, this is an estimated query plan.
Are...
May 21, 2013 at 4:59 pm
I don't usually say this but your problem is a bit too large for a forum post. The amount of details and discussion required to get into the nitty...
May 21, 2013 at 4:56 pm
tony28 (5/21/2013)
I read that- number of temp db files like CPU - 16 ? true or false ?
Rule of thumb before we starting getting rediculous amounts of cores....
May 21, 2013 at 4:46 pm
As usual, this conversation got away from my 'quick reply' ability to respond to the pieces, so my tardiness isn't ignoring it, it's wanting to make sure I had enough...
May 21, 2013 at 4:15 pm
Viewing 15 posts - 646 through 660 (of 5,685 total)