June 2006 - Posts
There was a bug in SqlClient which could cause high CPU use. The scenario is a SqlClient application sends an attention to Sql Server but receives no acknowledgement from the server because the connection is broken. The bug lies in the logic of reading
Read More...
Now you don't have to log in in order to make a comment in my blog.
Read More...
Today Bill Gates announced his transition plans: http://www.msnbc.msn.com/id/13348456/ Essentially in two years, Bill Gates will transition away from a daily role at Microsoft to focus on the charitable work of the Bill & Melinda Gates Foundation.
Read More...
For certain size of data, SqlBulkCopy.WriteToServer() may throw a timeout exception, although it won't happen when MARS is turned on. The problem is caused by a bug in the code for handling some boundary scenarios. The workaround is to apply this patch:
Read More...
Exception Type: System.Data.SqlClient.SqlException Number: 3988 Message: New transaction is not allowed because there are other threads running in the session If you have ever seen this type of exception when talking to RTM SQL Server 2005 (but never
Read More...
There're a lot of resources online talking about ADO.NET: 1. Data Access and Storage Developer Center : official Data website at microsoft.com. 2. Data Access Blog : team's blog site. You may find information interesting from different team members. 3.
Read More...
It’s not easy for me to start out the first blog entry so I’ll make it succinct. My name is Bill Lin and I’m a developer on the ADO.NET team. As a dev, I’ve worked on the team for 8 months. I currently am working for SqlClient. Moving forward, topics
Read More...