Skip to content
We are working on our new AI Platform. Contact info@kentecode.ai for more info
  • Home
  • General
  • SQL Server
  • Data Analytics
We are working on our new AI Platform. Contact info@kentecode.ai for more info
  • Home
  • General
  • SQL Server
  • Data Analytics

Category: SQL Server

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

Posted on October 6, 2012 by Vincent Kofi 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 October 6, 2012 by Vincent Kofi 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 October 6, 2012 by Vincent Kofi 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 August 5, 2012 by Vincent Kofi 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
  • …
  • 20
  • 21
  • 22
  • 23
  • 24
  • …
  • 31
  • »
Vincent Kofi Amedekah

  • 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.
  • 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
  • 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.
  • Machine Learning predicting quality of exercise performed using smart wearable device data.
  • Comparing accuracy of prediction of Alzheimer’s diagnosis by Machine Learning Algorithms Random Forest, Boosted Trees and Linear Discriminant Analysis to a stack prediction of all the three Algorithms.
  • Brief introduction to the R package caret for Machine Learning.
  • Notes on SDLC Models
  • SQL Procedure to allow registration of only employees of your company for your site.
  • ETL Process in Data Warehouse
  1. Home
  2. Archive by Category "SQL Server"
  3. (Page 22)
©2025 All Rights Reserved. KenteCode.ai