Hi
I am provided with a rather large Access mdb (180MB+) every 2 hours and have an automated job in SQL Server which imports and processes the data from the mdb.
The problem that I have from time to time is that the mdb is incomplete or corrupt, yet SQL still manages to read what data there is (sometimes).
My question is - Is it possibly to somehow verify that the mdb is complete and in tact? The filesize does vary all the time (between 180 and 200 MB), so filesize checking wouldn't be the best option.
Any Ideas?
Thanks
Gary