SQL Server administration and T-SQL development, Web Programming with ASP.NET and Javascript, SAP Smartforms and ABAP Programming, Windows 7, Visual Studio and MS Office software Kodyaz Development Resources
Development resources, articles, tutorials, samples, codes and tools for .Net, SQL Server, Vista, etc.

Software Development



SQL Server 2008 connections are not supported on Visual Studio code name Orcas Beta1

I installed Visual Studio code name Orcas Beta 1 on my Windows Server 2008 Beta 3 along with the SQL Server 2008 aka Katmai CTP June 2007 successfully.

This installation shows that SQL Server 2008 is working fine side by side with the SQL Server 2005. If you have read my previous post http://www.kodyaz.com/blogs/software_development_blog/archive/2007/06/08/562.aspx you will remember that I failed to install the June CTP of Katmai on a computer where SQL2k is running.

I wanted to make a try how I can connect to SQL Server 2008 within Orcas IDE. I placed a SqlDataSource on the web page. I added a new connection on the data source configuration wizard of the SqlDataSource. I could connect to the SQL Server 2008 June CTP installation successfully, listing installed databases within the instance. So test connection succeeded. But when I clicked the OK button after the test in order to finish the creation of the new connection, the following error message is displayed unfortunately.

Microsoft Visual Studio

This server version is not supported. Only servers up to Microsoft SQL Server 2005 are supported.

Although the error message says that the SQL server version is not supported, you will see that the connection string to the Katmai CTP version is successfully defined and listed in the connection string dropdown if you open the Configure Data Source wizard of the SqlDataSource object.

The connection string is as follows;

Provider=SQLOLEDB;Data Source=kodyaz\sql2008;Integrated Security=SSPI;Initial Catalog=master

 

Published Saturday, June 09, 2007 2:47 PM
Filed Under:

Comments

 

eralper said:

<br />
Microsoft has realeased an CTP (Community Technology Preview) for Microsoft Visual Studio 2008 to support database connections for MS SQL Server 2008 today.<br />
<br /><br />
You can download Visual Studio 2008 Support for SQL Server 2008, Community Technology Preview from <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=a999c84f-0fe5-4926-a1bf-4730d1caa98c&DisplayLang=en" target="_blank" rel="nofollow">Microsoft Downloads</a><br /><br />
<br />

The releaed CTP enables MS Visual Studio developers to use VS2008 with MS SQL Server 2008 November CTP (CTP5).<br /><br />

<b>"This server version is not supported. Only servers up to Microsoft SQL Server 2005 are supported."</b> error message issue is solved after applying this CTP for VS2008.<br /><br />
Other enhancements coming with this update can be listed as follows:<br /><br />
<li>VS Server Explorer can successfully connect to Microsoft SQL Server 2008 and database objects (tables, stored procedures, views, etc.) can successfully be created and edited.</li>
<li>CLR projects can be created and deployed to MS SQL Server 2008 database instances</li>
<li>You can now debug t-sql stored procedures and CLR projects using VS2008</li>
<br /><br /><br />
You can read for more for the VS2008 Support for MS SQL2008 at download page of this 3.7 MB update.<br /><br />

February 19, 2008 12:16 AM
Anonymous comments are disabled

About eralper

Worked with Vignette , developed Tcl/Tk
Copyright © 2004 - 2012 Eralper Yilmaz. All rights reserved.
Community Server, by Telligent Systems