HResults.DTS_W_FUZZYLOOKUP_TOOMANYEXACTMATCHCOLUMNS Field

Definition

MessageId: DTS_W_FUZZYLOOKUP_TOOMANYEXACTMATCHCOLUMNS MessageText: There are more than 16 exact match joins, so performance may not be optimal. Reduce the number of exact match joins to improve performance. SQL Server has a limit of 16 columns per index, the inverted index will be used for all lookups.

public: int DTS_W_FUZZYLOOKUP_TOOMANYEXACTMATCHCOLUMNS = -2145352914;
public const int DTS_W_FUZZYLOOKUP_TOOMANYEXACTMATCHCOLUMNS = -2145352914;
val mutable DTS_W_FUZZYLOOKUP_TOOMANYEXACTMATCHCOLUMNS : int
Public Const DTS_W_FUZZYLOOKUP_TOOMANYEXACTMATCHCOLUMNS As Integer  = -2145352914

Field Value

Value = -2145352914

Applies to