Skip to content

Instantly share code, notes, and snippets.

@carlossaraiva
Created November 12, 2013 14:06
Show Gist options
  • Save carlossaraiva/7431347 to your computer and use it in GitHub Desktop.
Save carlossaraiva/7431347 to your computer and use it in GitHub Desktop.
[SQL SERVER ] - Mostrar todas as colunas de uma determinada tabela
USE dbName
GO
SELECT * from sys.tables
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment