Received Microsoft 2011 MVP Award for SQL Server!

I’m extremely happy to announce that I’ve just earned Microsoft’s 2011 MVP (Most Valuable Professional) Award for SQL Server! My MVP profile is online at https://mvp.support.microsoft.com/profile/Lobel.

Microsoft recognizes independent software professionals who actively share their expertise and knowledge throughout the technical community with the MVP award. There are just over 4,000 MVPs worldwide, of which there are only 279 MVPs for SQL Server (as of October 2011). So it’s a great thrill and honor for me to join this very select group of dedicated individuals.

There’s nothing I enjoy more than helping other developers learn and grow, and that’s exactly what the MVP award is all about. So thanks to all of you out there for your readership, and I look forward to many more years of speaking and writing on SQL Server, .NET, and all things Microsoft!

10 Responses to “Received Microsoft 2011 MVP Award for SQL Server!”

  1. Mark's avatar Mark Says:

    Congrats Lenni! You deserve it. Your posts in SQL filestream programming saved me immense time an I hope to see more of the same.

    Mark

  2. pdelco's avatar pdelco Says:

    That’s awesome man! Congrats.

  3. Amy R's avatar Amy R Says:

    Congrats Lenni! Well deserved!

  4. cap_rus's avatar cap_rus Says:

    Congratulation for getting award , I have been using your filestream varbinary(max) column and helped me a lot.But still stuck on generating a different Tier layers to generate it . Even the Entity Framework 4. model doesn’t support it. I hope its time to write one more article about it. or some Strongly Typed Dataset to be generated either by some software or others.
    once again congrats.

    • Leonard Lobel's avatar Leonard Lobel Says:

      Thanks for the congrats. Not sure why you’re having difficulty with this. FILESTREAM is a total abstraction over the varbinary(max) data type, so you can build a typed DataSet against FILESTREAM by designating the BLOB column in your DataTable as a System.Byte[] type (that is, an ordinary byte array). I’ve done it before, and it works perfectly. The same should be true for the Entity Data Model in EF, though I’ve never tested it.

  5. Lei Niu's avatar Lei Niu Says:

    Congrats Lenni!


Leave a comment