Skip to content

Jayanth Kurup SQL Guy

Everything SQL and More

  • Home
  • PowerBI
  • Simply Better Business
  • Business Intelligence
  • Contact Us
  • Clients and Testimonials
NOSQL / TSQL

Graph database Script- SQL 2017

Posted on: March 2, 2018December 30, 2023

Script for the video published here. CREATE TABLE Persons ( PersonId INT identity(1, 1) PRIMARY KEY ,PersonName VARCHAR(100) ) AS NODE INSERT INTO Persons SELECT ‘Batman’ UNION SELECT […]

TSQL / Uncategorized

How Random is the RAND() function? SQL, Chance and the universe.

Posted on: February 19, 2018December 30, 2023

I use the Random function quite a bit to generate dummy data. So recently I was interested to find out actually how random it is. Randomness implies that […]

AI-ML / Azure / MSSQL / Uncategorized

Configuring Polybase in MS SQL Server 2016

Posted on: November 16, 2017December 30, 2023

A bit late in the day but I figured I would add a post on how to configure MS SQL Server Polybase. Polybase is a feature of MS […]

administration

Can we use in-memory oltp instead of columnstore index for DW queries

Posted on: August 10, 2017December 30, 2023

Recently when having a chat with a client I was asked if it will be a good idea to replace a view with a static in memory table […]

administration / Azure / MSSQL

Scaling SQL Express with Stretch table feature

Posted on: August 2, 2017December 30, 2023

Recently I was asked by a client if the Stretch table feature will work with SQL Express and if so what the limitations are. This seemed like an […]

TSQL

Decimal datatype rounding

Posted on: July 17, 2017December 30, 2023

Recently I was asked this question about how decimal is rounding off values when doing a simple calculation. The question was DECLARE @x DECIMAL(38, 0) = 0 DECLARE […]

TSQL

Identity value skips after restart

Posted on: July 13, 2017December 30, 2023

Recently a client of mine had complained to me about an issue they were facing when restarts happen on a system. After a restart the system skips the […]

TSQL

Forcing Columnstore batch mode on Select * type query

Posted on: July 7, 2017December 30, 2023

Recently at a consulting project while working with tabular model I was asked about how we can force SQL Server to use batch mode on Columnstore index when […]

administration / Misc / TSQL

Weird ways I explain seemingly complicated SQL topics

Posted on: July 6, 2017December 30, 2023

Over the years I have accumulated some seemingly weird ways to explain topics within SQL Server. Usually in a training I find that participants are able to relate […]

administration / TSQL

Rebuild all indexes and statistics on Azure SQL database

Posted on: July 6, 2017December 30, 2023

Since Azure SQL databases are limited in what they expose to the management studio client we miss out on a lot of features within SSMS that we could […]

Posts pagination

Previous page Page 1 … Page 10 Page 11 Page 12 … 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