LIUG March 5th Meeting – Suburban Roadshow, SQL CLR and Service Broker

Date
5-6 Mar 2009 (Add to calendar) GMT
Venue
Hofstra University , Hempstead, US
Cost
Free

Two topics this month and joining the MSDN event!

MDSN Suburban Roadshow Charge: None Event URL: http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032404849&Culture=en-US
Event Title: MSDN Suburban Roadshow
Start Date/Time: 05-Mar-2009 1:00 PM - 9:00 PM Location: Hofstra University 200 Student Center, Hempstead, NY 11549 Room: Student Center Theatre, 0151

Following the MSDN Event will be the LI .NET Users Group Meeting

Please register at http://www.codezone.com/UGEventView.CodezoneCom?EventID=5827

SQL CLR for the .NET Programmer SQL Server 2005/2008 provides .NET developers with the ability to embed their assemblies in stored procedures, functions, triggers, and user-defined types. The value of this model is that functionality can be brought to the SQL platform that is not natively supported by SQL Server or simply out performs the T-SQL way of achieving a task. Implementing a .NET assembly in SQL Server is both powerful and surprisingly simple but this new tool is not the answer for everything. A little knowledge of when to use it, when NOT to use it, and a good working relationship with your DBA will go a long way towards making your efforts with SQL CLR successful. Presented by Matt Fritz - Applications Manager/Developer, Empire Merchants, LLC

SQL Server Service Broker for the .NET Programmer This will be a short discussion and overview of the SQL Server Service Broker (SSB) with an emphasis on what it can do and how to set it up. With the ability to do asynchronous, reliable, in order delivery of messages up to 2GB in size within a single database or across multiple servers and databases, SSB provides much potential. To help take advantage of this potential all the required elements will be demonstrated with examples of their creation, usage and management. Presented by Roger Coxon - Principal, Coxon Consulting, LLC

You might also like...

Comments

Other nearby events

Map

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.” - Brian Kernighan