How to optimize a Stored Procedure or SQL Query?

preview_player
Показать описание
1. Full .NET Interview Course (with PDF Book)

C# / ASP.NET Core / MVC / API - Top 500 Interview Questions

Don't worry if course not helping you, Udemy has 30 days Free Refund Policy.

2. Quick Revision Book (PDF format)

Top 500 .NET Interview Questions - OOPS/ C#/ ASP.Net/ MVC/ SQL /.Net Core /Web API

50% Discount Applied on above link.

My best wishes are with you.
Рекомендации по теме
Комментарии
Автор

A "dynamic query" is a query that's programmatically generated - say, by concatenating strings & variables to make a query.

formlessone
Автор

We need to create indexes and use sql profiler to find out the query performance. Based on that create the indexes on the columns that are used in joins.

girish
Автор

also use CTE and avoid using functions that are repetitive. instead create a table and u can write generative field

beyond_numbers
Автор

thank you, plz let me know what are dynamic queries

powerbiuser