Skip to content

Jayanth Kurup SQL Guy

Everything SQL and More

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

SQL 2019 -Batch Mode on row store

Posted on: November 3, 2019December 30, 2023

With the introduction of Columnstore indexes we got Vertipaq Compression and Batch mode as the execution mode. The latter results in much faster query execution where large number […]

Misc / TSQL

Tales from the crypt: – Passing multiple int values into a variable

Posted on: October 15, 2019December 30, 2023

Reference Post https://social.msdn.microsoft.com/Forums/en-US/7c04a296-3c26-4a43-ae63-bc90139f4ab3/error-converting-data-type-nvarchar-to-int?forum=sqlgetstarted I was browsing through the forums and found this question being asked. While the reason for the error is fairly obvious I felt it needed […]

administration / Misc

Generating TPC H data for testing

Posted on: October 14, 2019December 30, 2023

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 […]

administration

SQL 2019- Script for working with Resumable online indexes

Posted on: July 30, 2019December 30, 2023

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, 2019December 30, 2023

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, 2019December 30, 2023

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, 2019December 30, 2023

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 […]

administration / Database / MSSQL

SQL 2017 – Minor features

Posted on: March 14, 2019December 30, 2023

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, 2019December 30, 2023

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 […]

Errors / TSQL

SQL 2019:- Truncation Error message and where it fails

Posted on: December 6, 2018December 30, 2023

I was wondering if I should even bother checking this feature out since it was pretty obvious what it does and how useful it is. I can’t even […]

Posts pagination

Previous page Page 1 … Page 7 Page 8 Page 9 … Page 23 Next page

Please consider following

Subscribe

Recent Posts

  • 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
  • How to reduce the impact of mismatched collations in MS SQL Server
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