Once the Visual Studio 2008 version of the SQL Server 2008 support CTP update has been applied to Visual Studio 2008, it will support the same features as described above for Visual Studio 2005 with its update applied This means that Visual Studio 2008 with the SQL Server 2008 support CTP update applied includes the following features:
-
Programmatic consumption of new SQL Server 2008 data types
-
Design-Time consumption of new SQL Server 2008 data types
-
Server Explorer view & edit SQL Server 2008 database objects
-
Server Explorer view SQL Server 2008 table schemas
-
Data binding for WinForms and WebForms projects
-
Deploy SQL CLR projects that target SQL Server 2008
-
T-SQL SQL CLR debugging for SQL Server 2008
-
Connect to SQL Server 2008 using LINQ to SQL and the LINQ to SQL Designer. Note you will not be able to consume new SQL Server 2008 Data Types (see below for SP1 information).
If you have also installed the ADO.NET Entity Framework and ADO.NET Entity Designer, you will be able to connect to SQL Server 2008 once the current SQL Server 2008 support CTP update has been applied but you will not be able to consume new SQL Server Data Types using the ADO.NET Entity Framework and the Entity Designer.
The SQL Server 2008 support update CTP for Visual Studio 2008 can currently be downloaded from:
http://www.microsoft.com/downloads/details.aspx?FamilyId=A999C84F-0FE5-4926-A1BF-4730D1CAA98C&displaylang=en
The released versions of this update, will be available in the coming months as part of the Visual Studio 2008 Service Pack 1 (SP1) beginning with the Visual Studio 2008 SP1 Beta 1.
With the release and installation of Visual Studio 2008 SP1 Beta 1 you will gain the following support:
-
Connect and consume SQL Server 2008 Data Types (Date, Time, DateTime2, DateTimeOffset and Filestream) with LINQ to SQL and the LINQ to SQL Designer
-
Connect and consume SQL Server 2008 Data Types (Date, Time, DateTime2, DateTimeOffset and Filestream) with the Entity Framework and the Entity Designer