sql - sp_FuzzyLookupTableMaintenanceInstall not found while running SSIS package -
I have an error while running an SSIS package:
DTS_E_OLEDBERROR returned an OLE DB error Is ..... "could not get stored functionality system. SP_FuzzyLookupTableMaintenanceInstall"
I connect to my DB and I am able to find the stored function.
sp_FuzzyLookupTableMaintenanceInstall sys assembly stored procedure 2008-11-24 14: 23: 08.930
I do not know what is happening.
I have installed: Microsoft SQL Server Management Studio 9.00.4035.00 Microsoft Analysis Service Client Tools 2005.090.4035.00 Microsoft Data Access Components (MDAC) 2000.086.3 9 59.00 Microsoft MSXML 2.6 3.0 4.0 6.0 Microsoft Internet Explorer 6.0 .3790.3959 Microsoft. Net Framework 2.0.50727.3082 Operating System 5.2.3790
Thank you for your support!
A very quick check value: Which version of SQL Server is running? Fuzzy lookup is one of the only features I'm thinking of.
Comments
Post a Comment