As TDM was replaced with Powershell scripts in SDL Tridion 2013, it's even easier now to automate database creation. Here're the scripts to create CM database on MS SQL: param($dbServer,$dbName, $dbAdminUser = "sa", $dbAdminPassword = "password") "Creating... Read the full text.