I need to execute the following statement
ALTER DATABASE DatabaseName ...
in my .sql script. But I want to keep my script neutral to the specific database. So I want to make ALTER DATABASE work on the current database. I hoped DatabaseName is optional parameter, but according to documentation, it is not.