SQLServer强制重编译执行计划

sql语句中
1 select * from Student where id =1 option (recompile)
存储过程中
create proc proc_test  (@i int) with recompile
as   
select * from Area where AreaID = @i

 

posted @ 2022-10-21 16:36  极客船长  阅读(68)  评论(0编辑  收藏  举报