http://blog.tonysneed.com/2010/08/05/setting-up-sql-server-2008-express-with-profiler/
I'm following this tutorial here that shows you how to install sql server express (db engine only) using this script:
setup.exe /FEATURES=SQLEngine /Q /INDICATEPROGRESS /ACTION=Install /INSTANCENAME=SQLEXPRESS /BROWSERSVCSTARTUPTYPE=Automatic /AGTSVCACCOUNT=”NT AUTHORITY\NETWORK SERVICE” /SQLSYSADMINACCOUNTS=”BUILTIN\Users” /IACCEPTSQLSERVERLICENSETERMS
But before I run it, it says to run the .exe file and then copy the files from the temporary folder it created to the an installation directory.
Which directory does sql server 2008 r2 store to?
Should it be inside the folder:
/Miscrosoft SQL Server/80 or 90 or 100