Options

Ignoring Maximum Log File Size

k_shehadehk_shehadeh Posts: 5
edited April 24, 2006 1:21PM in SQL Packager Previous Versions
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

  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hello,

    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.
Sign In or Register to comment.