Viewing 15 posts - 2,386 through 2,400 (of 5,394 total)
In SQL Server 2005/2008 you can issue this:
select socket_count = cpu_count / hyperthread_ratio
from sys.dm_os_sys_info
In SQL Server 2000 I'm not aware of any way of querying this.
November 8, 2011 at 4:38 am
Duplicate post. No replies please.
See here for replies: http://www.sqlservercentral.com/Forums/FindPost1201808.aspx
November 8, 2011 at 3:18 am
Jonathan Kehayias describes a different method here:
Using a Certificate Signed Stored Procedure to Execute sp_send_dbmail[/url]
Hope this helps
Gianluca
November 8, 2011 at 3:16 am
This post on Paul Randal's blog should help:
November 8, 2011 at 2:15 am
I guess you're right Jeff.
It should be DLLHOST.EXE (default surrogate for out-of-process load). Since I have many of these running, choosing the right one to kill would be a russian...
November 8, 2011 at 1:56 am
BTW, I must be very low on that tree, because I was never able to make my point loud enough as to have all the sins I mentioned above fixed.
I...
November 7, 2011 at 5:17 pm
Tom, you made a very good point and it would be great if you gave me the permission to include your considerations in my article.
Indeed, there are good reasons to...
November 7, 2011 at 5:12 pm
Thanks Elliott, I already have tried that, with no luck.
But you made me remember a quite important thing:
The provider gets loaded out of process and I should probably kill the...
November 7, 2011 at 4:57 pm
GilaMonster (11/7/2011)
Ninja's_RGR'us (11/7/2011)
GilaMonster (11/7/2011)
Someone with more patience than I have want to finish this? http://www.sqlservercentral.com/Forums/Topic1197753-1550-1.aspx
So you're un-annoyed now? Or did we just transfer that from the op to us?...
November 7, 2011 at 10:41 am
onedaybefore (joindate) ==> DATEADD(day, -1, joindate)
November 7, 2011 at 9:57 am
Thanks Jason and Wayne!
I still have to wite a decent intro and include performance tests results.
I must warn you: lots of code in there.
Hope it turns worth publishing with your...
November 7, 2011 at 9:21 am
Totally different topic: this thread asks how to format datetime values in T-SQL.
I think this is a very bad habit to kick and I put together an article (well,...
November 7, 2011 at 9:05 am
You don't need to format dates.
Let the application do it.
November 7, 2011 at 8:21 am
Identical parameters? I would exclude parameter sniffing then.
Can you post tables + indexes definition and good + bad actual execution plans?
November 7, 2011 at 4:32 am
Viewing 15 posts - 2,386 through 2,400 (of 5,394 total)