Hi All,
We are taking AWS SQL Server RDS database backup with below script.
msdeploy.exe -verb:sync -source:dbFullSql="Data Source=mssqlsever.xxxxx.xxxxx.rds.amazonaws.com,1433;Initial Catalog=Mydatabase;User Id=user;Password=password
-dest:dbFullSql="C:\Mydatabase.sql"
But msdeploy.exe consumming all the memory and failing with below error
Error: Exception of type 'System.OutOfMemoryException' was thrown.
Please some body let us know how to handle the situations,How can we avoid using Memory.
Regards,