Monthly Archives: October 2022

The Next Generation of Sustainability Leadership

Addressing the increasing pressure to account for your organisation’s carbon emissions requires embedding sustainability across every aspect of your business. In this eBook, find out how sustainability leadership can accelerate your sustainability journey – and drive innovation as a result. … Continue reading

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

Power Automate Desktop (RPA) User Interface

This blog article shows you where to locate some of the items in Power Automate Desktop. When you open Power Automate Desktop you will see the following screens. Actions are the tasks Power Automate Desktop can perform such as Read … Continue reading

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

Microsoft Access VBA Edit data in Table

This blog article shows you how to Edit the Microsoft Access table data using the Unbound form with DAO. This article expects you to know Microsoft Access basic. Open the nw.accdb (you can download from the link at the bottom). … Continue reading

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

Microsoft Access VBA Create data in Table

This blog article shows you how to create the Microsoft Access table data using the Unbound form with DAO. This article expects you to know Microsoft Access basic. Open the nw.accdb (you can download from the link at the bottom). … Continue reading

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

SSIS Import UTF-16 BE File

This blog article shows you how to Import UTF-16 BE (big Endian) file to SQL Server database using SSIS. This article expects you to have basic knowledge of SSIS. Firstly, you need to install, at least, the following languages in … Continue reading

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

Microsoft Access VBA Read Table

This blog article shows you how to read the Microsoft Access table data using the Unbound form with DAO. This article expects you to know Microsoft Access basic. Open the nw.accdb (you can download from the link at the bottom). … Continue reading

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

Create Read Update Delete SQL Server data using Microsoft Access

This blog article shows you how to update Microsoft SQL Server using Microsoft Access. Firstly, create a Blank Database in Microsoft Access. Give the database a name, for example, nw.accdb. Click on the External Data tab. Click on New Data … Continue reading

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

Load-Balancing with ARR IIS on ports other than 80

The blog article shows you how to Load Balance with ARR on different port than port 80. You should read how to setup an ARR before configure the ARR to load balance a different port. To amend the port number … Continue reading

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

Best Practices for a Multicloud Strategy for ISVs

As an ISV or SaaS company, you can accelerate innovation, build apps faster and reach more customers by using multiple cloud assets that span multiple cloud vendors. In this eBook, Best Practices for a Multicloud Strategy for ISVs, explore best practices … Continue reading

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

PowerShell Write to Excel file

This blog article shows you how to write data to Excel using PowerShell. Below is the code snippet and the explanation in remarks on how the code works. # Declare the Excel object (you need to have Excel installed) $ExcelObj … Continue reading

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