Event ID - 17803

Event Id17803
SourceMSSQLServer
DescriptionInsufficient memory available.
Event InformationCAUSE:
This error is a generic message indicating an out-of-memory condition somewhere within the SQL Server memory space. This condition could be from non-SQL Server code running within the SQL Server process, such as extended stored procedures or MDAC providers, or it could be from something happening within SQL Server itself.

RESOLUTION:
This error is only meaningful when combined with other troubleshooting information. The appropriate troubleshooting steps will therefore depend greatly on the initial data that is gathered. You should:
1. Determine if there is a correlation between the errors and any particular activity on the SQL Server instance or the server, such as extended stored procedure execution, linked server query execution, certain types of queries, certain users on the system, specific times of the day, scheduled jobs, etc.
2. Check the SQL Server error logs and the Event Viewer logs for other errors around the same time.
3. Check your sp_configure settings for network packet size. If network packet size is greater than or equal to 8 KB, reset network packet size back to the default value of 4 KB and see if that makes any difference.
4. In many cases you will need to involve Microsoft Product Support Services (PSS) for further troubleshooting steps.
Reference LinksMicrosoft product: SQL Server Version: 2000.80.760.0 Event Source: MSSQLServer Event ID: 17803

Catch threats immediately

We work side-by-side with you to rapidly detect cyberthreats
and thwart attacks before they cause damage.

See what we caught

Did this information help you to resolve the problem?

Yes: My problem was resolved.
No: The information was not helpful / Partially helpful.