rem
rem

Reputation: 17045

Visual Studio 2008 doesn't connect to SQL Server 2008

When I try to make a new data connection from a Visual Studio 2008 to a database on SQL Server 2008, it fails. It says, it supports SQL Server connections up to SQL Server 2005 version only.

What is missing in my installation? Or where are settings I should change?

Upvotes: 3

Views: 1218

Answers (1)

Pierre-Alain Vigeant
Pierre-Alain Vigeant

Reputation: 23083

You need to install the Visual Studio 2008 service pack 1.

See Microsoft Support for more information.

Upvotes: 5

Related Questions