The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
204 views

How can I stop SQL from validating an OPENROWSET query when its not going to be executed?

I have a problem where a stored procedure is throwing an error because it's trying to run/validate an OPENROWSET query inside it that it doesn't actually have to execute. The stored procedure that ...