mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Updated last good plan index page
This commit is contained in:
@@ -82,6 +82,10 @@ SET AUTOMATIC_TUNING ( FORCE_LAST_GOOD_PLAN = ON);</pre>
|
|||||||
$.ajax({
|
$.ajax({
|
||||||
url: "/api/demo",
|
url: "/api/demo",
|
||||||
success: function (result) {
|
success: function (result) {
|
||||||
|
if (result.y == 0) {
|
||||||
|
console.log("No response");
|
||||||
|
return;
|
||||||
|
}
|
||||||
(perfData.length == 10) && perfData.shift();
|
(perfData.length == 10) && perfData.shift();
|
||||||
if(result.y>0)
|
if(result.y>0)
|
||||||
perfData.push(result.y);
|
perfData.push(result.y);
|
||||||
|
|||||||
Reference in New Issue
Block a user