Ignoring Maximum Log File Size
k_shehadeh
Posts: 5
Is there a way to have packager look at the source database's maximum log file size properties and take those into account when generating the new, destination, database?
Comments
It's something that you could add to the project if you output it to a c# project and were good with SQL and Visual Studio. You could get the information about the databases using a SQL query and then tweak the database creation code accordingly. It's not something has the native capability to do.