I can successfully run a Stored Procedure (SP) that uses dynamic SQL and Exec sp_executesql in my local environment. But when I run the same SP in our dev environment
I get "default schema does not exist", which is not true. I create sc
I get "default schema does not exist", which is not true. I create sc