Home
Options

Error: Could not find stored procedure 'dbo.sp_MShasdbaccess'

I'm trying to connect to Azure SQL database which works fine from both my code and Visual Studio Server Explorer. However, when I try to connect from LINQPad, I get this error:

Could not find stored procedure 'dbo.sp_MShasdbaccess'

Weird is that in LINQPad on another computer, I used this connection just fine. What could be the problem?

Comments

Sign In or Register to comment.