/ Published in: SQL
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
recompile the keep the sp IN compiled format FOR better performance. UPDATE STATISTICS PriceListTable DBCC UPDATEUSAGE (0, "PriceListTable") EXEC sp_recompile PriceListTable