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?
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
(The newest beta has a check to prevent this unhelpful message when testing a connection without the right checkbox having been ticked)