Comments
Sort by recent activity
Thanks for contacting us!
I recommend that you install the visual J# runtime as described here https://documentation.red-gate.com/disp ... +not+found
I have followed up with you via email in case you have any questions or issues with that, please let me know!
Warmly, / comments
Thanks for contacting us!
I recommend that you install the visual J# runtime as described here https://documentation.red-gate.com/disp ... +not+found
I have followed up with you via email in case y...
Hey JHH,
Thanks for contacting us and sorry you are having this issue!
I have logged this as feature request SE-694, note that no work is planned on SQL Multi Script in the short term, but your request will be there when they pick up work again.
I have followed up with you via email if you have any other questions or issues.
Warm Regards, / comments
Hey JHH,
Thanks for contacting us and sorry you are having this issue!
I have logged this as feature request SE-694, note that no work is planned on SQL Multi Script in the short term, but your req...
Hello,
Jeff and I troubleshot this and the fix was to update to SQL Source Control 4.1.8.41 standard.
If you have an issue similar to this, and updating does not solve the issue, please shoot us an email at support@red-gate.com
It was good working with you Jeff!
Best Regards, / comments
Hello,
Jeff and I troubleshot this and the fix was to update to SQL Source Control 4.1.8.41 standard.
If you have an issue similar to this, and updating does not solve the issue, please shoot us an...
Hey kmh090,
Thanks for posting and sorry for the frustration!
For anyone else who reads this, we solved it by going to SQL Prompt -> Options -> Qualification and making sure that the "qualify object names with aliases" option is checked.
It was a pleasure working with you and hope you have a great New Years!
Warmly, / comments
Hey kmh090,
Thanks for posting and sorry for the frustration!
For anyone else who reads this, we solved it by going to SQL Prompt -> Options -> Qualification and making sure that the "qualify objec...
Hey Opc,
Thanks for the update!
SQL Prompt does not underline errors, that is done directly by SSMS' Intellisense. Sometimes these errors keep Prompt from doing something (like executing a single line), but that is because we take the error as something that needs to be fixed.
In this case it looks like SSMS is not detecting that the #tmp table has the columns "id" and "name" even though it was created directly above. If you put the table (#tmp) name in front of the column names (qualifying it), the tool will properly suggest a column.
If you try to use "Qualify Object names" it will error out because there are two tables that have the "id" and "name" column names and it will not (and cannot) guess which one you mean.
I hope that helps!
Warm Regards, / comments
Hey Opc,
Thanks for the update!
SQL Prompt does not underline errors, that is done directly by SSMS' Intellisense. Sometimes these errors keep Prompt from doing something (like executing a single l...
The easiest thing to do in this instance, is to grant the User Execute permissions on Tempdb, or on that specific object.
Best, / comments
The easiest thing to do in this instance, is to grant the User Execute permissions on Tempdb, or on that specific object.
Best,
Hey acrawford,
Thanks for posting!
You can change the development model by unlinking and relinking, during the relink make sure to set the development model to shared.
Prior to unlinking, make sure you commit all items that you would like to commit, then do the unlink and relink.
I have also followed up with you via email in case you have any further questions or issues.
Hope you have a great weekend!
Andrew
Product Support Engineer
Red Gate Software / comments
Hey acrawford,
Thanks for posting!
You can change the development model by unlinking and relinking, during the relink make sure to set the development model to shared.
Prior to unlinking, make sure...
Hey Acrawford,
Thanks for the update and sorry about that!
I did not realize it initially but GIT can only be used in Dedicated mode.
This is because it assumes that you will be working with other teammates who will be committing to the remote repository while you commit and get from your local working folder/repository (then push the changes up to the remote server).
Working in Dedicated mode just allows you to Get from the local repository and Pull from the remote repository- in Shared you would not have that option.
Is there any reason why you would not want to have that capability?
Warm Regards, / comments
Hey Acrawford,
Thanks for the update and sorry about that!
I did not realize it initially but GIT can only be used in Dedicated mode.
This is because it assumes that you will be working with other ...
Thanks for posting!
Currently there is no way to use Multi Script as the default Editor for SQL Data Compare and SQL Compare, but I think that is a great feature request for our User Voice forums located here https://redgate.uservoice.com/forums/141379-sql-compare
Thank you for the great suggestion and I will follow up with you via email if you have further questions or issues!
Warm Regards
Andrew
Product Support Engineer / comments
Thanks for posting!
Currently there is no way to use Multi Script as the default Editor for SQL Data Compare and SQL Compare, but I think that is a great feature request for our User Voice forums l...