sp_executesql Vs Execute/Exec Vs Exec() for SP in SQL Server | Techno Visitors - tablet... - 0 views
-
Sushil Saini on 03 Aug 14You can execute/run any stored procedures in T-SQL of SQL Server using any of SP_ExecuteSQL or EXECUTE/ EXEC methods. But the former method is considered to perform better and safer than later one. Read why?