Viewing 5 posts - 1 through 5 (of 5 total)
OK, You lead me to a solution.
declare @val nvarchar(4000)
exec master.dbo.xp_instance_regread
N'HKEY_LOCAL_MACHINE',
N'Software\Microsoft\MSSQLServer\SQLServerAgent',
N'DatabaseMailProfile',
May 4, 2014 at 9:03 pm
OK, Thanks, got it now.
'Input' is not necessarily the same as 'table in the from clause'
Regards
Simon
May 4, 2014 at 5:53 pm
Thanks Guys,
Interesting but not really what I'm after.
To put it another way.
My Problem - I found one of my servers had the Agent Mail Profile unchecked, and it wasn't sending...
May 4, 2014 at 5:09 pm
Hi Jason,
a quick question, because I'm just not getting it straight in my head.
You said "For any joins, use the first (top) input to build the hash table and the...
May 3, 2014 at 1:38 am
From my course notes from SQLSkills IE1, module 10 Indexing strategies (Taught by Kimberly Tripp from sqlskills.com), Slide 37, Join Strategies :
"Hash join
Two-phsae operation (build, then probe): Build table(smaller...
May 1, 2014 at 5:50 pm
Viewing 5 posts - 1 through 5 (of 5 total)