This seems like a silly question, but it has me stumped.
When setting up a new Database in SQL Server Management Studio Express (for a SQL Server 2005 Express DB) you pick a default owner.
When you create a new Login in it, you pick a default database.
Wouldn't the owner of the DB also be a 'login'? Or am I confusing those two concepts? If I'm not, it seems like a bit of a chicken and egg issue...how to I assign a default owner to a DB if I have to first create the Login. But the login requires a default DB.