Mark Carrington

Results 86 comments of Mark Carrington

AutotuneWeb can show the options it uses to run Autotune with that should get you the same results. The only other variables should be: * --categorize-uam-as-basal parameter - AutotuneWeb sets...

The `Target` parameter is an `EntityReference` type, so that's no problem. As you say, the difficulty here is the `UpdateContent` parameter. Custom syntax is not an option - SQL 4...

Could you generate a log file from SSMS (see #141 for instructions) and post it here please?

This looks like the same error as #232 - could you please take a look at the details at the end of that thread for some further debugging information?

Ideally this would also support exporting to Excel - the Excel export could also include the hyperlinks to records. It should also support the standard `query/saveCsv` and `query/saveExcel` commands in...

Looking at adding this in to the next release. What would be best for null values - an empty string or the word NULL?

Can you please get a log file of the installation so we can try to see what's going wrong? You should be able to get this by using the following...

What version(s) of SSMS do you have installed?

When you ran that command line to generate the log file, were you running it from the directory that contains the .msi file you downloaded? Can you please try either...

I'm not aware of a standard SQL way of doing this. `SELECT custom.* FROM ...` would mean "list all the fields from the table 'custom'". I don't really want to...