SQL Server-CREATE EXTERNAL DATA SOURCE(err)

夏天 1 Reputation point
2020-08-14T07:23:27.483+00:00

17606-jietu20200814-152107.jpg

GENERIC why?

SQL Server Other
{count} votes

2 answers

Sort by: Most helpful
  1. AmeliaGu-MSFT 14,006 Reputation points Microsoft External Staff
    2020-08-17T05:25:22.717+00:00

    Hi summeronline,

    This error may occur because PolyBase is installed but not configured on the instance.

    Please make sure PolyBase is installed and enabled.

    EXEC sp_configure 'polybase enabled', 1
    RECONFIGURE
    

    Please refer to this article for more details.

    Best Regards,

    Amelia

    =======================================
    Please remember to click " Accept Answer" and upvote the responses that resolved your issue. This can be beneficial to other community members reading this thread.

    1 person found this answer helpful.
    0 comments No comments

  2. Sreekanth Madambath 86 Reputation points
    2020-08-14T07:48:21.117+00:00
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.