Top "Sqloledb" questions

sqloledb is the legacy OleDB provider for SQL Server that ships with Windows.

OPENROWSET fails with "Invalid authorization specification"

I am trying to use OPENROWSET in SQL Server 2008 SP1: SELECT * FROM OPENROWSET( 'SQLOLEDB', 'Data Source=hydrogen;User ID=scratch;…

sql-server sql-server-2008 openrowset sqloledb