Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Stored Procedure Dynamic SQL using sp_executesql Not working

$
0
0
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

Viewing all articles
Browse latest Browse all 3145

Trending Articles