This happens only when you create db with leading and trailing spaces in SSMS using New Database option. It is not possible when you create the same name using CREATE DATABASE statement if you dont use squre braces. Just like other objects, it is a valid name though spaces does not add any value
commented on Nov 16 2011 2:37AM