Web Analytics Made Easy - Statcounter

Category: SQL Server

Parameter Sniffing in SQL Server

Parameter sniffing in SQL Server happens when a query execution plan is generated using specific parameter values. Subsequent executions of the same query may perform...

Understanding of GDPR & HIPPA

Ensuring GDPR (General Data Protection Regulation) and HIPAA (Health Insurance Portability and Accountability Act) compliance involves a comprehensive approach to protecting sensitive data. Here’s a...

Window Functions in SQL Server

What are Window Functions? Window functions are a class of SQL functions. They perform calculations across a set of table rows related to the current...

Best Practices in SQL Coding

For any programming language, just writing the code is not well enough. It should be written using the best practices for getting optimise performance ....