Monthly Archives: March 2018

C# Merge two List collecions

This short post shows how to merge two List collections. In many forums you may find a method AddRange but how do you actually test it. This code below shows you how to test ir. class Program {   static void Main(string[] … Continue reading

Posted in .Net, Community | Tagged , | Leave a comment

SQL Server Data Quality Client running error

This short post shows you one of the possible ways to resolve SQL Server 2016 Data Quality Client error. What is SQL Server Data Quality Client? SQL Server Data Quality Services (DQS) is a knowledge-driven data quality product from Microsoft … Continue reading

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

Azure ML to SQL Azure

This post shows you how to Export Data from Azure ML (machine learning) experiment to SQL Azure. Many documents I found told you can export the data to SQL Azure from Azure ML but the way the taught you to … Continue reading

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

SSIS CDC state User::CDC_State is not well structured

This post shows one of the possibilities to resolve the error “SSIS CDC state User::CDC_State is not well structured”. This full error as below. This happen in your CDC Source normally. I[Shipper CDC Records [20]] Error: System.Exception: Value ILUPDATE/CE/0x00000031000001D80001/IR/Ox00000031000001650002//TS/2018-03-15T11:40:15.3532021/ of … Continue reading

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

Find the files created or modified on this week in Windows 10

This is quick tip on how to the files created or modified on this week in Windows 10. Open Windows Explorer, click on the Search textbox, click on Date modified, click on This week.

Posted in Cloud, Community, Computers and Internet, Operating System | Tagged , | 1 Comment

Microsoft Paint vs Paint 3D

This is one of the features that I found in Paint 3D but not in Paint. In Paint Zoom is nightmare. You cannot zoom to the percentage you want. In Paint 3D you can zoom to the percentage you like.

Posted in Cloud, Community, Computers and Internet | Tagged , , , | Leave a comment

C# Find the last Day of Week of the month

This blog gives the complete code of finding the Last Day of Week of the Month for example, Thursday, Saturday, and so. The idea of this post from forum, https://stackoverflow.com/questions/24245523/getting-the-first-and-last-day-of-a-month-using-a-given-datetime-object, is good but it only has the code snippet. I … Continue reading

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

SSMS Insufficient memory to continue the execution of the program

This blog provides one of the ways to resolve the error “Cannot execute script: Insufficient memory to continue the execution of the program” when you are using SQL Server Management Studio. Both of my SQL Server 2014 and SQL Server … Continue reading

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

Windows Server search file contents grey

This post shows you one of the possibilities to enable the Files contents search in Windows Server. As you can see from the below picture the File contents is grey. Go to Server Manager in Windows Server. Click Add Roles … Continue reading

Posted in .Net, Community, Computers and Internet, Operating System | Tagged , | Leave a comment

Control Internet bandwidth for Windows 10 update

In the past Windows 10 will take up whatever bandwidth you have for Windows 10. In version 1709 you can set how much bandwidth you want to allocate for Windows 10 update. This blog post shows you how to control … Continue reading

Posted in .Net, Community, Computers and Internet, Operating System | Tagged , | Leave a comment