1

How can I connect from vs2005 to remote Sql Server (Sql Server 2008 ) when I connect I have amessage mean that is not support connecting from VS2005 to Sql Server 2008

KHALID
  • 143
  • 5
  • 16

1 Answers1

2

Make sure you're running Visual Studio 2005 SP1 and then install this:

http://www.microsoft.com/downloads/details.aspx?FamilyID=e1109aef-1aa2-408d-aa0f-9df094f993bf&displaylang=en

You won't be able to design tables but you'll be able to amend the data and create/edit Stored Procedures.

bgs264
  • 4,572
  • 6
  • 38
  • 72