Monthly Archives: February 2020

SSAS for Visual Studio 2019

This post is showing you where to get SSAS installer for Visual Studio 2019. SSAS for Visual Studio is no longer install from SSDT. SSDT is already end of the story. SSAS is an individual project by itself. You can … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform | Tagged | Leave a comment

SharePoint users with permission but could not see some of the folders in Document Library

This short post shows you one of the possible ways to resolve the issue, SharePoint users with permission but could not see some of the folders in Document Library. Go to the folder in Document Library. Click the information and … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Office 365, sharepoint | Tagged | Leave a comment

SharePoint The attempted operation is prohibited because it exceeds the list view threshold enforced by the administrator

This post will show you one of the ways to loop the folder with hitting the error “The attempted operation is prohibited because it exceeds the list view threshold enforced by the administrator”. The pre-requisite for this article is that … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Office 365, sharepoint | Tagged | 1 Comment

PowerBIGatewayInstaller has stopped working Windows Server 2012

This short post shows you one of the possible ways to fix the PowerBIGatewayInstaller has stopped working problem. When run PowerBIGatewayInstaller then you might hit the following problem. To resolve this isn’t that hard. You need to make sure your … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform | Tagged | 1 Comment

SQL Server Merge rows using T-SQL

This post showing you how to do an incremental update between 2 database tables. This post is using the famous Northwind database for SQL Server. I have a source table named Products1 as below. To prepare for this demo. First, … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform | Tagged | Leave a comment

CTO articles (Feb 2020)

The following articles are the good read for CTO. I put them in Sway as well as the links below. https://sway.office.com/0bn8cgniE1UOZwpn?ref=Link Present Your Data Like a Pro https://hbr.org/2020/02/present-your-data-like-a-pro Are you ready to be a CTO? https://www.infoworld.com/article/3447737/are-you-ready-to-be-a-cto.html In-House Development vs. Software … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, CTO, Data Platform | Tagged , , | Leave a comment

Microsoft Graph get users

This post get you the complete code for getting the user from Microsoft Graph. You will find a link https://docs.microsoft.com/en-us/graph/api/user-get?view=graph-rest-1.0&tabs=http, Get a user. In order to achieve this, you need another link. The following code combine the code from the … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform, Office 365 | Tagged , | 2 Comments

The operation could not be performed because OLE DB provider “SQLNCLI11” for linked server was unable to begin a distributed transaction

The post shows you one of the possible settings to resolve the error “The operation could not be performed because OLE DB provider “SQLNCLI11″ for linked server was unable to begin a distributed transaction” when you executing something like : … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform | Tagged | Leave a comment

Blazor with static data

This article showing you how to add the array data into the Blazor page. I will create a 1. POCO class. 2. a Service class to insert the data. 3. add Service class to Startup.cs, 4. add Blazor Component to … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform | Tagged , | 3 Comments

ADO.NET with .NET Core CRUD

This post showing how to use ADO.NET to retrieve data in .NET Core. This has nothing new, it works back then since Visual Studio.NET 2002. Somehow it is it is new in .NET Core and people can still provide the … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform | Tagged | 3 Comments