Hi,
I have an issue when I load my script. One of the tables has an error when loading. I have 5 other tables load correctly in my script from the same source and they are all stored the same. When I execute the script I get:
OLEDB read failed
SQL SELECT *
From oas_docline
Anyone have any ideas?
It might be that the table is too big (about 7 million records) but one of the other tables is also pretty big. I get the same error though when I debug and only look at the first 10 records with "Limited Load".
Any solutions?