Viewing 15 posts - 7,381 through 7,395 (of 8,416 total)
It could be many things, but assuming you haven't forgotten to mention anything really important, one possibility is that the problem relates to one or more caches getting a bit...
July 28, 2009 at 4:37 am
Bruce W Cassidy (7/27/2009)
July 27, 2009 at 8:37 pm
Matt Miller (7/27/2009)
July 27, 2009 at 7:39 pm
. (7/27/2009)
Jeff already pointed out that it's not strictly correct, but I stand by my statement anyway. Just like string parsing or concatenation, if...
July 27, 2009 at 7:20 pm
Hey Mark,
My initial thoughts are that (a) the application version is being compiled to more optimized code; or (b) because the external connection executes outside the hosted environment, it is...
July 27, 2009 at 12:44 am
This excellent short article by Jeff Moden will give you a good idea:
http://www.sqlservercentral.com/articles/Best+Practices/61537/
Thanks
July 26, 2009 at 3:58 pm
I guess that makes sense in terms of the number of combinations available.
BTW congrats to the Springboks - they definitely deserved the win today, though we'll be back next week...
July 26, 2009 at 4:39 am
GilaMonster (7/26/2009)
ITDPNDS may not be allowed in the US, but it...
July 26, 2009 at 4:14 am
Even if you break the view up, the window function (ROW_NUMBER) will prevent it from being indexed.
You can't use MIN, MAX, ROW_NUMBER = 1 or similar tricks with indexed views.
There...
July 26, 2009 at 2:21 am
klnsuddu (7/24/2009)
July 26, 2009 at 2:16 am
Jeff Moden (7/26/2009)
Paul White (7/26/2009)
Still, $799 looks better as US$524 - is that expensive? I honestly don't know.
It's more than a week's pay for a lot of folks. ...
July 26, 2009 at 1:56 am
. (7/23/2009)
Functions can't call stored procedures.
Not strictly true - a CLR user-defined function can perform data access, including calling stored procedures.
The stored procedure code is subject to the same restrictions...
July 26, 2009 at 1:22 am
Jeff Moden (7/25/2009)
Holy Tamergatroid Bobalooie! Did you see the prices on those things???
Yes they went up recently - it used to be $599.
Still, NZ$799 looks better as US$524 -...
July 26, 2009 at 12:13 am
Talking of number plates, a guy who used to work at my place had SQLDBA as his plate.
I quite fancy this one or this one
Anyone got any clever ideas for...
July 25, 2009 at 8:46 am
SQLZ (7/23/2009)
July 25, 2009 at 8:36 am
Viewing 15 posts - 7,381 through 7,395 (of 8,416 total)