Activity overview
Latest activity by ti 84 calculator
Thanks for the clarification! Yes, confirming that the scripts folder is the source and the database is the deployment target. If the filtered indexes in the database have WHERE clauses, but those are missing in the scripts folder, that would explain why they're being removed during deployment. Sharing the DDL and scripts will definitely help in pinpointing the issue. / comments
Thanks for the clarification! Yes, confirming that the scripts folder is the source and the database is the deployment target. If the filtered indexes in the database have WHERE clauses, but those ...
Thanks for raising this, Luca—completely agree. We’ve noticed similar slowdowns in schema refreshes with large databases. Optimizing how OBJECT_DEFINITION is queried (or batching these calls more efficiently) would definitely improve productivity. Hope the team can prioritize this in upcoming updates. / comments
Thanks for raising this, Luca—completely agree. We’ve noticed similar slowdowns in schema refreshes with large databases. Optimizing how OBJECT_DEFINITION is queried (or batching these calls more e...