Monthly Archives: March 2021

An unhandled exception occurred: Cannot find module ‘@angular-devkit/build-angular/package.json’ Angular Error

This short blog article shows you how to resolve the Angular error “An unhandled exception occurred: Cannot find module ‘@angular-devkit/build-angular/package.json’” when you are running ng serve. Use rm to remove node_modules directory if you are in Linux. In Windows, delete … Continue reading

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

SQL Server generate Create Table script using Excel VBA

This blog article shows you how to slightly simplify the generation of Create Table SQL script. The article expects you know how to run Excel macro. To make this macro work Cell A1 is always a file path where you … Continue reading

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

SQL Server Tail log backup and restore

This blog article shows you how to backup tail log and restore tail log. The while simulation code is below. You are required to have basic knowledge of SQL Server. There is no such command as BACKUP TAIL LOG. The … Continue reading

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

Digital transformation infographic

Meet today’s needs while preparing for an uncertain tomorrow. Learn how organisations and industries are accelerating their digital transformation to meet these new needs. Read here: https://bit.ly/3tZtqkk (I am not sure how long Microsoft will leave the link alive).

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

Sql Server generate create table script using C#

This blog article shows you how to generate a create table script for SQL Server using C# with Microsoft.SqlServer.Management.Smo library. This method below will generate the create table sql statement is the database. In my example, the database name is … Continue reading

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

CTO March 2021 articles and resources

These are the good reads found in this month. 7 enterprise cloud strategy trends for 2021 1. The business value struggle is real 2. Welcome to ‘Cloud 2.0’ and moreā€¦ https://www.cio.com/article/3137946/enterprise-cloud-computing-trends.html?upd=1613284784231 What is machine learning? Everything you need to know … Continue reading

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

Sql Server Generate Create Table Script Using Tsql

This blog article shows you a T-SQL script that can generate a Table Script without using UI. I have a table with 2 columns named Bank. The below T-Sql with generate the table script. DECLARE @table_name SYSNAME SELECT @table_name = … Continue reading

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

Windows Server install IIS using PowerShell

This blog article shows you how to install IIS in Windows Server with using Server Manager but PowerShell. You only to Enable-WindowsOptionalFeature -Online -FeatureName IIS-WebServerRole Enable-WindowsOptionalFeature -Online -FeatureName IIS-WebServer Enable-WindowsOptionalFeature -Online -FeatureName IIS-CommonHttpFeatures Enable-WindowsOptionalFeature -Online -FeatureName IIS-HttpErrors Enable-WindowsOptionalFeature -Online -FeatureName … Continue reading

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

The Way Forward with Digital Transformation Accelerated by a Pandemic

Explores the strategies that organisations have discovered to: Put employee and customer needs at the heart of decision making. Embrace new ways of doing business, breaking old models. Build on existing transformation initiatives and technology investments. Augment human capabilities with … Continue reading

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

How a consolidated security stack can reduce risks and costs

In this guide, you’ll learn about three primary benefits of a unified security solution: Consolidated security provides a more cost-effective solution Unified end-user experiences improve security without impacting productivity Integrated, best-in-class protection reduces cyber-risk Download the guide here: https://bit.ly/2OPehmf (I … Continue reading

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