Monthly Archives: January 2024

The future of banking in the era of AI

The future of banking is AI-powered. Start using generative AI today to help empower your employees, transform your operations and deepen customer relationships. Read the eBook, The Future of Banking in the Era of AI, to find out how AI solutions … Continue reading

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

How do I Search an SQL Server Database for a String

This blog article shows you how to search for a string in SQL Server database. The article aspect you to have SQL Server knowledge. Firstly, you can a Stored Procedure using the following code snippet. CREATE PROCEDURE FindMyData_String     @DataToFind NVARCHAR(4000), … Continue reading

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

Finding Data Source for Power BI report in Power BI Desktop

This blog article shows you how to find Data Source for Power BI Reports in Power BI Desktop. First, I will create 2 reports in Power BI Desktop, 1 is Customer and another is Supplier. Go to Get Data then … Continue reading

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

OLE DB provider “STREAM” for linked server “(null)” returned message “Multiple-step OLE DB operation generated errors

This blog article shows you one possible way to resolve an error “OLE DB provider “STREAM” for linked server “(null)” returned message “Multiple-step OLE DB operation generated errors.”. There are many articles in the web teaching you to execute a … Continue reading

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

SELECT INTO from MySQL to Microsoft SQL Server

This blog article shows you how to transfer data from MySQL to Microsoft SQL Server using SELECT INTO. In order to do that you first need to have a Linked Server to MySQL. In some of the web pages, you … Continue reading

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

Understand Developer Experience to Improve Business Outcomes

Give your business a competitive advantage by creating a better developer experience. Read this Forrester report to learn how to improve developer productivity, satisfaction and retention at your organisation – and get the best possible outcomes from your development teams. … Continue reading

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

Create a Linked Server to MySQL in SSMS

This blog article shows you how to create a Linked Server to MySQL in SSMS. First, you need to download and install the MySQL ODBC Driver. Create a System DSN using the MySQL ODBC Driver. In my case, I created … Continue reading

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

Run Python Script Image Save Not Working in Power Automate Desktop

This blog article shows you the workaround when you have a component Run Python Script in Power Automate Desktop and when you save the image to a local drive, and it will not save. For example, I copy and paste … Continue reading

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

Crop Image using Python

This blog article shows you how to crop image using Python. Certainly! You can use the Python Imaging Library (PIL) or its successor Pillow to achieve this. If you haven’t installed Pillow yet, you can do so by running: pip … Continue reading

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

Hype Cycle for Artificial Intelligence

According to Gartner, generative artificial intelligence has elevated AI discussions to new levels, pushing interest to boardrooms and heads of state alike. Data and analytics leaders must stay on top of the trends and track the trajectory of innovations to … Continue reading

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