All Questions
Tagged with dynamic-programming sql
2 questions
1
vote
1
answer
71
views
Dynamic SQL query for count data
I'm working on an application that counts the number of employees in each department.
Here's my code:
...
11
votes
1
answer
208
views
Loading Data Warehouse with Dynamic SQL
For a data warehousing project I ran into the following:
Custom fields that users can create, modify and delete, that should be loaded into the data warehouse as they are when the ETL happens.
On ...