Viewing 15 posts - 151 through 165 (of 471 total)
Interesting question that took some thought. Thanks for the explanation Hugo.
March 7, 2012 at 8:18 am
David Burrows (3/6/2012)
John Hanrahan (3/6/2012)
At least I got a...
March 6, 2012 at 2:01 pm
george sibbald (2/28/2012)
Koen Verbeeck (2/27/2012)
Quite easy, as the question on 7 February asked which role was the least privileged 🙂
explains the deja vu.
now we need a question on which role...
February 28, 2012 at 7:26 am
Henrico Bekker (2/24/2012)
select * from sys.dm_service_services --<-- As in the question, this doesnt exist
select * from sys.dm_server_services --<-- As in the...
February 24, 2012 at 8:08 am
GilaMonster (2/21/2012)I'd reference an article, but it hasn't been published yet. Refer to Kalen Delaney's SQL Server 2008 Internals, or Books Online.
Kalen Delaney's SQL Server 2008 Internals is a...
February 21, 2012 at 8:13 am
I have never seen the term Grace Hash Join before and I have been doing this for a long time. Is it named for Grace 'The Great' Hopper per...
February 20, 2012 at 12:28 pm
L' Eomot Inversé (2/18/2012)
Cliff Jones (2/18/2012)
DBA_Dom (2/17/2012)
bitbucket-25253 (2/17/2012)
SQL Kiwi (2/17/2012)
Cliff Jones (2/17/2012)
Interesting but I don't think I want my developers to discover the FORCESEEK hint.
This is completely the wrong approach,...
February 18, 2012 at 8:50 pm
DBA_Dom (2/17/2012)
bitbucket-25253 (2/17/2012)
SQL Kiwi (2/17/2012)
Cliff Jones (2/17/2012)
Interesting but I don't think I want my developers to discover the FORCESEEK hint.
This is completely the wrong approach, in my opinion. I...
February 18, 2012 at 9:23 am
SQL Kiwi (2/17/2012)
L' Eomot Inversé (2/17/2012)
I guess FORCESEEK always works, though (?).
Nothing always works :-). FORCESEEK will result in a plan with a seek operation on the hinted table...
February 17, 2012 at 12:12 pm
cengland0 (2/14/2012)
Cliff Jones (2/13/2012)
February 14, 2012 at 9:52 am
bminch (2/14/2012)
declare @sqlstring nvarchar (255)
set @sqlstring = 'use ' + 'master' + ' dbcc showfilestats'
execute sp_executesql...
February 14, 2012 at 9:09 am
L' Eomot Inversé (2/13/2012)
In the bad old days of SQL 2000 I used to solve this sort of problem using sp_rename.
Something like
if exists (select *...
February 13, 2012 at 1:37 pm
The question could have been worded a bit better but a good question none the less and an interesting discussion as always.
February 9, 2012 at 8:02 am
ganci.mark (1/31/2012)
I thought that there were limits imposed on the various memory components based on on the total amount of memory given to SQL Server.
For example:...
February 2, 2012 at 3:30 pm
Viewing 15 posts - 151 through 165 (of 471 total)