A few years back I had tried upgrading my version of Outlook from 2013 to 2019. During this time I faced a number of issues and the most irritating one was that […]
Popular Posts
Trending Posts
Converting times across time zones
SQL 2025 Optimized locking in SQL2025
You Can’t Be King till You’ve Killed Someone
Fuzzy String matches in TSQL
Recent Posts
Editors Choice
Converting times across time zones
SQL 2025 Optimized locking in SQL2025
You Can’t Be King till You’ve Killed Someone
Fuzzy String matches in TSQL
Part 2:- Learning T SQL for beginners – Datatypes
In the previous post I talked about what Microsoft SQL Server programming language (T-SQL) is about. I also explained what a table is and what basic information is requires. In this […]
Part 1:- Learning T SQL for beginners- SQL, Tables and Nulls
Learning SQL is easy when you have a good understanding of the basics. Everything else is based on the basics and it’s been the same since RDBMS (relational […]
Query to find execution time of Jobs
Recently we have been facing couple of issues with regard to the way the jobs have been scheduled. To investigate this, we needed a query that can identify the execution […]
A simple script to decapitalize Column names
The below script can take column names for all tables in the database and provide the rename script to only capitalize the first letter. Sometimes we just want […]
My personal side effects with Covishield
This is a comprehensive list of side effects I faced after taking the Covishield vaccine. I took the vaccine on Wednesday and fully recovered by Friday. If you […]
Setting up and Configuring CUDA, CUDNN and PYTorch for Python Machine Learning.
To perform image classification its best to have a GPU to improve the speed of operations. To have everything working on a GPU you need to have Pytorch […]
keras.utils.generic_utils’ has no attribute ‘populate_dict_with_module_objects
This is an issue that arises as a result of the version incompatibility of the modules in Keras and tensor flow. The solution you find on google recommends […]
Simple Function to capitalize a string
Recently I was required to write a function that would capitalize the 1st letter in every word. This is a fairly common requirement and I felt that there […]
Boolean Hell – Missed rows when grouping in SQL
I was recently asked about the concept of Boolean hell and thought it would be a good post to discuss. Most database professionals should be familiar with the […]