{"id":79329,"date":"2023-03-27T19:51:55","date_gmt":"2023-03-27T19:51:55","guid":{"rendered":"https:\/\/gufosaggio.net\/i\/is-it-possible-to-insert-more-than-one-row-at-a-time-using-an-insert-statement-with-a-values-clause\/"},"modified":"2023-03-27T19:51:55","modified_gmt":"2023-03-27T19:51:55","slug":"is-it-possible-to-insert-more-than-one-row-at-a-time-using-an-insert-statement-with-a-values-clause","status":"publish","type":"post","link":"https:\/\/gufosaggio.net\/i\/is-it-possible-to-insert-more-than-one-row-at-a-time-using-an-insert-statement-with-a-values-clause\/","title":{"rendered":"Is it possible to insert more than one row at a time using an insert statement with a values clause?"},"content":{"rendered":"<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_84 counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/gufosaggio.net\/i\/is-it-possible-to-insert-more-than-one-row-at-a-time-using-an-insert-statement-with-a-values-clause\/#Come_inserire_piu_righe_in_SQL\" >Come inserire pi\u00f9 righe in SQL<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/gufosaggio.net\/i\/is-it-possible-to-insert-more-than-one-row-at-a-time-using-an-insert-statement-with-a-values-clause\/#SQL_Server_per_grandi_set_di_dati\" >SQL Server per grandi set di dati<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/gufosaggio.net\/i\/is-it-possible-to-insert-more-than-one-row-at-a-time-using-an-insert-statement-with-a-values-clause\/#Capacita_di_gestione_dei_dati_di_SQL_Server\" >Capacit\u00e0 di gestione dei dati di SQL Server<\/a><\/li><\/ul><\/nav><\/div>\n<h3><span class=\"ez-toc-section\" id=\"Come_inserire_piu_righe_in_SQL\"><\/span>Come inserire pi\u00f9 righe in SQL<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Prima di tutto, inserisci la tabella che desideri inserire una nuova riga nella clausola <code>INSERT INTO<\/code>. <\/p>\n<p>Secondo, una lista di tutte le colonne della tabella separate da virgola, circondata da parentesi. <\/p>\n<p><code>INSERT INTO table_name (column1, column2, column3, ...) VALUES (value1, value2, value3, ...), (value1, value2, value3, ...), (value1, value2, value3, ...);<\/code><\/p>\n<h3><span class=\"ez-toc-section\" id=\"SQL_Server_per_grandi_set_di_dati\"><\/span>SQL Server per grandi set di dati<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Avere un server di STANDBY, ripristinare il backup del database di produzione su quel server e quindi eseguire il comando <code>DBCC<\/code> \u00e8 la migliore opzione. <\/p>\n<p>Poich\u00e9 il database di standby \u00e8 la fonte dei controlli di consistenza, il database di produzione dovrebbe essere a posto. <\/p>\n<h3><span class=\"ez-toc-section\" id=\"Capacita_di_gestione_dei_dati_di_SQL_Server\"><\/span>Capacit\u00e0 di gestione dei dati di SQL Server<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Questo elenco dimostra che SQL Server pu\u00f2 gestire pi\u00f9 di terabyte di dati, nonostante siano state pubblicate solo un anno fa e ci siano molte altre basi di dati che rientrano in questa categoria non elencate. <\/p>\n<p>\u00c8 utile per le grandi basi di dati ed \u00e8 perfettamente gestito da MS SQL Server. Tuttavia, se si desidera un database di fascia alta, guardare Oracle, Teradata e DB2.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Come inserire pi\u00f9 righe in SQL Prima di tutto, inserisci la tabella che desideri inserire una nuova riga nella clausola INSERT INTO. Secondo, una lista di tutte le colonne della tabella separate da virgola, circondata da parentesi. INSERT INTO table_name (column1, column2, column3, &#8230;) VALUES (value1, value2, value3, &#8230;), (value1, value2, value3, &#8230;), (value1, value2, &#8230; <a title=\"Is it possible to insert more than one row at a time using an insert statement with a values clause?\" class=\"read-more\" href=\"https:\/\/gufosaggio.net\/i\/is-it-possible-to-insert-more-than-one-row-at-a-time-using-an-insert-statement-with-a-values-clause\/\" aria-label=\"Per saperne di pi\u00f9 su Is it possible to insert more than one row at a time using an insert statement with a values clause?\">Leggi tutto<\/a><\/p>\n","protected":false},"author":2360,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-79329","post","type-post","status-publish","format-standard","hentry","category-i"],"_links":{"self":[{"href":"https:\/\/gufosaggio.net\/i\/wp-json\/wp\/v2\/posts\/79329","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gufosaggio.net\/i\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gufosaggio.net\/i\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gufosaggio.net\/i\/wp-json\/wp\/v2\/users\/2360"}],"replies":[{"embeddable":true,"href":"https:\/\/gufosaggio.net\/i\/wp-json\/wp\/v2\/comments?post=79329"}],"version-history":[{"count":0,"href":"https:\/\/gufosaggio.net\/i\/wp-json\/wp\/v2\/posts\/79329\/revisions"}],"wp:attachment":[{"href":"https:\/\/gufosaggio.net\/i\/wp-json\/wp\/v2\/media?parent=79329"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gufosaggio.net\/i\/wp-json\/wp\/v2\/categories?post=79329"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gufosaggio.net\/i\/wp-json\/wp\/v2\/tags?post=79329"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}