OpenRowSet and OpenDataSet without sysadmin rights

后端 未结 2 579
夕颜
夕颜 2020-12-21 09:09

Is there any way to use the OpenRowSet and OpenDataSet commands in SQL Server 2008 R2 without having to have SysAdmin rights?

I\'m trying to load data from an Excel

2条回答
  •  情话喂你
    2020-12-21 09:49

    I have same problem and solve it with this instructions http://www.johnsoer.com/blog/?p=538

    Shortly: add dword register key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\YOUR_MSSQL_VERSION.YOR_INSTANCE_NAME\Providers\Microsoft.ACE.OLEDB.12.0\DisallowAdhocAccess to 0

提交回复
热议问题