Reading SQL server error logs and its configuration

Disclaimer: Hey Guys, this post contains affiliate link to help our reader to buy best product\service for them. It helps us because we receive compensation for our time and expenses. Introduction: Why SQL server errorlog files are extremely require, coz it captures system and user related errors and to troubleshoot the issue or as a pro-active …

Continue reading Reading SQL server error logs and its configuration

Find last statistics update & outdated and missing stats in Synapse SQL Pools

Disclaimer: Hey Guys, this post contains affiliate link to help our reader to buy best product\service for them. It helps us because we receive compensation for our time and expenses. Introduction: Azure Synapse Dedicated SQL Pools is that while they have auto create stats, there is no auto update stats. So statistics will become stale faster. …

Continue reading Find last statistics update & outdated and missing stats in Synapse SQL Pools

Enabling the legacy Cardinality Estimator Or Using New Cardinality Estimator Introduced with SQL server 2014

Disclaimer: Hey Guys, this post contains affiliate link to help our reader to buy best product\service for them. It helps us because we receive compensation for our time and expenses. Introduction: Microsoft re-written its legacy Cardinality Estimator in SQL server 2014 to help provide more accurate data to optimizer to prepare more efficient query plan thus …

Continue reading Enabling the legacy Cardinality Estimator Or Using New Cardinality Estimator Introduced with SQL server 2014

Monitor TEMPDB utilization in Azure SQL synapse analytics dedicated SQL pool

Disclaimer: Hey Guys, this post contains affiliate link to help our reader to buy best product\service for them. It helps us because we receive compensation for our time and expenses. INTRODUCTION: In this article we will look how to monitor tempdb usages in azure synapse dedicated SQL pool. PERMISSIONS: To query the DMVs in this article, …

Continue reading Monitor TEMPDB utilization in Azure SQL synapse analytics dedicated SQL pool

Monitor running sessions in Azure SQL synapse analytics dedicated SQL pool

Disclaimer: Hey Guys, this post contains affiliate link to help our reader to buy best product\service for them. It helps us because we receive compensation for our time and expenses. Introduction: In this article we will look how to use Dynamic Management Views (DMVs) to monitor your workload including investigating query execution in SQL pool. …

Continue reading Monitor running sessions in Azure SQL synapse analytics dedicated SQL pool

Bulk Insert operation to user in Azure synapse SQL pool

Disclaimer:Hey Guys, this post contains affiliate link to help our reader to buy best product\service for them. It helps us because we receive compensation for our time and expenses. INTRODUCTION: In this section, we will learn what permission are available that will help user to perform the bulk operation. In Azure synapse analytics, user with …

Continue reading Bulk Insert operation to user in Azure synapse SQL pool

Create custom roles for reader, writer & DDL admin in Azure synapse Analytics SQL pool

Disclaimer:Hey Guys, this post contains affiliate link to help our reader to buy best product\service for them. It helps us because we receive compensation for our time and expenses. INTRODUCTION: In this session, we will learn how to create custom roles as a replacement solution for db_reader,db_writer and DDL admin fixed database level roles. Please …

Continue reading Create custom roles for reader, writer & DDL admin in Azure synapse Analytics SQL pool

Create Login and Users In Azure Synapse Data warehouse

Disclaimer:Hey Guys, this post contains affiliate link to help our reader to buy best product\service for them. It helps us because we receive compensation for our time and expenses. INTRODUCTION: In this section, we will learn how to create login and users in Azure Synapse data warehouse. Azure Synapse Analytics is an unlimited information analysis service …

Continue reading Create Login and Users In Azure Synapse Data warehouse

Learning Linux basics (Tutorial-1)

Disclaimer:Hey Guys, this post contains affiliate link to help our reader to buy best product\service for them. It helps us because we receive compensation for our time and expenses. Introduction: Linux is a community of open-source Unix like operating systems that are based on the Linux Kernel. It was initially released by Linus Torvalds on September 17, 1991. …

Continue reading Learning Linux basics (Tutorial-1)