Viewing 4 posts - 1 through 5 (of 5 total)
Hi! I think I got to the bottom of this problem.
I've confirmed that deploying a trigger would recompile stored procedures that touch the underlying table. Thus it was a simple...
April 5, 2011 at 1:57 pm
Thank you so much for the responses. Sounds like people who uses Database Mail have no complains. Plus it is good to know it uses an actual email server to...
March 11, 2011 at 3:57 pm
The main search query is straight forward, here's the simplified version of it:
SELECT * FROM CONTAINSTABLE(dbo.SearchTable, (Col1, Col2), '(FORMSOF(THESAURUS,"keyword"))', 1000) AS FT
INNER JOIN dbo.IndexedViews IV (NOEXPAND) ON IV.ID = FT.[Key]
As...
June 4, 2010 at 5:34 pm
Thanks for the reply. I usually noticed that the CPU spikes when Task Manager is started. So I am always a bit leery seeing 2 people running Task Manager on...
May 11, 2010 at 12:44 pm
Viewing 4 posts - 1 through 5 (of 5 total)