Skip to content

Jayanth Kurup SQL Guy

Everything SQL and More

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

Adding a Quintillion

Posted on: June 10, 2018December 30, 2023

An interesting problem was asked on #Sqlhelp recently about adding very large numbers, in excess of 20 digits in SSAS tabular model. While most of us will find […]

Azure / MSSQL / TSQL / Uncategorized

Query to find size of tables in Azure database

Posted on: June 8, 2018December 30, 2023

Quick and dirty way to find the size of all tables in a azure database. DROP TABLE #list DROP TABLE #data GO CREATE TABLE #data ( name VARCHAR(100) […]

administration

Analyze Actual Execution Plan in SSMS

Posted on: June 1, 2018December 30, 2023

This might be a hidden gem in SSMS that most people aren’t aware of so I figured I would post about it. I recently used this feature to […]

administration / MSSQL

Plan reuse under Simple parameterization

Posted on: May 5, 2018December 30, 2023

Interesting problem came up today on #sqlhelp. A trivial plan results in multiple prepared Execution plans. To begin with let’s understand parameterization quickly. It is a mechanism that […]

administration / Errors

Snapshot isolation level when database is set to read only.

Posted on: April 27, 2018December 30, 2023

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

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

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

Security

The-certificate-chain-was-issued-by-an-authority-that-is-not-trusted-when-conn -FIXED

Posted on: April 9, 2018December 30, 2023

Interesting little problem came up today when migrating a database from Azure SQL database to local server. The connections sting in the web app had the following property […]

Database / Uncategorized

How secure is the Aadhaar/UIDAI database?

Posted on: March 26, 2018December 30, 2023

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

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

Posts pagination

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