Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Peter99
Constraint Violating Yak Guru
498 Posts |
Posted - 2013-04-17 : 17:50:09
|
Hi,When application guy press submit button, he is receiving this error:There is insufficient system memory in resource pool 'internal' to run this query. A serer error occured on the current command. The results, if any, should be discarded.I think this error is related to sql server (SQL Server 2008, SP3 64X running on windows 64 bits) not application. Total memory is 32GB. 4 GB assigned to other instance and 24GB to this instance.Any help?Thanks |
|
chadmat
The Chadinator
1974 Posts |
Posted - 2013-04-17 : 18:05:34
|
What is the submit button doing?-Chad |
|
|
Peter99
Constraint Violating Yak Guru
498 Posts |
Posted - 2013-04-17 : 18:28:08
|
Submit button write data in database or Save record. |
|
|
|
|
|