Comments
Sort by recent activity
When you say "does not appear to work", does it act like normal but there's nothing on the clipboard when you try to paste? I've checked in version 2.4.4 and it works for me, so it's definitely implemented.
Are you getting this error? -
Microsoft SQL Server Management Studio: Unsaved documents cannot be cut or copied to the clipboard from the Miscellaneous Files project. You must save the unsaved document(s) before cutting or copying them.
If so, then there is a fix - https://documentation.red-gate.com/display/SS2/Unsaved+documents+cannot+be+cut+or+copied+to+the+clipboard+from+the+Miscellaneous+Files+project
What version of SQL Search are you using? Are you using it with SSMS or Visual Studio? Which version of SSMS or Visual Studio are you using it with? / comments
When you say "does not appear to work", does it act like normal but there's nothing on the clipboard when you try to paste? I've checked in version 2.4.4 and it works for me, so it's definitely imp...
@jwkdib Unfortunately I don't have an update, apologies. / comments
@jwkdib Unfortunately I don't have an update, apologies.
@PatrickS I'm fairly sure that it's not supported in SQL Source Control either, although its developers will have a better idea than me. I'd definitely recommend posting in their forum or submitting a support ticket. / comments
@PatrickS I'm fairly sure that it's not supported in SQL Source Control either, although its developers will have a better idea than me. I'd definitely recommend posting in their forum or submittin...
Hi Patrick,
Sorry, this isn't supported. We have an outstanding feature request for this on our system and I've added a note to it to say that you would like to see this implemented.
Apologies. / comments
Hi Patrick,
Sorry, this isn't supported. We have an outstanding feature request for this on our system and I've added a note to it to say that you would like to see this implemented.
Apologies.
Hi Russ,
Unfortunately neither RDS nor SQL Server Express are supported (see the limitations section of the requirements page for more details). Sorry. / comments
Hi Russ,
Unfortunately neither RDS nor SQL Server Express are supported (see the limitations section of the requirements page for more details). Sorry.
Sorry to hear that you're having this problem. In SSMS, if you go to the View menu, then into Toolbars, do you see Redgate in the list? If so, make sure that this it is checked.
If you're still having problems, try uninstalling SQL Search and then installing the version from this link - ftp://support.red-gate.com/patches/SQLSearch/14Jun2017/SQLSearch.exe / comments
Sorry to hear that you're having this problem. In SSMS, if you go to the View menu, then into Toolbars, do you see Redgate in the list? If so, make sure that this it is checked.
If you're still hav...
@Progytech That's great to hear! [image] / comments
@Progytech That's great to hear!
That's strange. The logfile says that the uninstall was successful. When you say it hasn't uninstalled it, do you mean that it's just a number of files that are remaining or is everything still in place, i.e. the program is still fully functional?
Thanks. / comments
That's strange. The logfile says that the uninstall was successful. When you say it hasn't uninstalled it, do you mean that it's just a number of files that are remaining or is everything still in ...
Hi @Jonathon_R and @njzagaroli,
I'm sorry to hear that you're experiencing this problem. Can you try uninstalling by running this powershell script and then sending me the resulting logfile? You may want to adjust the logfile path.
This won't fix the problem, but hopefully it will give us more information as to what is going wrong during the uninstall process. $object = Get-WmiObject Win32_Product -Filter "Name='SQL Search 2'"
$guid = $object.IdentifyingNumber
Start-Process -FilePath "msiexec.exe" -ArgumentList "/X $guid /L*VX d:\uninstall\log.txt" -Wait -PassThru
/ comments
Hi @Jonathon_R and @njzagaroli,
I'm sorry to hear that you're experiencing this problem. Can you try uninstalling by running this powershell script and then sending me the resulting logfile? You ma...
No worries! I'm pleased you managed to find the source of the problem! [image] / comments
No worries! I'm pleased you managed to find the source of the problem!