Forum Replies Created

Viewing 4 posts - 1 through 5 (of 5 total)

  • RE: Wierd trigger issue...

    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...

  • RE: Risk of enabling Database Mail ..

    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...

  • RE: Full Text Search intermittently produce inconsistent results

    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...

  • RE: Monitor CPU usage using Task Manager..

    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...

Viewing 4 posts - 1 through 5 (of 5 total)