Skip to content

Instantly share code, notes, and snippets.

@Charmatzis
Last active March 23, 2018 14:49
Show Gist options
  • Save Charmatzis/dabdc6ea917f525e3cd23f43666b2454 to your computer and use it in GitHub Desktop.
Save Charmatzis/dabdc6ea917f525e3cd23f43666b2454 to your computer and use it in GitHub Desktop.
Get Table size in SQL Server
USE MyDatabase
GO
EXEC sp_spaceused N'User.ContactInfo'
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment