Quantcast
Channel: Forum Getting started with SQL Server
Viewing all articles
Browse latest Browse all 7129

msdeploy consuming all space in memory - Error: Exception of type 'System.OutOfMemoryException' was thrown.

$
0
0

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, 


Viewing all articles
Browse latest Browse all 7129

Trending Articles