VirtualBox Cannot register the hard disk
This post shows you one of the possibilities to resolve the error message “Cannot register the hard disk” for the VirtualBox. You want to change the storage location of the VM then you get the...
View ArticleConvert VirtualBox vmdk to vhd for Hyper-V
This post shows you a way to convert VirtualBox to vhd for Hyper-V. It does not sound nice VirtualBox actually provide an exe command to convert the VM image, vmdk, that is compatible to VMWare, to vhd...
View ArticleOffice 365 Skype for Business will be obsolete
There might be this topic or rumour going around Office 365 right now. Skype for Business will be obsolete. It is actually true. When I logon to my newly registered Office 365 in Skype for Business...
View ArticleSQL Server finding the last update in database
I have been finding this for a while and tested a few links to find out which database has the latest update. I found the below one from the forum...
View ArticleRun Insert, Update, or Delete without commit in SSMS
This post shows to how to Run Insert, Update, or Delete without commit in SQL Server Management Studio. In some cases you do not want to actually delete or update the rows rather you want to see how...
View ArticleSSMS SET IMPLICIT_TRANSACTIONS Side Effect to SSIS
This post shows you the side effect to SSIS when you set the SET IMPLICIT_TRANSACTIONS in SSMS https://chanmingman.wordpress.com/2018/12/03/run-insert-update-or-delete-without-commit-in-ssms/. When you...
View ArticleWindows Server 2019 .NET Framework 3.5 installation failed
This post shows you how to install .NET Framework 3.5 Features in Windows 2019. I have Windows Server 2019 running. When I want to add a feature .NET Framework 3.5 Features. I checked the Internet was...
View ArticleASP.NET Web Form vs MVC facts
In this short article you will know the actually fact how successful is ASP.NET MVC in the .NET world. WYSIWYG Microsoft has captured almost 70% of the programming back then around 1993-2008 if not...
View ArticleMicrosoft documentation for end users, developers, and IT professionals
Here is the new look of Microsoft documentation Microsoft documentation for end users, developers, and IT professionals. You can find Azure, Visual Studio, SQL. Somehow I am yet to find Office 365...
View ArticleRyzen 2500U Hyper-V
If you are wondering whether Ryzen 2500U Hyper-V Can support Hyper-V. The answer is yes but you need to go to BIOS to enable the AMD SVM Technology.
View ArticleWindows 8.1 RT disk space cleanup
My Windows RT 8.1 in Surface RT only left with few 10s MB. I have tried many ways. Right click on C drive to clean up is totally meaningless here. Too bad that when Microsoft do update they have never...
View ArticleMicrosoft Access Northwind 2016 accdb download
To search the NorthWind template using Microsoft Access 2013 or 2016 may not work all the time. If you need a copy of accdb 2016 then you can get a copy here...
View ArticleMS Access VBA accessing to SQL Server
This article expect you know how to create a Form with a button in Microsoft Access. Like it or not they are still many Microsoft Access users out there today, like a group that I am teaching today....
View ArticleSSIS Edit Script… not openning
This post shows you one of the remedies when your Edit Script in SSIS is not opening in Visual Studio 2017. When you need to do is to uninstall the SSDT. Reinstall it with the option Install new SQL...
View ArticleSSIS Script Task Read Write Variable
This post I wanted to post for quite a while but keep forgetting. In order to use Variable in SSIS Script Task there is no Intellisense. You have to remember the exact syntax for it. Very first you...
View ArticleSQL Agent System.Runtime.InteropServices.COMException: Microsoft Excel cannot...
This post shows you one of the possible ways to resolve the error when you are running SQL Agent job and you keep getting the error “System.Runtime.InteropServices.COMException: Microsoft Excel cannot...
View ArticleSQL Server on Linux Posts You Might Find Helpful
This post get have the useful links to SQL Server on Linux. Wanted to share a few links based on various conversions with you all...
View ArticleSql Server Remove all tables
This post shows you how to remove all the tables in a database. Sometime you just need to refresh all the table but you don’t want to keep deleting and creating the same database. The sql statements...
View ArticlePower BI find Percentage on 2 columns in 2 different table
This post is showing how to find an average if you have sum of 2 columns in 2 different tables. For example, I have Sales 1 in Sheet 1. I have Sales 3 in Sheet 2. You will think to create a Measure to...
View ArticleHow to shuffle the fields in PowerApp
This post is showing how to change the fields’ position in the DetailScreen of PowerApp. This is a bit trick. I have a main page of PowerApp aa below. Click on The DetailScreen to display the detail...
View Article