Data connection export from SQL Server or direct conection by power query?

Christian Arndt 0 Reputation points
2023-02-08T15:41:59.1133333+00:00

Hello everyone,

I am a BI Analyst and have created Excel based dashboards in my new company. These are connected directly to the SQL database via PowerQuery.

However, our IT department believes that Windows authentication is too insecure and insists that I export to a CSV file via SQL and then access this file. However, this means that the CSV file is freely available in the network, which I have a problem with. What is the most secure data access from the dashboards to a SQL database? I think per direct user on the database with read rights. Many thanks for help
nice greetings
Christian

SQL Server | Other
{count} votes

1 answer

Sort by: Most helpful
  1. LiHongMSFT-4306 31,566 Reputation points
    2023-02-09T03:02:40.2366667+00:00

    Hi @Christian Arndt

    To export or read data from the source database or file, then SELECT permissions on the source tables and views are needed.

    Refer to this article for more details: Import and Export Data with the SQL Server Import and Export Wizard.

    Also, here is an article showing How to Export Data From Microsoft SQL Server to a CSV File.

    Best regards,

    Cosmog Hong


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our Documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    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.