How can we help you today? How can we help you today?
James Moore
If you undock the panel off the bottom of the screen the put the difference panel partially off the left of the screen you can then resize the panel and see more of the columns. - James / comments
If you undock the panel off the bottom of the screen the put the difference panel partially off the left of the screen you can then resize the panel and see more of the columns. - James
0 votes
You can also specify the individual records by checking the check boxes in the bottom grid of the results panel. - James / comments
You can also specify the individual records by checking the check boxes in the bottom grid of the results panel. - James
0 votes
How about setting a job up which is bound to fail: for example: EXECUTE master..sqlbackup '-SQL "BACKUP DATABASE [NonExistantDatabase] TO DISK=''<AUTO>'' WITH MAILTO_ONERROR = ''someone@domain.com''"' - James / comments
How about setting a job up which is bound to fail: for example:EXECUTE master..sqlbackup '-SQL "BACKUP DATABASE [NonExistantDatabase] TO DISK=''<AUTO>'' WITH MAILTO_ONERROR = ''someon...
0 votes
Hi John, The issue here is getting it to work smoothly - The backup file might not be availible from Server3's perspective - IE admin shares might be off on Server1, it might have been moved to another share which server3 cant reach etc and the SQL Backup Agent might not be running as a Domain admin or have the credentials for the local admin on Server1. Other methods of copying the file across (using SQL Server connections etc) are at best hacks and are likely to cause some degree of performance hit on the servers so I wouldn't be happy copying large files across this way. I agree that it would be somthing that would be a "very nice to have" feature but we havn't yet come up with a way to solve the problem more generically than assume we have admin rights etc which isnt the case for many of our customers. If you have any ideas on how this could be achieved then I would be interested to hear them and we will certainly keep it in mind for future releases - we are probably a little too close to release now with the initial release of Backup 5 to get it in but it would certainly be a strong contender for a future release if we could think of a good way to get it working more generically. Many thanks for the feedback, - James / comments
Hi John, The issue here is getting it to work smoothly - The backup file might not be availible from Server3's perspective - IE admin shares might be off on Server1, it might have been moved to ano...
0 votes
Hi, The dateformat is controlled by the current culture of the UI/OS. What is your datetime format and general culture set as? Also whats the SQL Server's Culture set up as? Thanks, - James / comments
Hi, The dateformat is controlled by the current culture of the UI/OS. What is your datetime format and general culture set as? Also whats the SQL Server's Culture set up as? Thanks, - James
0 votes