I had the same problem, and my data directory (C:\\Program Files (x86)\\Dragon Age\\tools\\toolssql\\Data) was also empty, I solved it by first fixing the permissions on the directory so that I could write to it. Then I started CMD and used a variant of the command, adjusted for my directories and the name of the databases in the bak file.
Here it is, worked for me, I got two new files in Data and now I can start everything. I run vista 64 and everything is installed at the default location.
"c:\\Program Files (x86)\\Microsoft SQL Server\\90\\Tools\\Binn\\SQLCMD.EXE" -S .\\BWDATOOLSET -E -Q "RESTORE DATABASE bw_dragonage_content FROM DISK = 'C:\\Program Files (x86)\\Dragon Age\\tools\\dbbak\\bw_dragonage_content.bak' WITH MOVE 'bw_dragonage_content' TO 'C:\\Program Files (x86)\\Dragon Age\\tools\\toolssql\\Data\\bw_dragonage_content.mdf', MOVE 'bw_dragonage_content_log' TO 'C:\\Program Files (x86)\\Dragon Age\\tools\\toolssql\\Data\\bw_dragonage_content.ldf'"
To get a command prompt use windows key + R and type cmd, enter.
Just make sure that you have permissions to write to the directory first, using properties, security and so on.
Modifié par Smergo, 06 novembre 2009 - 11:17 .