I have a situation where I need to import data from a Hadoop file that is in parquet format. Preferably, I'd like to do this from within a stored procedure that can truncate the staging table, import the data, then process the data as needed. I know that polybase features are in 2016, but our server will be running 2014. Any suggestions?
↧