Comments
Sort by recent activity
I'm sorry you're having problems with the downgrade process. There may be one more thing to try before reinstalling version 3; there is a repair option. If you find the prompt v3 entry in "Add or Remove Programs" then click "Click here for support information" and hit "Repair", that may fix things.
If not then I would suggest trying the reinstall, and if even that doesn't work I can walk you through some things which should fix the install.
Also, to help me look into fixing this problem for future versions could you give me some more information:
- Which version of v3 did you have installed? [You can find this in support information in add or remove programs]
- Which version of Windows, SSMS/Visual Studio/Query Analyzer are you running?
- Have you had previous versions of SQL Prompt installed?
- Do you have any other add-ins installed for SSMS/Visual Studio?
It would also help if you could have a look in the install directory and see whether Prompt 4 has removed itself.
Many thanks
Simon / comments
I'm sorry you're having problems with the downgrade process. There may be one more thing to try before reinstalling version 3; there is a repair option. If you find the prompt v3 entry in "Add or...
Dirk.
Just thought I should get back to you with some info. The trace flag is currently used as part of the script decryption process. This allows you to see the contents of encrypted stored procedures if you have appropriate permissions. It seems that we failed to learn a lesson from SQL Compare that allowing people to turn this off is a must!
We'll make sure that this option is implemented for the next build we push out.
Simon / comments
Dirk.
Just thought I should get back to you with some info. The trace flag is currently used as part of the script decryption process. This allows you to see the contents of encrypted stored pro...
Oops, looks like we double encoded. If you still wish to try out the v4 EA then you should be able to copy the section from the v3 options file and run it through an html encoder. [ e.g. http://www.barelyfitz.com/projects/encoder/ and select the "HTML entities" option ]
Thanks for the feedback, we'll look at putting an automated alias upgrade alongside the snippet upgrade in the final version.
Hope the rest of the EA is better for you! / comments
Oops, looks like we double encoded. If you still wish to try out the v4 EA then you should be able to copy the section from the v3 options file and run it through an html encoder. [ e.g. http...
The magic characters are things called 'Optional Hypen Character's. They are inserted in order to make Word choose to line break at 'nice' places where neccesary. e.g. "vwDim[break]Currency" rather than "vwD[break]imCurrency".
They should only be visible when you have the 'Display all formatting' option enabled in word. (I think that's what it's called, don't have Word to hand atm.), and not in any printed output. I'm afraid I can't give you any strategy for removing them from the actual document, but I suspect it's possible.
The issue with outline view is one we are aware of, unfortunately we didn't manage to work out a neat solution that allowed us to get the formatting right. I know that open office is able to show the outline correctly if that's any help! Out of interest could you tell us why you were wanting to use the outline view? It's all useful stuff to add to the change request! / comments
The magic characters are things called 'Optional Hypen Character's. They are inserted in order to make Word choose to line break at 'nice' places where neccesary. e.g. "vwDim[break]Currency" rath...
- Have you checked that the resource is in the assembly
- Are you in your trial period for the SDK. (Do you get nag dialogs appearing when running the application locally)
- What is the error which is thrown on failure / comments
- Have you checked that the resource is in the assembly
- Are you in your trial period for the SDK. (Do you get nag dialogs appearing when running the application locally)
- What is the error which...
Is the licenses.licx file set with Build Action "Embedded Resource" and included in the root directory of your project(s)?
From the knowledge base article I linked above
"Don't copy the licenses.licx file from another folder manually, for instance using a command prompt or Windows Explorer. It should be added as a new item at the Visual Studio project level with a build action of "Embedded Resource"
In order to check that the licx file is correctly included you can use reflector
"If a licence file produced as the result of a successful activation is present on the build computer, the build will silently succeed. To double-check that your assembly has been licensed successfully,
you may use a tool such as .NET Reflector (http://reflector.red-gate.com/download.aspx), open your assembly, expand 'resources', locate a resource called <YourAssemblyFileName>.licenses, view the resource, and make sure that the resource contains 'RedGate.SQLCompare.Engine.Database' and also 'RedGate.SQLDataCompare.Engine.ComparisonSession' if you had also referenced the Data Compare Engine in your project." / comments
Is the licenses.licx file set with Build Action "Embedded Resource" and included in the root directory of your project(s)?
From the knowledge base article I linked above
"Don't copy the licenses.li...
If you compile an application against the Comparison SDK with a licenses.licx file (as per the samples http://www.red-gate.com/sqltoolkit/latestsamples/sql_data_compare_API ) the application should be able to run on any machine without requiring a license.
If you have problems this article ( http://www.red-gate.com/supportcenter/Content.aspx?p=SQL%20Comparison%20SDK&c=knowledgebase%5cSQL_Comparison_SDK%5cKB200710000160.htm ) has more information.[/url] / comments
If you compile an application against the Comparison SDK with a licenses.licx file (as per the samples http://www.red-gate.com/sqltoolkit/latestsamples/sql_data_compare_API ) the application should...
Try
- Make sure both tables are unmapped (select them in the top pane and click unmap)
- Select WidgetPrices on the left of the bottom pane
- Select WidgetPricesNew on the right of the bottom pane
- Click map.
Hope that helps. / comments
Try
- Make sure both tables are unmapped (select them in the top pane and click unmap)
- Select WidgetPrices on the left of the bottom pane
- Select WidgetPricesNew on the right of the bottom pane
...
Have you seen this help topic? http://www.red-gate.com/supportcenter/C ... c43727.htm
You can get there by pressing F1 on the mapping tab. / comments
Have you seen this help topic?http://www.red-gate.com/supportcenter/C ... c43727.htm
You can get there by pressing F1 on the mapping tab.
This is due to a limitation in the CHM viewer. The pages are included in the .chm file, but cannot be viewed if it is on a network drive, or via a UNC path. http://support.microsoft.com/kb/896358
There is a workaround here http://www.technipages.com/unable-to-open-chm-files-on-a-network-drive.html which should fix the problem. / comments
This is due to a limitation in the CHM viewer. The pages are included in the .chm file, but cannot be viewed if it is on a network drive, or via a UNC path.http://support.microsoft.com/kb/896358
T...