Skip to main content

Goodbye to my vTSP / P Seller access into the Microsoft network

I have been quiet busy getting my certifications for my Microsoft vTSP and P-Seller membership. What helped me enormously is the information available in the Microsoft organisation. Microsoft colleagues are struggling with the same problems and have to be certified like all of us. 

Unfortunately Microsoft Corporation has decided that the vTSP / P-Sellers will no longer be part of the Microsoft organisation by the end of this month. That will certainly make the front runner job as a P-Seller / vTSP more complicated. 

So this blogpost is a bit of goodbye to my Microsoft integration. 

It was great because I had direct contact to Microsoft colleagues like Ned Pyle, Ryan Sokolowski, Conor Cunningham, Henk van der Valk, Brian Smith, Chris Buehler, Michael Rys, Vivek Gupta and others. It was a privilege to work with you all. 
 
Since Satya Nadella has become CEO of Microsoft a wind of change has taken over Microsoft. Away is the arrogance and the "we are the best" that was part of the Steve Balmer culture. It is now "lets do business together" and "lets see what we can do to make your business as smooth as possible". 

Microsoft's core business is making software and to sell it. Steve Balmer made Microsoft a marketing managed organisation with products like Windows Millennium, Windows Vista, Windows 8, etc. or in other words a money making machine pushing updates onto the users telling them they will get "the best ever" when in fact that was not the case. 

To me Steve Balmer was the life incorporation of a car sales manager doing software: you have to stuff that shitty new model nobody wants on your customers while you know that it breaks down too often and it will cost a fortune to maintain but that is business. Do it : Seal the Deal!

With Satya Nadella Microsoft has become again the enthusiastic developer community that it was in the beginning that shared everything including its enthusiasm for technology and progress. 

Really, Microsoft is hot and an organisation that can meet and beat the competition. Mark my words.

Comments

Popular posts from this blog

Privacy and the liberty to express yourself on LinkedIn

Unaware that LinkedIn has such a strong filtering policy that it does not allow me posting a completely innocent post on a Chinese extreme photography website I tried to post the following: "As an Mpx lover I was suprised to find out that the M from Million is now replaced by the B from Billion. This picture is 24 Bpx! Yes you read this well, 24 billion pixels.  Searching on the picture I stumbled on a fellow Nikon lover. If you want to search for him yourself you can find him here: http://www.bigpixel.cn/t/5834170785f26b37002af46a " In my eyes nothing is wrong with this post, but LinkedIn considers it as offending. I changed the lover words, but I could not post it.  Even taking a picture and post it will not let this pass:  Or my critical post on LinkedIn crazy posting policy: it will not pass and I cannot post it.  The technology LinkedIn shows here is an example what to expect in the near future.  Newspapers will have a unified re...

How to run SQL Server 2016 with In-Databasse R on Windows 2016 CTP5

For those who like me tried to run SQL Server 2016 with In-Database R might have run into the same problem as me: In-Database R or the LaunchPad service gives a timeout and won't start. I did several clean installations with different configuration options - for instance I like to put my data on another disk than the system disk - but in the end I tried to do the next, next, next, finish install to see if it something in the setup options is hard coded in there (yes, it happens developers!). For some reason this problem is related to Windows 2016 and not on Windows 2012R2 and I hope the SQL Server team will soon resolve these issues because they are in one word a bit sloppy.  There are 2 issues (maybe even 3 so I give this one also):  The R setup does not create the ExtensibilityLog directory in the "C:\Program Files\Microsoft SQL Server\MSSQL13.MSSQLSERVER\MSSQL\Log" directory The R setup sets the number of users in the SQL Server Launchpad service to 0 it is pos...

SQL Server 2016 Stretch Database

One of the new options in SQL Server 2016 is to store cold data in Microsoft Azure. The idea behind it is that doing so could be far less expensive than storing the data locally. It sounds great but the reality is a bit different. in this blog post I will share my experiences with this feature.   Stretch database or the first steps versus "Distributed database" Looking closer at the feature of Stretch Database it incorporates actually the separation of data in a table over multiple servers. There is a main server and a back-end server that both contain a part of the data in your table. The back end server has currently to be in the Azure cloud. The front end can be in the Azure cloud to. When a query is fired on the table both front end and back end servers work together to get the data.  The MSDN Library shares an interesting picture: What this picture shows is that in the Azure cloud a SQL Server Database is created that stores all or a part of the cold data. The da...