When I run a query on BIDS, I see data, but it is old data, ID 1 to 52. When I run the same query on SQL Server Management Studio Express on the same table, I get the latest data, ID 1 to 138.
The query is:
SELECT * FROM FILENAME
What am I doing wrong?
Thanks,
Gary