Comments
Sort by recent activity
As soon as you open the SQL Test sub-window, it will display all valid test. Try the refresh button too (two little blue arrows).
If its still not working, try sending a screenshot. / comments
As soon as you open the SQL Test sub-window, it will display all valid test. Try the refresh button too (two little blue arrows).
If its still not working, try sending a screenshot.
You should see the option to save scripts locally in the dialog window immediately after selecting "Deploy changes". Also, on the same window you do get the option of selecting SQL Data Compare to run the script so that might help as well. / comments
You should see the option to save scripts locally in the dialog window immediately after selecting "Deploy changes". Also, on the same window you do get the option of selecting SQL Data Compare to...
There's no getting away from needing a lot of space in this case. The best I can offer is that you change the system environment variable RGTEMP to point to any directory (even on another drive) where you can be confident of having lots and lots of space. / comments
There's no getting away from needing a lot of space in this case. The best I can offer is that you change the system environment variable RGTEMP to point to any directory (even on another drive) wh...
Yes! Sorry about that- I must be going cross-eyed.
I'd like try to reproduce the issue here- are you able to share a schema + a change that replicates the problem? / comments
Yes! Sorry about that- I must be going cross-eyed.
I'd like try to reproduce the issue here- are you able to share a schema + a change that replicates the problem?
Thanks for your question.
Your schema here is a non-dbo schema is it?
If yes then it is a known issue and as specified above it happens when the existing source is non-dbo schema.
So I have logged this as a bug in our internal tracking system whose tracking id is SDG-1068.
Our development team will look into this and I will update you as soon as this is fixed.
Again thanks for your patience and apologies for any inconvenience this issue has caused. / comments
Thanks for your question.
Your schema here is a non-dbo schema is it?
If yes then it is a known issue and as specified above it happens when the existing source is non-dbo schema.
So I have logged ...
This is an excellent suggestion. I'll check if there is an existing feature request and if not, create one for you. / comments
This is an excellent suggestion. I'll check if there is an existing feature request and if not, create one for you.
Yes.
Set InvoiceID column to be a Python Script
Set ReciptID column to be a 'standard generator' (I tested with "IDs")
Example Python script is
# Basic generator template
def main(config):
if ReceiptID:
return NULL
else: return 1
#############
Does that help? / comments
Yes.
Set InvoiceID column to be a Python Script
Set ReciptID column to be a 'standard generator' (I tested with "IDs")
Example Python script is
# Basic generator template
def main(config):
if Recei...
Do you have: AllowPartiallyTrustedCallers set? If so, try with this removed. / comments
Do you have: AllowPartiallyTrustedCallers set? If so, try with this removed.
When you 'Save as My Defaults' then select 'My Defaults' then close the application- you'll get this state back when the application is re-opened. Otherwise it does, I agree, revert to the state is was in when closed. I'll add that as a feature request if you likey. / comments
When you 'Save as My Defaults' then select 'My Defaults' then close the application- you'll get this state back when the application is re-opened. Otherwise it does, I agree, revert to the state is...