Me aparecio este warning/error cuando revisaba un paquete de SSIS (SQLServer Integration Services).
Cannot retrieve the column code page info from the OLE DB Provider. If the component supports the “DefaultCodePage” property, the code page from that property will be used. Change the value of the property if the current string code page values are incorrect. If the component does not support the property, the code page from the component’s locale ID will be used.
Al parecer esto se soluciona en las propiedades del objeto, en la parte de AlwaysUseDefaultCodePage lo dejamos en True y la advertencia desaparece.
1Saludo



Comentarios Recientes