Comments
Sort by recent activity
Hi @... We’ve decided to not
release SQL Code Guard standalone. Instead its
functionality has been integrated into SQL Prompt, which now contains new code analysis features. Some of the benefits of Code Analysis in SQL Prompt… Discover issues and hidden pitfalls As you write your code any issues are underlined with quick tips on hover, and further details when you click on the lightbulb icon. Get clear explanations and suggestions to improve your code A new sidebar gives you more information about the issue and how you can fix it, plus you get links to further reading online. Choose from a large selection of analysis rules Over 80 rules from SQL Code Guard are available out-of-the-box, all manageable from our options menu so you can choose which suggestions you see. We will be adding the remaining rules over the next few weeks. I can confirm that SQL Prompt is one of the products contained within the SQL Toolbelt. / comments
Hi @... We’ve decided to not
release SQL Code Guard standalone. Instead its
functionality has been integrated into SQL Prompt, which now contains new code analysis features.Some of the benefits of ...
Hi Sefa, Someone from our sales team should be in contact shortly regarding renewing your license. Thanks, Sarah / comments
Hi Sefa,Someone from our sales team should be in contact shortly regarding renewing your license.Thanks,Sarah
Hi @joy007 This isn't a Redgate tool, you'll need to contact Octopus Deploy's support team! https://octopus.com/support / comments
Hi @joy007 This isn't a Redgate tool, you'll need to contact Octopus Deploy's support team!https://octopus.com/support
Hi @tsprague what version of SSMS are you using? SQL Prompt version 8 release no longer supports SSMS 2008 R2 or earlier versions. This may be why you needed to downgrade. / comments
Hi @tsprague what version of SSMS are you using? SQL Prompt version 8 release no longer supports SSMS 2008 R2 or earlier versions. This may be why you needed to downgrade.
@MaricopaJoe it appears in Windows 10 our end. Would you be able to send a screen shot of what you're able to see when you try and Repair SSMS Integration Pack Framework? Either here, or send it over to support@red-gate.com [image] / comments
@MaricopaJoe it appears in Windows 10 our end. Would you be able to send a screen shot of what you're able to see when you try and Repair SSMS Integration Pack Framework? Either here, or send it ...
Hi @quantumguy ,
Yes, SQL Search will run on Windows 10, please see the following documentation for more information: https://documentation.red-gate.com/display/SS2/Requirements / comments
Hi @quantumguy ,
Yes, SQL Search will run on Windows 10, please see the following documentation for more information:https://documentation.red-gate.com/display/SS2/Requirements
Hi Rajarshi,
Redgate's Oracle tools might work with Oracle 12c, but we don't officially support it. / comments
Hi Rajarshi,
Redgate's Oracle tools might work with Oracle 12c, but we don't officially support it.
Hi Michiel,
Yes you can. You'll need to change the URL and for that you'll need to look into this xml file: <C:Users<Username>AppDataLocalRed GateSource>> Control for Oracle 3 LinkedDatabases.xml / comments
Hi Michiel,
Yes you can. You'll need to change the URL and for that you'll need to look into this xml file: <C:Users<Username>AppDataLocalRed GateSource>> Control for Oracle 3 LinkedDatabases.xml
Our comparison tool uses select statements in order to compare data so as per my knowledge shouldn't be having any performance impact on source or target.
The speed of the comparisons depends heavily on the structure of the data, amount of data and of course the speed of the connection. As a general guide, small, simple, data sets over local connections can take seconds. Huge data sets with many BLOB and CLOB columns can take several hours.
Speed is generally cited by our customers as a key advantage of our tools over competitors, there are several testimonials here: http://www.red-gate.com/products/oracle ... le/reviews
You can filter a comparison to a much smaller set to test the tool in various ways. You can reduce the number of tables in the comparison, or select only specific columns to compare, or you can specify a where clause on individual tables to reduce the number of rows being compared. Details on all of these can be found from this page: http://documentation.red-gate.com/displ ... comparison / comments
Our comparison tool uses select statements in order to compare data so as per my knowledge shouldn't be having any performance impact on source or target.
The speed of the comparisons depends heavi...
Hi Ranjith,
Please see the following article for an explanation of which data types can be compared: http://documentation.red-gate.com/pages ... d=20185279
Is the one you can't compare on the list above? Are you able to just select the tables that have these LOB objects and see what it results in to? / comments
Hi Ranjith,
Please see the following article for an explanation of which data types can be compared:http://documentation.red-gate.com/pages ... d=20185279
Is the one you can't compare on the list a...