We are Running a .sql script which was created by tablediff.exe using SQLCMD
The script execution fails with the ' 701: There is insufficient system memory to run this query. ' Exception.
The following was the SQL Server Configuration
* Operating System: Windows Server 2003
* Database : SQL Server 2005 Standard Edition SP2
* Main Memory: 4GB
* Virtual Memory: 6GB
* Processors: 2 nos (Intel XEON 1.6 GHz)
Since, we are replicating a Database from a staging database, we are using the tablediff.exe.
The Script file which was created by the tablediff will be at the maximum size of 30MB.
The following are the SQL Server Settings which we are using now,
* Min Server Memory: 0
* Max Server Memory: 2147483647
* Min Memory Per Query: 2048
* AWE Enabled: No
Any ideas on where is the issue ?
The script execution fails with the ' 701: There is insufficient system memory to run this query. ' Exception.
The following was the SQL Server Configuration
* Operating System: Windows Server 2003
* Database : SQL Server 2005 Standard Edition SP2
* Main Memory: 4GB
* Virtual Memory: 6GB
* Processors: 2 nos (Intel XEON 1.6 GHz)
Since, we are replicating a Database from a staging database, we are using the tablediff.exe.
The Script file which was created by the tablediff will be at the maximum size of 30MB.
The following are the SQL Server Settings which we are using now,
* Min Server Memory: 0
* Max Server Memory: 2147483647
* Min Memory Per Query: 2048
* AWE Enabled: No
Any ideas on where is the issue ?
Comment