Skip to content

Jayanth Kurup SQL Guy

Everything SQL and More

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

SQL 2016 – TempDB Optimizations are enabled by default Woot!!

Posted on: January 7, 2016December 30, 2023

Last year I had spent a decent amount of time writing about tempdb. With SQL 2016 a lot of those point are validated and enabled by default going […]

administration / TSQL

SQL 2016 – sys.dm_exec_query_stats upgraded version

Posted on: January 6, 2016December 30, 2023

This is one the most frequently used DMVs for DBA when troubleshooting performance issues and MS has been adding more columns to the DMV with every release. In […]

administration / TSQL

Sample Script for Partitioning

Posted on: January 5, 2016December 30, 2023

First we create the database CREATE DATABASE PARTITIONSAMPLE GO — SET THE CONTEXT TO PARTITIONSAMPLE DATABASE USE PARTITIONSAMPLE GO — ALTER THE DATABASE TO ADD A NEW FILE […]

administration / TSQL

SQL 2016 – Updatable Non Clustered Column store indexes

Posted on: January 4, 2016December 30, 2023

This might some as a big relief for those who use ODS for Reporting. Previously we have the following limitations with the below types of indexes Clustered Index […]

Database / TSQL

SQL 2016 – DATEDIFF_BIG

Posted on: January 4, 2016December 30, 2023

I don’t know about most guys out there but I personally feel this was a great addition to SQL 2016. I use the datetime2 function quite a bit […]

TSQL

SQL 2016 – Compress and Decompress – with a catch! Compress doesn’t always save space

Posted on: January 4, 2016December 30, 2023

While working at Thomson Reuters I was part of the Search and navigation team and we had a number of reports created around the data being analyzed from […]

NOSQL / TSQL

Creating a network graph in SQL Server

Posted on: December 30, 2015December 30, 2023

Over the holidays I have been looking to try out some new concepts in SQL Server and figured I should perform some analysis on all the emails I […]

administration / TSQL

Renaming all columns in a table quickly

Posted on: November 8, 2015December 30, 2023

Recently imported a table where the column names where quoted using double quotes which then became the table names , So a column name would be “Airline” instead […]

administration / TSQL

The hazards of data types when deleting data

Posted on: October 27, 2015December 30, 2023

Recently in one of the forums a question was posted where the developer had run a delete statement similar to the one below delete from #tmp where data […]

administration / TSQL

Does Partitioning Improve Performance?

Posted on: October 22, 2015December 30, 2023

Partitioning is a great feature for improving the way we manage our data. However we can also improve performance of select statements from the table as well. This […]

Posts pagination

Previous page Page 1 … Page 6 Page 7 Page 8 Page 9 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