I'm using ADO.NET and VB.NET to write some data out to a SQL Server Table. basically I am stepping through a DataTable and Inserting each row into a SQL Server Table. Well when I am done, and look at the table in SQL Server, the number of Rows it says it has is wrong (short a couple hundred), but when I export from that table into Excel, I have the right number of rows. Has anybody heard of this being a SQL Server bug?