Hi,
I have this error when I run a stored procedure calling a MSSQL linked server :
System.Data.SqlClient.SqlException: Cannot initialize the data source object of OLE DB provider "MSDASQL" for linked server "linkedServerABC"
The problem is that when I run the exact stored proc in SQL Server via the query editor it works well.
So why ASP.Net on the same server can't execute this stored proc?
Any idea?
Thanks
Stephane
I have this error when I run a stored procedure calling a MSSQL linked server :
System.Data.SqlClient.SqlException: Cannot initialize the data source object of OLE DB provider "MSDASQL" for linked server "linkedServerABC"
The problem is that when I run the exact stored proc in SQL Server via the query editor it works well.
So why ASP.Net on the same server can't execute this stored proc?
Any idea?
Thanks
Stephane