Antonio Arienzo: the blog
le mie esperienze IT

MSSQL – ricerca in tutte le tabelle, campi che inizia/contiene

aadmin24 MSSQL 2024-05-14

SELECT c.name AS ‘ColumnName’,t.name AS ‘TableName’FROM sys.columns cJOIN sys.tables t ON c.object_id = t.object_idWHERE c.name LIKE ‘QS%’ORDER BY TableName,ColumnName;

Articoli recenti

  • SQL Server helper
  • Azure Microsoft Learn
  • Quarantena di Exchange: l’utente non può accedere alla casella di posta
  • Mikrotik – Aggiugere una sottorete per accesso a Internet
  • MSSQL – ricerca in tutte le tabelle, campi che inizia/contiene
Giugno 2025
L M M G V S D
 1
2345678
9101112131415
16171819202122
23242526272829
30  
« Mar    

Commenti recenti

Nessun commento da mostrare.

Archivi

  • Marzo 2025
  • Agosto 2024
  • Giugno 2024
  • Maggio 2024

Categorie

  • Exchange
  • MSSQL
  • Network
  • Senza categoria

Copyright © 2025 Antonio Arienzo: the blog | Designed by WPOutcast. Powered by WordPress.