Isn't it stupid, that default settings are usually not the best!? Couldn't every software be designed so, that default options are optimal and recommended values? No. Default settings should allow the currently running process to finish successfully...
So let's take look at default options when a new database is created in Sybase. Are defaults optimal?
The shortest form
CREATE DATABASE Alfa
What will happen here? Where will the database be created? Answer is easy - on default device! If the administrator followed one of the best practices during devices administration, that the default device is on a dedicated file or disk. But if the administrator was too lazy, than the default device is still master!

