Skip to content
The KenteCode AI Blog
  • KenteCode AI
  • Home
  • General
  • Data Analytics
The KenteCode AI Blog
  • KenteCode AI
  • Home
  • General
  • Data Analytics

About:vincentamedekah@gmail.com

Posts by vincentamedekah@gmail.com :

Create a simple C# code to output an 8X8 chest board

Posted on May 21, 2025 by Vincent Amedekah

This was a typical introduction to programming question. Create the pattern of a chess board that is 8 x 8.  Use X and O to represent the squares. This is what your output should look like. XOXOXOXO OXOXOXOX XOXOXOXO OXOXOXOX XOXOXOXO OXOXOXOX XOXOXOXO OXOXOXOX Below is a simple code l wrote to get this output. This […]

Read More

Move Multiple Files From Multiple Folders To One Folder Using SSIS

Posted on May 21, 2025 by Vincent Amedekah

This is a real scenario l had to deal with at work today. I had about thousand folders with multiple files and l wanted to move all these files to a folder on my network where an application will pick up the files and process them into my production database. I started googling for utilities […]

Read More

Using Temp Tables In Stored Procedures To Use In SSIS 2012

Posted on May 21, 2025 by Vincent Amedekah

I came across  the problem of using temp tables in stored procedures and selecting a result set from the temp table to return in SSIS 2012. I think it is very common using temp tables in stored procedures and to know that SQL server 2012 does not provide the same support for temp tables was […]

Read More

Programming in C# with Microsoft© Visual Studio© 2010(Course 10266A): Model 1 Review

Posted on May 21, 2025 by Vincent Amedekah

1. What is the purpose of the .NET Framework and the role of Visual C#? Answer: The .NET Framework 4 provides a comprehensive development platform that offers a fast and efficient way to build applications and services. C# is the language of choice for many developers. It uses a very similar syntax to C, C++, […]

Read More

  • «
  • 1
  • …
  • 15
  • 16
  • 17
  • 18
  • 19
  • …
  • 78
  • »
Vincent Kofi Amedekah

  • AI Automation: The Skill Powering the Future of Work
  • Airflow on Autopilot: Our CI/CD Workflow
  • From Reactive Firefighting to Proactive Resolution: The AIOps Revolution in IT Operations
  • How to ensure high quality data in our data systems
  • SQL Interview prep quiz 2 : Explain the difference between CTE and a subquery and give some advantages of using one over the other in OLAP vs OLTP systems
  • SQL interview prep quiz 1: Write sql code to print the letters of the English alphabet in upper case without explicitly writing the letters.
  • Evaluating car class using the k nearest neighbor algorithm from the scikit-learn Machine learning library in Python
  • Predicting the future price of Bitcon using time series analysis
  • Supply Chain Big Data Analysis To Predict Late Delivery Risk Of Customer Orders
  • Differences between aggregation and composition in Python Class
  • How to use analytic functions First_value and Last_value introduced in SQL Server 2012
  • How to use SQL Server extension ROLLUP to summarize data
  • Data profiling using SQL Server Integration Services – SSIS
  • OS questions
  • Restore database in sql server
  • Back up database in SQL Server.
  • Ping database in sql server.
  • Shrink database in sql Server.
  • Next word prediction application- Data Science Capstone
  • SQL Script to populate Date Dimension table in the Data warehouse.
  1. Home
  2. Articles Posted by Vincent Amedekah
  3. (Page 17)
© 2025 KenteCode AI - All rights reserved.