I was trying to create a backup for my SQL Server Database using SQL Server Management Studio 2008 Express. I have created the backup but it is getting saved at some path which I am not able to find. I am saving it on my local HD and I checked in Program Files>Microsoft SQL Server>MSSQL 1.0>MSSQL>DATA> but its not there.
What’s the default save path for this DB .bak?
Should be in
In my case it is
If you use the gui or T-SQL you can specify where you want it
T-SQL example
With T-SQL you can also get the location of the backup, see here Getting the physical device name and backup time for a SQL Server database