Klaus Aschenbrenner - Friday, February 22, 2008
A life between bits & bytes RSS 2.0
 Friday, February 22, 2008

Within the next months I'm doing some sessions at several conferences around the world:

  • DevWeek Conference (March 11 - March 14, London/UK)
    • Building asynchronous, distributed Service Broker applications
    • Scaleout scenarios with Service Broker
  • Team System Conference (April 22 - April 24, Munich/Germany)
    • Using Team Build 2008
  • European SQLPASS Conference (April 14 - April 16, Neuss/Germany)
    • ADO.NET Enhancements for SQL Server 2005
    • SQL Server 2008 and the GEOGRAPHY data type
  • DevTeach Conference (May 12 - May 16, Toronto/Canada)
    • Building asynchronous, distributed Service Broker applications
    • Service Broker enhancements in SQL Server 2008
    • Workflow driven Service Broker solutions

I'm looking forward to meet you at one of these events :-)

-Klaus

Friday, February 22, 2008 8:26:22 PM (Westeuropäische Zeit, UTC+00:00)  #    Comments [0] - Trackback
.NET German | ANECON | Conferences
 Wednesday, February 20, 2008

Today Microsoft has released the February CTP of SQL Server 2008. You can download the new CTP version from here.

-Klaus

Wednesday, February 20, 2008 9:06:31 PM (Westeuropäische Zeit, UTC+00:00)  #    Comments [0] - Trackback
.NET German | ANECON | SQL Server
 Monday, February 18, 2008

According to Bob, HTTP endpoints are deprecated in SQL Server 2008. With HTTP endpoints you had the possibility to expose stored procedures and stored functions as SOAP web services to the outside world of SQL Server 2005. But with SQL Server 2008 you have to choose some other ways, if you want to accomplish the same thing.

You could use ADO.NET Data Services  - formerly known as Project Astoria. With ADO.NET Data Services you can implement RESTful services over any type of data. You can also supply directly a stored procedure as input. So it seems that ADO.NET Data Services is the replacement for HTTP endpoints in SQL Server 2008 and any further version. This means also that the .NET runtime is getting more and more power on the Microsoft platform, because everything has to be done with .NET - also exposing stored procedures from SQL Server...

-Klaus

Monday, February 18, 2008 7:45:54 PM (Westeuropäische Zeit, UTC+00:00)  #    Comments [0] - Trackback
.NET German | ANECON | SQL Server
 Tuesday, February 05, 2008

Für den SQL Server 2008 Developer Day sind noch ein paar Restplätze frei - wer also daran Interesse hat, kann mir eine Email schreiben.

-Klaus

Tuesday, February 05, 2008 7:23:07 PM (Westeuropäische Zeit, UTC+00:00)  #    Comments [0] - Trackback
.NET German | SQL Server
 Tuesday, December 11, 2007

Die kürzeste Antwort zum Betreff meines Blog-Postings ist NEIN, Visual Studio 2008 und SQL Server 2008 November CTP können NICHT miteinander zusammenarbeiten. Sobald ich den Connection-String für die Design-Time Validation Database auf die November CTP Instanz verweisen lasse, und ein Datenbankprojekt anlegen möchte (ebenfalls auf der November CTP Instanz), bekomme ich eine Fehlermeldung, dass sich das Visual Studio 2008 nicht zur November CTP Instanz verbinden kann.

Wenn ich aber den Connection-String der Design-Time Validation Database auf eine SQL Server 2005 (SP2) Instanz verweise, funktionierts interessanterweise, obwohl das eigentliche Datenbankprojekt auf der November CTP Instanz ohne Probleme angelegt wird...

-Klaus

Tuesday, December 11, 2007 9:32:24 PM (Westeuropäische Zeit, UTC+00:00)  #    Comments [0] - Trackback
.NET German

The short answer to the subject of this posting is NO, Visual Studio 2008 Database Edition & SQL Server 2008 November CTP are NOT working together! If I try to create a new database project inside Visual Studio 2008 and have specified the SQL Server instance where I installed the November CTP of SQL Server 2008 (for the Design-time validation database and the "real" database), then I just get a error message that Visual Studio 2008 can't connect to the SQL Server 2008 instance.

If I change the connection string for the design-time validation database to a SQL Server 2005 (SP2) instance, then I can create a new Database Edition project on a SQL Server 2008 November CTP instance...

-Klaus

Tuesday, December 11, 2007 9:29:38 PM (Westeuropäische Zeit, UTC+00:00)  #    Comments [0] - Trackback
ANECON | SQL Server
 Monday, December 10, 2007

Seit heute gibt es auf Amazon.com mein neues Buch Pro SQL Server 2008 Service Broker zum Vorbestellen - wär doch ein schönes Weihnachtsgeschenk, oder? ;-) Wenn alles beim SQL Server Team glatt läuft, und der SQL Server 2008 im Q1/Q2 2008 erscheint, wird mein neues Buch ca. im Juni 2008 erscheinen.

Die Ausage "Mein Buch" stimmt ja nicht mehr ganz, da ich Remus Rusanu als Gast-Autor in dieser Ausgabe begrüßen darf. Remus war in den letzten Jahren bei Microsoft (in Redmond) als Software Engineer angestellt und hat hier direkt beim SQL Server Team am Service Broker mitentwickelt. Remus schreibt das komplette 12. Kapitel, dass sich der Administration und dem Troubleshooting von Service Broker Anwendungen widmet. Remus wird hier auch auf das Tool ssbdiagnose.exe eingehen, mit dem Sie in verteilten Service Broker Anwendungen Konfigurationsprobleme leichter finden können. Macht auch Sinn, dass Remus dieses Kapitel schreibt, da er derjenige ist, der ssbdiagnose.exe implementiert hat ;-)

-Klaus

Monday, December 10, 2007 5:12:44 PM (Westeuropäische Zeit, UTC+00:00)  #    Comments [0] - Trackback
.NET German

Since today Amazon.com lists my new book Pro SQL Server 2008 Service Broker for preorder. Regarding the expected delivery of SQL Server 2008 in Q1/Q2, I'll try to release the book in June 2008.

I also welcome Remus Rusanu - ex software develop engineer in the SQL Service Broker team - as an guest author. Remus writes the complete 12th chapter, where he talks about administration and troubleshooting of Service Broker applications. Remus will also write about the tool ssbdiagnose.exe that helps you to find errors in a distributed Service Broker configuration.

-Klaus

Monday, December 10, 2007 5:07:34 PM (Westeuropäische Zeit, UTC+00:00)  #    Comments [1] - Trackback
ANECON | SQL Server
 Tuesday, December 04, 2007

A few days ago, the SharePoint Product Group announced the WSS 3.0 and MOSS 2007 Service Pack 1. Here are some key features:

  • Support for Windows Server 2008, and therefore for IIS 7.0
  • AJAX support for building web parts
  • New STSAdm commands

Read more here.

-Klaus

Tuesday, December 04, 2007 10:02:46 PM (Westeuropäische Zeit, UTC+00:00)  #    Comments [0] - Trackback
.NET | ANECON

Brian hat einen sehr guten Blogeintrag verfasst, der beschreibt warum der SQL Server 2008 nicht mehr den IIS für die Reporting Services (Report Manager, Report Web Services) verwendet. Im SQL Server 2008 werden die Reporting Services direkt durch die Verwendung von HTTP.SYS gehostet.

-Klaus

Tuesday, December 04, 2007 9:54:44 PM (Westeuropäische Zeit, UTC+00:00)  #    Comments [0] - Trackback
.NET German | SQL Server

Brian has an excellent posting why SQL Server 2008 removes the dependency of IIS and hosts the Reporting Services stuff (like Report Manager & Report Web Services) directly inside the SQL Server 2008 process through HTTP.SYS.

-Klaus

Tuesday, December 04, 2007 9:53:03 PM (Westeuropäische Zeit, UTC+00:00)  #    Comments [3] - Trackback
ANECON | SQL Server
 Sunday, December 02, 2007

Am 28.02.2008 veranstalte ich den SQL Server 2008 Developer Day in Wien.

Der SQL Server 2008 Developer Day ist eine ausgezeichnete Möglichkeit, sich schnell und praxisgerecht auf den SQL Server 2008 ausbilden zu lassen. Bei dem Speaker handelt es sich um einen international anerkannten Experten, der sich bereits 1 - 2 Jahre professionell mit dem SQL Server 2008 beschäftigt, und daher bereits umfangreiches Know-How in diesem Bereich aufbauen konnte, und dieses in ausgezeichneter Qualität an die Teilnehmer weitergibt.

Themen

  • Die neuen SQL Server 2008 Datentypen
    • DATE, TIME
    • FILESTREAM
    • Spatial
    • HierarchyID
  • Table Valued Constructors
  • Table Valued Parameters
  • Data Compression
  • MERGE T-SQL Statement
  • Grouping Sets
  • SQL Server Extended Events
  • Change Data Capture
  • Declarative Management Framework

Die Anmeldung zum SQL Server 2008 Developer Day erfolgt hier.

-Klaus

Sunday, December 02, 2007 12:46:06 PM (Westeuropäische Zeit, UTC+00:00)  #    Comments [0] - Trackback
.NET German | ANECON | SQL Server
About the author/Disclaimer

Klaus Aschenbrenner provides independent SQL Server Consulting Services across Europe.

Klaus works with the .NET Framework and especially with the SQL Server 2005/2008 from the very early beginnings.

In the years 2004 - 2005 Klaus was entitled with the MVP award from Microsoft for his tremendous support in the .NET Community.

Klaus has also written the book Pro SQL Server 2008 Service Broker which was published by Apress in the Summer of 2008.



Contact
Klaus Aschenbrenner
Pichlgasse 16/6
A-1220 Vienna
Austria

© Copyright 2012
Klaus Aschenbrenner
Sign In
Archive
<February 2008>
SunMonTueWedThuFriSat
272829303112
3456789
10111213141516
17181920212223
2425262728291
2345678
Statistics
Total Posts: 231
This Year: 0
This Month: 0
This Week: 0
Comments: 145
Themes
Pick a theme:
All Content © 2012, Klaus Aschenbrenner
DasBlog theme 'Business' created by Christoph De Baene (delarou)