{"id":14,"date":"2024-05-14T18:29:48","date_gmt":"2024-05-14T16:29:48","guid":{"rendered":"https:\/\/blog2.arienzo.net\/?p=14"},"modified":"2026-02-26T18:45:50","modified_gmt":"2026-02-26T17:45:50","slug":"mssql-ricerca-in-tutte-le-tabelle-campi-che-inizia-contiene","status":"publish","type":"post","link":"https:\/\/blog2.arienzo.net\/index.php\/2024\/05\/14\/mssql-ricerca-in-tutte-le-tabelle-campi-che-inizia-contiene\/","title":{"rendered":"MSSQL \u2013 ricerca in tutte le tabelle, campi che inizia\/contiene"},"content":{"rendered":"\n<p>SELECT c.name AS \u2018ColumnName\u2019,t.name AS \u2018TableName\u2019FROM sys.columns cJOIN sys.tables t ON c.object_id = t.object_idWHERE c.name LIKE \u2018QS%\u2019ORDER BY TableName,ColumnName;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>SELECT c.name AS \u2018ColumnName\u2019,t.name AS \u2018TableName\u2019FROM sys.columns cJOIN sys.tables t ON c.object_id = t.object_idWHERE c.name LIKE \u2018QS%\u2019ORDER BY TableName,ColumnName;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-14","post","type-post","status-publish","format-standard","hentry","category-mssql"],"_links":{"self":[{"href":"https:\/\/blog2.arienzo.net\/index.php\/wp-json\/wp\/v2\/posts\/14","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog2.arienzo.net\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog2.arienzo.net\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog2.arienzo.net\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog2.arienzo.net\/index.php\/wp-json\/wp\/v2\/comments?post=14"}],"version-history":[{"count":1,"href":"https:\/\/blog2.arienzo.net\/index.php\/wp-json\/wp\/v2\/posts\/14\/revisions"}],"predecessor-version":[{"id":15,"href":"https:\/\/blog2.arienzo.net\/index.php\/wp-json\/wp\/v2\/posts\/14\/revisions\/15"}],"wp:attachment":[{"href":"https:\/\/blog2.arienzo.net\/index.php\/wp-json\/wp\/v2\/media?parent=14"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog2.arienzo.net\/index.php\/wp-json\/wp\/v2\/categories?post=14"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog2.arienzo.net\/index.php\/wp-json\/wp\/v2\/tags?post=14"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}