RE: Programmatically set SMTP host
Peter, This is what I was looking for, I've tested it out and it seems to work fine. Thanks for your help. __________________________________________________________ FYI: For anyone else interested......
View ArticleSQL Backup Log File name
Is it possible to change its name from the default? doesnt seem to be an option in the UI. thanks
View ArticleRE: SQL Backup Log File name
No, it isn't possible to change the log file name. For backups, the GUID that forms part of the file name represents the backup_set_uuid value in the msdb..backupset table, to allow easy referencing...
View ArticleRE: Use of file location tags in "Copy backup to network locatio
I'm still digesting most of your post but I did want to mention that the use of the 'Test" button under the Copy to network section doesnt work when you use the file location tags. The process still...
View ArticleHow to get this kind of information programmatically?
When I hover my mouse over a sqb file, I can get some information. See the following image: How can I get this kind of information programmatically? Thanks!
View ArticleDatabase Help?
Hello i am a chartered accountant and i am very poor in IT i dont have the knowledge to maintain database and i need to create it for my clients and payroll management. I am in a big problem my system...
View ArticleRE: How to get this kind of information programmatically?
You can get most of the details using this:Code:EXEC master..sqlbackup '-sql "RESTORE SQBHEADERONLY FROM DISK = [<your backup file name>]"'
View ArticleRE: Database Help?
We can help you if you have a specific SQL Backup error message or error code, the same goes for any of our tools. But it sounds like you need something more general for SQL Server. This website may...
View ArticleRE: Object Level Recovery error
It worked fine with a database backup that contained about 2.5GB data. After creating a new backup of the smaller database, it's behaving itself. I have noticed that using the backup that wasn't...
View ArticleSQL Backup 7.3
Were pleased to announce that SQL Backup 7.3 has been released and is available to download. This is a minor release and includes new features and bug fixes. New features Upload a copy of backups to...
View ArticleRE: SQL Backup 7.3
It would also be nice to see what verify issues have been resolved because my site has had some in the past and for that reason we include the VERIFYINTERVAL = 8 parameter. Thanks Chris
View ArticleFitted Kitchens London
Fitted Kitchens London. Best price fitted kitchens in London. www.solidwoodkitchen.co.uk£595 for fitted kitchens in London - Fitted Kitchens London
View ArticleFitted Kitchens birmingham
Fitted Kitchens birmingham. Best price fitted kitchens in birmingham. www.solidwoodkitchen.co.uk£595 for fitted kitchens in birmingham - Fitted Kitchens birmingham
View ArticleRE: Programmatically set SMTP host
Try this:Code:EXEC master..sqbutility 1040, 'SMTPHost', 'myhost.smtp.com' EXEC master..sqbutility 1041, 'SMTPPort', 135
View ArticleRE: SQL Backup 7.3
Tom, Any more details on the verify issues that were fixed? Thanks Chris
View ArticleRE: SQL Backup 7.3
Hi Chris, The verify issue concerned scheduled backup jobs hanging when WITH VERIFY was included in the backup command. The backup was written to disk, but the RESTORE VERIFYONLY process did not...
View ArticleRE: SQL Backup 7.3
Thanks Marianne. Sounds just like the reason I had included the VERIFYINTERVAL on advice from Pete Yeoh. Chris
View ArticleLogShipping BizTalk databases
Looking for advice on how to log ship BizTalk databases. They have a special, built-in backup job that does (native) full and log backups, so I do not want to use SQL Backup as Microsoft says it does...
View Article