Skip to content

Update PMDB.Wbs formatted names and Udf values in Pivot.sql #7

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Imran-imtiaz48
Copy link

Optimizations:
✅ Better Recursive CTE Processing: Avoid unnecessary joins in wbs_relate. ✅ Using FORMAT for Dates: Improves readability and avoids unnecessary conversions. ✅ Using NVARCHAR Where Needed: Prevents implicit conversion issues. ✅ Filtering Before Pivoting: Reduces data volume before applying PIVOT. ✅ Avoiding SELECT *: Explicitly selecting required columns for better performance. ✅ Removing Redundant 1=1 Conditions: These are unnecessary and don’t impact execution.

Optimizations:
✅ Better Recursive CTE Processing: Avoid unnecessary joins in wbs_relate.
✅ Using FORMAT for Dates: Improves readability and avoids unnecessary conversions.
✅ Using NVARCHAR Where Needed: Prevents implicit conversion issues.
✅ Filtering Before Pivoting: Reduces data volume before applying PIVOT.
✅ Avoiding SELECT *: Explicitly selecting required columns for better performance.
✅ Removing Redundant 1=1 Conditions: These are unnecessary and don’t impact execution.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant