|
|
|
Rank: Guest
Groups:
Joined: 8/10/2009 Posts: 733
|
Great product. Can you add the ability to shrink DB, verify, and organize to the next feature? This would essentially limity the maintance plan built into SSME.
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 8/10/2009 Posts: 368
|
We won't be putting shrink option in SQLBackupAndFTP. In general it is not a good practice to automate shrink. Also your database can be set to shrink automatically at specified intervals using AUTO_SHRINK if you have such need (even though I wouldn't recommend it). We will be putting an option in SQLBackupAndFTP to execute any custom script at the end of the backup - this should do the work in your case
PS You can do it through custom scripts feature - see the post below
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 8/10/2009 Posts: 368
|
Starting v4.4 we have a custom scripts feature (in advanced settings) that allows you to add any custom script prior of after the backup. In it you can shrink, or verify or do whatever you want
|
|
|
|
|