The openrowset tag has no wiki summary.
1
vote
1answer
208 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 ...