I just tried creating a connection to the SQL 2000 database in VS2010 Server Explorer using the .NET Framework data provider for SQL Server (compared to OLE) and found that it was not working.
VS2010 complained that I had to use SQL Server 2005 and above.
This was used to work in VS2008 (using the .NET Framework data provider for SQL Server instead of the .NET Framework data provider for OLE DB).
Is it just a limitation of VS2010 or the ability to connect to SQL 2000 with the .NET Framework Data Provider for SQL Server deprecated in version 2.0 used by VS2010 for .NET 2.0?
Does anyone know why this was done by MS (please do not speculate - I can do it myself;>)?
source share