Comments
Sort by recent activity
Thank you for your post into the forum.
Unfortunately there is not an option available within SQL Compare to Ignore the 'WITH ENCRYPTION' syntax when comparing or synchronizing database objects.
Also I am unaware of a work around for the problem you have reported to us.
I have added the details of this forum post to an existing Feature Request, requesting to add an Ignore WITH Encryption option. The reference number for this request is SC-4419. At this time the feature request is marked for review. Hopefully the requested feature will appear in a future version of SQL Compare.
Many Thanks
Eddie / comments
Thank you for your post into the forum.
Unfortunately there is not an option available within SQL Compare to Ignore the 'WITH ENCRYPTION' syntax when comparing or synchronizing database objects.
Al...
Thank you for your reply.
Sorry that SQL Backup did not help you move this database to a new server.
Please do contact us if you encounter a problem in the future:
E-mail - support@red-gate.com
Telephone:
US and Canada - Toll free 1 866 997 0378
UK - 0870 160 0037
Rest of the World +44 870 160 0037
Many Thanks
Eddie / comments
Thank you for your reply.
Sorry that SQL Backup did not help you move this database to a new server.
Please do contact us if you encounter a problem in the future:
E-mail - support@red-gate.com
Tel...
Hi Brad
Sorry that this error is occurring.
I see that you are attempting to restore from a local disk ('f:\lonas18_RiskModels_FULL.sqb' ). Was the backup file copied from a another location to the local drive outside of SQL Backup, using Windows Explorer for example?
If the answer is yes, I have known for this process to corrupt the copied backup file. You can check for this condition using a hash generator, if the check sum generated is different between the original file and the copied file, I suspect that the copied file has corrupted You can download a simple hash generator using this LINK.
Alternatively, are you able to copy the backup file to another local disk and attempt the restore from that location?
This part of the error message indicates that the error maybe a system error: SQL error 3271: SQL error 3271: A nonrecoverable I/O error occurred on file "???:" 1117(error not found). Are there any entries in the event viewer log files at the same or similar time to the failed restore attempt?
Do you get similar error messages using native Microsoft SQL Server Backup to perfrom both the backup and restore task?
Many Thanks
Eddie / comments
Hi Brad
Sorry that this error is occurring.
I see that you are attempting to restore from a local disk ('f:\lonas18_RiskModels_FULL.sqb' ). Was the backup file copied from a another location to th...
The problem is due to SQL Server not releasing the xp_sqlbackup.dll file for upgrade.
As part of the upgrade process we issue
DBCC xp_sqlbackup(FREE)
to get SQL Server to release our dll file for upgrade.
However SQL Server does not release the file and we have never been able to accurately identify the cause.
In some cases, retrying the upgrade process resolves the problem.
Another way of loading the new or upgrade dll file is to perform the following:
DBCC xp_sqlbackup(FREE)
EXEC sp_dropextendedproc sqlbackup
EXEC sp_dropextendedproc sqbstatus
EXEC sp_dropextendedproc sqbutility
EXEC sp_dropextendedproc sqbmemory
EXEC sp_dropextendedproc sqbdata
EXEC sp_dropextendedproc sqbdir
EXEC sp_dropextendedproc sqbtest
EXEC sp_dropextendedproc sqbtestcancel
EXEC sp_dropextendedproc sqbteststatus
Stop the SQL Server Service.
Find all previous versions of xp_sqlbackup on your system and remove them including the installation folder.
Find the new version of xp_sqlbackup.dll ( a copy can be found in the SQL Backup GUI installation folder) and copy this to the SQL Server instance BINN folder.
Start the SQL Server Service.
sp_addextendedproc sqlbackup, “xp_sqlbackup.dllâ€
sp_addextendedproc sqbstatus, “xp_sqlbackup.dllâ€
sp_addextendedproc sqbutility, “xp_sqlbackup.dllâ€
sp_addextendedproc sqbmemory, “xp_sqlbackup.dllâ€
sp_addextendedproc sqbdata, “xp_sqlbackup.dllâ€
sp_addextendedproc sqbdir, “xp_sqlbackup.dllâ€
sp_addextendedproc sqbtest, “xp_sqlbackup.dllâ€
sp_addextendedproc sqbtestcancel, “xp_sqlbackup.dllâ€
sp_addextendedproc sqbteststatus, “xp_sqlbackup.dllâ€
Many Thanks
Eddie / comments
The problem is due to SQL Server not releasing the xp_sqlbackup.dll file for upgrade.
As part of the upgrade process we issue
DBCC xp_sqlbackup(FREE)
to get SQL Server to release our dll f...
Thank you for your reply.
I have now submitted the feature request for the SQL Backup Development Team to consider support for HP Polyserve and Neverfail clustering solutions. The reference for this feature request is SC-4291.
Many Thanks
Eddie / comments
Thank you for your reply.
I have now submitted the feature request for the SQL Backup Development Team to consider support for HP Polyserve and Neverfail clustering solutions. The reference for th...
Hi Andrew
Unfortunately SQL Backup does not officially support HP Polyserve and Neverfail clustering solutions and has not been tested on these two clustering solutions. The only course of action is to fail over the cluster and install SQL Backup onto the passive node, which will include another install of the extended stored procedures over the top of the existing items installed earlier.
The SQL Backup Server components installer is cluster aware for Microsoft Windows Server 2003 and 2008 clusters, creating the SQL Backup Agent service on all nodes within the cluster, the SQL Backup resource within the Windows Cluster Administrator and the extended stored procedures into master database for the SQL instance.
I can submit a feature request on your behalf for the development team to consider SQL Backup to support the HP Polyserve and Neverfail clustering solutions. However I cannot guarantee the success of the request and if approval is given, in what future version of SQL Backup the requested feature will appear in.
Many Thanks
Eddie / comments
Hi Andrew
Unfortunately SQL Backup does not officially support HP Polyserve and Neverfail clustering solutions and has not been tested on these two clustering solutions. The only course of action ...
Thank you for your suggestion.
I have submitted a Feature Request for the SQL Response Development team to consider. The reference for this feature request is SSR-1625.
I cannot guarantee that the feature request will be successful. If approval is given, what future version of SQL Response the requested feature will appear in.
Many Thanks
Eddie / comments
Thank you for your suggestion.
I have submitted a Feature Request for the SQL Response Development team to consider. The reference for this feature request is SSR-1625.
I cannot guarantee that the...
Hi
Sorry that the deactivation has not worked for you. I have sent a Private Message (PM) requesting your contact details so I can create a support for you.
Many Thanks
Eddie / comments
Hi
Sorry that the deactivation has not worked for you. I have sent a Private Message (PM) requesting your contact details so I can create a support for you.
Many Thanks
Eddie