Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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: ...
Adrian's user avatar
  • 13
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 ...
Tristan's user avatar
  • 211