-- Core Parameters - NOTE: Default values below are for example/testing purposes. @DatabaseName NVARCHAR(128) = 'TDETest', @TDEAction NVARCHAR(10) = 'enable ...
This function reads SQL scripts from predefined file paths to drop existing tables and create new ones. It ensures that the database schema is updated by executing the scripts sequentially. Args: ...