Viewing 6 posts - 1 through 6 (of 6 total)
Hi Brian
I agree that a single de-normalized table is best with FTI. I created an indexed view which contains the fields from both tables and created the FTI on the...
May 11, 2020 at 3:57 am
Hi Brian
I had a look at using the union approach but it's not going to work. The query is actually more complex. It's dynamically generated based on how many search...
May 7, 2020 at 11:13 am
Hi Brian
I have added a non-clustered index to the foreign key:
CREATE NONCLUSTERED INDEX IX_WCContact_ContactId ON CS.WCContact ( FileId ASC)
I have updated statistics:
UPDATE STATISTICS [CS].[WCContact] WITH FULLSCAN
I ran the full query...
May 7, 2020 at 3:37 am
The file upload got rejected. Here is a link to download the file:
https://1drv.ms/u/s!AgdNTno_yQL5g8kC7isX-EBVjaZAMw?e=pmJIl2
Thanks for your advice. I will review and get back to you today.
May 6, 2020 at 11:10 pm
Hi Brian
I've saved the Execution Plan of the slow query and attached it here.
Here is the warning message:
Type conversion in expression (CONVERT(varchar(10),[c].[DateOfAquisition],103)) may affect "CardinalityEstimate" in query plan choice,...
May 6, 2020 at 4:34 am
Hi Brian
Thanks for getting back to me. I'll provide two version. The first version is without the OR which runs instantly. The second version is with the OR which takes...
May 5, 2020 at 5:07 am
Viewing 6 posts - 1 through 6 (of 6 total)