Problems Importing with Replace

  • I have a Data Warehouse im building up, but the Excel file im trying to import wont because, the data in one of my coloumns is to large even if i put it to varchar size 8000, i think its because there are spaces in sum of my cells, but i cannot go through about 400 000 cells to find them, so i tried using query builder in my import through Enterprize Manager using the Replace statement but it keeps returning the error 'Undefined Function 'REPLACE' in Expression' Im really struggling with this please can sumone help

  • If you are really in SQL Server 2005 then you could use the varchar(max) data type.

    Could you explain how you are doing the import (SSIS, DTS, Linked Server, OpenQuery)?

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply