Comments
Sort by recent activity
Hi Jonathan,
Thanks for your feedback. Currently "From the last: filter" supports the following:
1 hour
3 hours
6 hours
12 hours
1 day --- which is "last 24 hour"
.
.
If I have understood correctly by "Today" you mean the alerts/ recommendation raised on current date rather than in last 24 hour?
Thanks,
Priya / comments
Hi Jonathan,
Thanks for your feedback. Currently "From the last: filter" supports the following:
1 hour
3 hours
6 hours
12 hours
1 day --- which is "last 24 hour"
.
.
If I have understood correctly...
Thanks Jonathan. I have raised this feature request. For your reference the enhancement id is ssr-1640.
Regards,
Priya / comments
Thanks Jonathan. I have raised this feature request. For your reference the enhancement id is ssr-1640.
Regards,
Priya
Thanks Jonathan for your feedback. I have raised this issue. For your reference... the issue number is SSR-1638.
Regards,
Priya / comments
Thanks Jonathan for your feedback. I have raised this issue. For your reference... the issue number is SSR-1638.
Regards,
Priya
Thanks for the feature request. I have logged your request. The enhancement id is SSR-1622.
Thanks,
Priya / comments
Thanks for the feature request. I have logged your request. The enhancement id is SSR-1622.
Thanks,
Priya
Hi,
Sorry in SQL Response V 1 you cannot restrict access to the repository (if they know the name of the repository). But permissions, logins etc is under strong consideration for V 2.
Thanks,
Priya / comments
Hi,
Sorry in SQL Response V 1 you cannot restrict access to the repository (if they know the name of the repository). But permissions, logins etc is under strong consideration for V 2.
Thanks,
Priya
Hi Guant,
If I understand correctly, you want to create a folder (with date) and put all the backup files for that particular date into this folder.
If I have understood your requirement correctly then you can use tags for this. You can set default backup folder path using tags via Tools > Server Options .
For your requirement you can use a tag like in below script:
EXECUTE master..sqlbackup '-SQL "BACKUP DATABASE [Test] TO DISK = ''C:\temp\sql2000\<DATETIME yyyymmdd>\<AUTO>.sqb'' WITH INIT"'
This will create a folder (with yyyymmdd as its name) and put the backup files in it. If the folder doesn't exist then SQL Backup will create it or else it will use the existing one.
Thanks,
Priya / comments
Hi Guant,
If I understand correctly, you want to create a folder (with date) and put all the backup files for that particular date into this folder.
If I have understood your requirement correctly ...
Hi,
You will need to use DISKRETRYCOUNT and DISKRETRYINTERVAL keywords. The easiest way to get the script for the command line .. is to perform this action on the UI and then in the last step of the wizard, you can view the command line as well as extended stored procedure format of the script. Copy the command line version of the script and use it as you like.
You can get more information about the keywords from the help file here http://www.red-gate.com/supportcenter/Content.aspx?p=SQL%20Backup&c=SQL_Backup/help/6.0/SBU_BACKUP_cmd.htm&toc=SQL_Backup/help/6.0/toc816062.htm
Hope this helps.
Regards,
Priya / comments
Hi,
You will need to use DISKRETRYCOUNT and DISKRETRYINTERVAL keywords. The easiest way to get the script for the command line .. is to perform this action on the UI and then in the last step of th...
Hi,
The effect of using these keywords is mentioned below: STOP_ON_ERROR
Will instructs BACKUP to fail if a page checksum does not verify. This is the default behaviour. CONTINUE_AFTER_ERROR
Will instruct BACKUP to continue despite encountering errors such as invalid checksums, torn page etc.
These options are not discussed in the documentation because they are native SQL Server keywords and not SQL Backup keywords. Please read BOL if you need more information.
Thanks,
Priya / comments
Hi,
The effect of using these keywords is mentioned below:STOP_ON_ERROR
Will instructs BACKUP to fail if a page checksum does not verify. This is the default behaviour.CONTINUE_AFTER_ERROR
Will in...
Hi,
COPY_ONLY option is not supported on the UI. So you are correct ... that you have to copy the script and then add COPY_ONLY keyword and execute it in SSMS.
Thanks,
Priya / comments
Hi,
COPY_ONLY option is not supported on the UI. So you are correct ... that you have to copy the script and then add COPY_ONLY keyword and execute it in SSMS.
Thanks,
Priya
Thanks Tyanni for your feedback. This feature is very high on our list too and was under strong considerations for V 6.0 but it couldn't make it.
But I am sure that this will definitely make into one of future SQL Backup releases very soon.
Thanks,
Priya / comments
Thanks Tyanni for your feedback. This feature is very high on our list too and was under strong considerations for V 6.0 but it couldn't make it.
But I am sure that this will definitely make into o...