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 :

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

TSQL Tutorial 27: Microsoft SQL Server Authentication

Posted on May 21, 2025 by Vincent Amedekah

I just want to talk briefly about how we can access sql server instance running either on your personal computer or on a network. Authentication is a big issue for any server because if some successfully passed this gate, they have access to your server and can do lot of things so SQL server provides […]

Read More

  • «
  • 1
  • …
  • 34
  • 35
  • 36
  • 37
  • 38
  • …
  • 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 36)
© 2025 KenteCode AI - All rights reserved.