Comments
Sort by recent activity
DBO is also too elevated and even DDL admin too. Our auditors always raise these red flags / comments
DBO is also too elevated and even DDL admin too. Our auditors always raise these red flags
Yes the backup is configured properly. I have had to reduce the number of files as it was MAX'ing out the CPU. Currently set for 8. I have included the buffercount option. The database in question has filestream and so I think this is the issue that SQL Backup can't handle. the final backup file is about the same size as the native backup so I'm not concerned about compression - it is set at level 2. / comments
Yes the backup is configured properly. I have had to reduce the number of files as it was MAX'ing out the CPU. Currently set for 8. I have included the buffercount option. The database in question ...
I'm just back form holidays and missed the streamed event - Can I get a digital copy please? / comments
I'm just back form holidays and missed the streamed event - Can I get a digital copy please?
Pluralsight are asking asking for a link to my FoRG profile. Where can I find that? Never mind, I gave them a link to my profile and that was fine. I thought they might have been looking for something else. / comments
Pluralsight are asking asking for a link to my FoRG profile. Where can I find that?Never mind, I gave them a link to my profile and that was fine. I thought they might have been looking for somethi...
Does the latest release of Prompt support SSMS 18 preview 4 released by Microsoft on 24th Sept? / comments
Does the latest release of Prompt support SSMS 18 preview 4 released by Microsoft on 24th Sept?
I'm willing to participate... happy to help as there could be some benefit to us as well. We document our whole fleet and reply on the product. / comments
I'm willing to participate... happy to help as there could be some benefit to us as well. We document our whole fleet and reply on the product.
hi, I have a Toolbelt licence that I use on my computer at home but I also have a lab environment at home and wonder would you like to issue a new key or add activations to my existing one? / comments
hi, I have a Toolbelt licence that I use on my computer at home but I also have a lab environment at home and wonder would you like to issue a new key or add activations to my existing one?
Hi, I'm interested in the specifics of "support for backing up SQL 2014 databases" as I've been using SQL Backup 7.6 against SQL2014 since October 2013. / comments
Hi, I'm interested in the specifics of "support for backing up SQL 2014 databases" as I've been using SQL Backup 7.6 against SQL2014 since October 2013.
I've opened a support case but how come SQLToolbelt shows SQLBackup 7.4 now?
Did you back out 7.5 from being available? / comments
I've opened a support case but how come SQLToolbelt shows SQLBackup 7.4 now?
Did you back out 7.5 from being available?
Modify the error checking in the command to this:
IF (@exitcode >= 500) OR (@sqlerrorcode <> 0 and @sqlerrorcode <> 976)
so that the SQL agent job will succeed and ignore the 976 error and report success / comments
Modify the error checking in the command to this:
IF (@exitcode >= 500) OR (@sqlerrorcode <> 0 and @sqlerrorcode <> 976)
so that the SQL agent job will succeed and ignore the 976 error and report s...