HResults.DTS_E_FUZZYLOOKUPREFTABLETOOBIG Field

Definition

MessageId: DTS_E_FUZZYLOOKUPREFTABLETOOBIG MessageText: The reference table specified has too many rows. Fuzzy Lookup only works with reference tables having less than 1 billion rows. Consider using a smaller view of your reference table.

public: int DTS_E_FUZZYLOOKUPREFTABLETOOBIG = -1071611021;
public const int DTS_E_FUZZYLOOKUPREFTABLETOOBIG = -1071611021;
val mutable DTS_E_FUZZYLOOKUPREFTABLETOOBIG : int
Public Const DTS_E_FUZZYLOOKUPREFTABLETOOBIG As Integer  = -1071611021

Field Value

Value = -1071611021

Applies to