Comments
Sort by recent activity
Hi Dieter,
When you say that you're getting the wrong data, could you provide an example of the data that you are trying to evaluate and the actual output from your function when you pass this data through it? / comments
Hi Dieter,
When you say that you're getting the wrong data, could you provide an example of the data that you are trying to evaluate and the actual output from your function when you pass this data...
Hi Alex,
I managed to achieve something similar using Python scripts, but it's not particularly elegant.
For the Set column, I used a "Python script" generator with the following script -
number_of_rows_per_set = 3
def main(config):
return chr(ord('A') + (int(RowId - 1) - (int(RowId - 1) % number_of_rows_per_set)) / number_of_rows_per_set)
For the Index column, I used a "Python script" generator with the following script -
number_of_rows_per_set = 3
def main(config):
return int(RowId - 1) % number_of_rows_per_set + 1
You would need to change number_of_rows_per_set in each script and set the total number of generated rows to the number of sets multiplied by the number of rows per set.
This works, but is a bit awkward. There might be an easier way of doing this that I haven't stumbled upon yet, but this might give you some ideas. / comments
Hi Alex,
I managed to achieve something similar using Python scripts, but it's not particularly elegant.
For the Set column, I used a "Python script" generator with the following script -
number_of...
Hi Niclas,
Sorry that you're experiencing this problem. Are you using SQL Compare or the SQL Comparison SDK? What version of the software are you using? / comments
Hi Niclas,
Sorry that you're experiencing this problem. Are you using SQL Compare or the SQL Comparison SDK? What version of the software are you using?
You'll need to re-link your databases following a fresh install. Part of the linking process involves creating the transient and working base folders so extended properties won't suffice unfortunately. / comments
You'll need to re-link your databases following a fresh install. Part of the linking process involves creating the transient and working base folders so extended properties won't suffice unfortunat...
Miker257 wrote: »
Hi,
Add me to the list for this request as well.
Done! Thanks for the feedback. / comments
Miker257 wrote: »
Hi,
Add me to the list for this request as well.
Done! Thanks for the feedback.
Hi Sally,
Many thanks for your feedback. We already have a feature request on our system for this, so I've added a note to it to say that you would also be interested in having this functionality implemented. / comments
Hi Sally,
Many thanks for your feedback. We already have a feature request on our system for this, so I've added a note to it to say that you would also be interested in having this functionality i...
Hi,
If you're not using any of the new SQL 2016 features then you ought to be able to use our tools to copy the database to your SQL Server 2014 instance. Firstly, you'll need to use SQL Compare to create a new database on your 2014 instance and copy all of the database objects across. Then finally you'll need SQL Data Compare to copy the data across.
If you are using some SQL Server 2016 features then copying the database across might require some manual intervention. / comments
Hi,
If you're not using any of the new SQL 2016 features then you ought to be able to use our tools to copy the database to your SQL Server 2014 instance. Firstly, you'll need to use SQL Compare to...
Hi,
We've just released a version of SQL Compare to the frequent updates channel that fixes this problem. You can get this version from the Help > Check for updates menu or from this link - SQL Compare 12.1.4.3873. / comments
Hi,
We've just released a version of SQL Compare to the frequent updates channel that fixes this problem. You can get this version from the Help > Check for updates menu or from this link - SQL Com...
Apologies, I think "non-critical" was the wrong phrase for me to use as it's clearly not a trivial problem. Having said that, it's going to be fairly far down the list of priorities for the development team at the moment I'm afraid.
As I said, I'll try and keep you updated whenever I hear any new information. / comments
Apologies, I think "non-critical" was the wrong phrase for me to use as it's clearly not a trivial problem. Having said that, it's going to be fairly far down the list of priorities for the develop...
Hi,
Sorry that you're experiencing this problem. This is a known issue, with reference SC-4600. As it's a non-critical issue, it will most likely have a fairly low priority so I can't give you a timescale as to when it might be fixed. I'll try and update you as soon as I hear anything about a possible bugfix.
Apologies. / comments
Hi,
Sorry that you're experiencing this problem. This is a known issue, with reference SC-4600. As it's a non-critical issue, it will most likely have a fairly low priority so I can't give you a ti...