Sometimes using the SSMS GUI table designer is a hassle when compared with directly querying the table structure using a simple SQL statement.
For example if you are right in the middle of editing a stored procedure and want to know the data types and sizes of some columns for a table or two, then rather than navigating away from your procedure, you can do a lookup within the code itself. This saves you a lot of tabbing between windows since the table information is right where you need it; where you are writing your code.

