Dynamic SQL with Parameters

preview_player
Показать описание
In this video I will show you how to use dynamic SQL including how to pass parameters.
Рекомендации по теме
Комментарии
Автор

Advance complex SQL with good explanation is VERY HELPFUL!!! Great job!!!

AznBMan
Автор

Great content and presentation. Thank you so much

emmanuelaolaiya
Автор

Thank you for the video. It's very helpful.

HangLe-ofsm
Автор

Hello sir, If I am giving
exec('select * from dual' ) ;
It is showing invalid sql statement

chiranjeebrautaray
Автор


You can reverse engineer the stored procedure generated by sp_CRUDGen to get some dynamic SQL best practices.

kevinmartintech