Results for "SP"
6 / 176 posts
Filter by Category
SQL Server Deadlock & Performance Monitoring Made Easy
Introduction In SQL Server, performance issues are very common. Sometimes queries run slow, sometimes users get stuck, and sometimes the system becomes unres...
PySpark Built-in Functions
...o compute things like sum, average, max, min, count, etc. PySpark functions come fr…
Spark session vs Spark context
In Apache Spark, SparkSession and SparkContext are both essential components, but they serve different purposes and have different scopes. Here's a detaile…
SQL Server Database Shrink Maintenance
...le (ya log file) ke size ko chhota karna by removing unused space . Matlab, agar tumhare DB me data delete ho gaya h...
sp_executesql in SQL Server
What is sp_executesql ? Every SQL Server developer reaches a point where they need to build a SQL query at runtime — where the table name, column list, or fi...
Dynamic Linked Server Management in SQL Server
Introduction In SQL Server, sometimes we need to connect with another database server. This is done using a Linked Server . But manually creating and deletin...