Categories
Geeky/Programming

VS.NET 2005 and SQL 2005 and Webhosting

Well, I finally installed SQL Server 2005 Beta 2 and VS.NET Beta 1 on a VMWare Image. Maybe I can start to play with it a little bit and check out the cool new features I have read about and seen in demos. Nothing like geekin out to get over post election blues? I also did some researching into some cheap web hosting tonight because a coworker and I are making a webpage for someone. We dontated it as a silent auction item in Aug. I had a hoster that was like 2 bux a month, but lost the address. The cheapest one I have found is like $6.95 a month.

Categories
Geeky/Programming

MSDN Event : SQL Server "Yukon" 2005

The next version of SQL Server is going to be released in 2005. We saw a preview of the IDE and some features that will be available.

One major point is that the IDE is integrated into one program (SQL Workbench) instead of two in SQL Server 2000 (Query Analyzer and Enterprise Manager). The new IDE looks slick and updated from the visual point of view. It also looks like it will make things easier, instead of having multiple places to update things, it is all in once place.

Another new thing with SQL Server 2005 is the way it works with XML. XML is a native data type in 2005, and also there are new commands to query the XML field, which look really cool if you want to stream XML into SQL Server

The last thing that we saw was the integration of the CLR into SQL Server 2005. You can created stored procedures, functions, triggers, and user data types in Visual Studio 2005 and then integrate them into SQL Server, which is really cool! Finally all the things that were really tough in T-SQL you can now do in VB.net or C#.

SQL Server “Yukon” 2005