Writing to an SQL database
The SQL connection in JMP is great for reading data - is anyone using it to write data?I have a stored procedure which gathers data and writes it to a new table. It uses a second table to read the list of parameters so it knows what data to collect. I can read this table with JMP but writing to it is far from easy:the text columns are saved as in JMP nvarchar with trailing white spaces - this requ...
