Viewing 6 posts - 1 through 6 (of 6 total)
Google, the first port of call for all your obscure literature referencing needs 😀
Points well earned? Yes, sometimes it is better to admit you do not know something and seek...
April 23, 2010 at 1:23 am
Lost points but learned a feature difference between 2005 and 2008 so points well spent in my book
April 22, 2010 at 8:37 am
A good question about which i had no idea so had to take a guess.
With the question title of SSMS feature though i could only see one answer that represented...
March 24, 2010 at 3:11 am
You can use a left join checking for Null
select a.*
from TableA a left join TableB b
on a.id = b.id
where b.id is null
March 12, 2010 at 2:28 am
If you query sysprocesses when your experiencing the CPU pressure what results do you get back in terms of wait types?
Or if you have performance dashboard installed this will graph...
June 26, 2009 at 4:10 pm
Viewing 6 posts - 1 through 6 (of 6 total)