Skip to content

Jayanth Kurup SQL Guy

Everything SQL and More

  • Home
  • PowerBI
  • Simply Better Business
  • Business Intelligence
  • Contact Us
  • Clients and Testimonials
administration / Misc

Generating TPC H data for testing

Posted on: October 14, 2019June 20, 2025

A common requirement I have is to generate test data. Sometimes for trainings and sometimes for consulting work. As you may have seen from many previous video and […]

Database

SQL 2019 – Certificate Management within SQL Server Configuration Manager

Posted on: July 31, 2019June 20, 2025

Those of us who work with hybrid environments such as public facing data warehouse systems or Hybrid cloud infra will appreciate the ability to manage Certificates used by […]

administration

SQL 2019- Script for working with Resumable online indexes

Posted on: July 30, 2019June 20, 2025

Below is the script used in the video demonstrating Resumable online indexes feature in SQL 2019. https://youtu.be/xJTfyERfTkk USE master IF EXISTS ( SELECT 1 FROM sys.databases WHERE name […]

administration / Database / MSSQL

Tuple Mover Basics and the Updateable Columnstore index

Posted on: July 9, 2019June 20, 2025

When Microsoft introduced Columnstore indexes in SQL server 2012 a key limitation was the table could only be read from and not inserted. While the limitation itself has […]

administration / Database / MSSQL

Adaptive Joins SQL 2017

Posted on: June 20, 2019June 20, 2025

SELECT a.StateName ,a.CityName ,sum(flights) FROM Airports a INNER JOIN normalization_index n ON a.AirportSeqId = n.OriginAirportSeqID WHERE a.AirportSeqId > 1474703 GROUP BY a.StateName ,a.CityName SELECT a.StateName ,a.CityName ,sum(flights) FROM […]

administration / Database / MSSQL

94% Compression???? SQL Server from 1GB to 65 MB

Posted on: June 11, 2019June 20, 2025

In this video we go about taking data that is little over 1 GB in size and incrementally reducing its size all the way down to 65MB. This […]

Database

Drawing triangles using SQL Server – Fractals

Posted on: April 1, 2019June 20, 2025

If you play sports you know how much fun it is to do trick shots every once in a while. Occasionally I find myself with time on my […]

administration / Database / MSSQL

SQL 2017 – Minor features

Posted on: March 14, 2019June 20, 2025

There are a tons of minor improvements of features in SQL 2017 that nobody talks about so I figured before we all get swept up with SQL 2019. […]

administration / Database / Errors / TSQL

Finding candidate keys/Primary keys from data that needs to be imported

Posted on: January 3, 2019June 20, 2025

This is a continuation from the previous post where we went and inserted data from multiple CSV files into SQL server tables using linked server connection. Often the […]

MSBI

Adding CSV files as linked Server Connection

Posted on: January 2, 2019June 20, 2025

I often get a lot of migration projects where the data needs to port from CSV format into SQL Server. Here is a quick way I achieve it […]

Posts pagination

Previous page Page 1 … Page 11 Page 12 Page 13 … Page 36 Next page

Please consider following

Subscribe

Recent Posts

  • You Can’t Be King till You’ve Killed Someone 
  • Fuzzy String matches in TSQL
  • Executing Python Code in TSQL using SQL 2022
  • When is a date not a date in MS SQL SERVER?
  • The certificate received from the remote server was issued by an untrusted certificate authority
Log in

Categories

  • administration
  • AI-ML
  • AWS
  • Azure
  • Database
  • Errors
  • Misc
  • MSBI
  • MSSQL
  • MYSQL
  • NOSQL
  • PowerBi
  • Security
  • TSQL
  • Uncategorized
  • Wordpress
Log in
Theme Shaft Blog Powered by Kantipur Themes