Comments
Sort by recent activity
@Kendra_Little so if I understand that correctly, seed data means that we have something like an initial state for the static data (provided by a csv file for example) and after that SQL Source Control can handle changes of 500-1000 rows per Branch easily? But what when some of the initial data will be changed (deleted or updated) is that also working? / comments
@Kendra_Little so if I understand that correctly, seed data means that we have something like an initial state for the static data (provided by a csv file for example) and after that SQL Source Con...
@Kendra_Little Thanks for your update. Let's assume we would change our database. Tables with > 100k rows would be merged and converted to JSON and appended to about 5000 records. Would this perform better or would Source Control need more time to compare the strings which would end up with the same result? For example we have a table cars (5k records) and a table carparts (> 100k records). We could describe the carparts of each car with a json and then we could add that as a column in the cars table. / comments
@Kendra_LittleThanks for your update.Let's assume we would change our database. Tables with > 100k rows would be merged and converted to JSON and appended to about 5000 records.Would this perform b...
@Russell D I also need to filter my static data with a where statement. I need all static data in a table where a specific column is null and push them to git. Is this possible with the change automation filters? @PeterDaniels , @matpez Did you found any solution? / comments
@Russell D I also need to filter my static data with a where statement. I need all static data in a table where a specific column is null and push them to git. Is this possible with the change auto...