Additional SQL Server features and topics not covered by specific categories
Thanks OlafHelper-2800. I was connecting to wrong DB instance. It worked after changing.
However, I want to copy to folder "E:\DBBackup". I am passing the value to @backupFolder as "E:\DBBackup". But the back up is getting copied to "E:\" drive only.
I am using the stored procedure mentioned in the Microsoft site: https://raw.githubusercontent.com/microsoft/mssql-support/master/sample-scripts/backup_restore/SQL_Express_Backups.sql
Can suggest what could be the issue ?
Kindly waiting for your response.