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

TSQL Stored procedure to get factorial of a given number

Posted on May 21, 2025 by Vincent Amedekah

This is one little stored procedure to get the factorial of a given number. Some of this little things make you very good in programming as you develop your logic building skills across different areas of computing. One important and good thing about programming is that, once you know the logic in accomplishing a task, […]

Read More

TSQL script to print the database ids and their corresponding names for all database on a server.

Posted on May 21, 2025 by Vincent Amedekah

This is also some cool tool you can use to retrieve the database ids for all databases on your server. I like writing this type of scripts because they come in handy and can help stop someones headache one day. Now, the logic l’m going to use is to find the maximum database id on […]

Read More

TSQL Stored Procedure that returns all tables in a given schema

Posted on May 21, 2025 by Vincent Amedekah

This is a little post to illustrate how to retrieve all tables in a given schema. This is a handy tool and can be used for various purposes. So lets call this procedure GetSchemaTables, it takes just one variable, the schema name. Remember this procedure has to be defined in the current database to which […]

Read More

TSQL Program to determine the day(Name) of the first day of each month in the current year

Posted on May 21, 2025 by Vincent Amedekah

In this post, l just want to show some cool programming skills and hopefully make it useful for any one interested in learning TSQL and use of variables and some date functions. The main purpose is to write a program that will return the day name such as Monday, Sunday etc of the first day […]

Read More

  • «
  • 1
  • …
  • 28
  • 29
  • 30
  • 31
  • 32
  • …
  • 53
  • »
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.
© 2025 KenteCode AI - All rights reserved.
  • Facebook
  • X (Twitter)
  • LinkedIn
  • More Networks
Share via
Facebook
X (Twitter)
LinkedIn
Mix
Email
Print
Copy Link
Copy link
CopyCopied