SqlCmd -S (localdb)\MSSQLLocalDB Then run:
So, does a true exist? The short answer is: Not in the traditional sense, but there are powerful workarounds.
CREATE DATABASE MyDatabase ON (NAME = MyDatabase_dat, FILENAME = 'E:\PortableSQL\Data\MyDatabase.mdf') LOG ON (NAME = MyDatabase_log, FILENAME = 'E:\PortableSQL\Data\MyDatabase_log.ldf'); GO attach.sql