Skip to content

Jayanth Kurup SQL Guy

Everything SQL and More

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

Snapshot isolation level when database is set to read only.

Posted on: April 27, 2018June 20, 2025

Recently there was a question posted on #sqlhelp about why a database switched to Snapshot isolation level when you make it read only and then reverts back to […]

administration / Errors / TSQL

Cannot use row granularity hint on the table

Posted on: April 16, 2018June 20, 2025

Got approached with the below error message recently and thought it might be an interesting problem to look into. ProgrammingError((\’42000\’, 651, \'[Microsoft][SQL Server Native Client 11.0][SQL Server]Cannot use […]

administration / MSBI / MSSQL / TSQL / Uncategorized

#sqlhelp | should you remove indexes from tables before ETL?

Posted on: April 15, 2018June 20, 2025

Starting today we are introducing a new type of blog content which covers questions from #sqlhelp. We pick random questions from the feed and try to cover them […]

Database / Uncategorized

How secure is the Aadhaar/UIDAI database?

Posted on: March 26, 2018June 20, 2025

The recent discussion on how social media and Big Data is being misused to profile and categorize users is very serious. However most people don’t seem to grasp […]

NOSQL / TSQL

Graph database Script- SQL 2017

Posted on: March 2, 2018June 20, 2025

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, 2018June 20, 2025

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

Database / Uncategorized

Tracking DML Operations in SQL tables

Posted on: February 6, 2018June 20, 2025

Recently I was asked if there was a better way than triggers to perform audits on a table. Essentially the client has a number of tables and each […]

Database / Uncategorized

Speeding up database restores

Posted on: December 11, 2017June 20, 2025

This is a simple thing every DBA needs to do when they are done with installing SQL server. However it didn’t seem to be as popular as it […]

AI-ML / Azure / MSSQL / Uncategorized

Configuring Polybase in MS SQL Server 2016

Posted on: November 16, 2017June 20, 2025

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

Database / Uncategorized

Resetting WordPress Admin password

Posted on: November 15, 2017June 20, 2025

I recently forgot my blog admin password and thought I was in a heap of trouble until I came across this link. https://codex.wordpress.org/Resetting_Your_Password It explains how to update […]

Posts pagination

Previous page Page 1 … Page 14 Page 15 Page 16 … 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