/ Published in: SQL
Expand |
Embed | Plain Text
recompile the keep the sp IN compiled format FOR better performance. UPDATE STATISTICS PriceListTable DBCC UPDATEUSAGE (0, "PriceListTable") EXEC sp_recompile PriceListTable
You need to login to post a comment.
