1

Just wondering if Polybase functionality in SQL Server 2016 would allow to search non-relational database. We use TRIM for our document management system. Would upgrading to SQL Server 2016 allow us to then search the TRIM documents?

Thanks

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Sawar
  • 11
  • 2
  • Polybase currently supports querying from Hadoop and Azure Blob Storage (https://msdn.microsoft.com/en-us/library/mt143171.aspx). Unless TRIM is based on one of these technologies, you will not be able to use Polybase to query TRIM. – Ed Harper Dec 23 '16 at 10:06

1 Answers1

0

SQL Server 2016 Polybase engine allows you to join relational data with non-relational data. You can bring in non-relational data from Hadoop clusters to SQL Server and vice versa. Hence I suppose you should be able to search the TRIM documents.

U880D
  • 8,601
  • 6
  • 24
  • 40
Vikash
  • 51
  • 3