Hi all,
when querying a SQL Server Database using the Input Data Tool with "Microsoft OLE DB Driver for SQL Server", I get a limited result set.
For example, running the query "SELECT TOP 500000 FROM a" returns only 370,000 rows, whereas the same query using the ODBC Driver 18 for SQL Server returns all 500,000 rows.
However, if I query the first 300,000 rows, the results are as expected. It appears that the OLE DB driver is not considering the entire table for some reason.
Does anyone have any idea what might be causing this discrepancy?
Thanks!