SQL Server Support Blog

Options
19.2K
Dharshana on Apr 23 2023 02:29 PM
17.8K
JuanPabloSalg on Mar 29 2023 08:11 AM
1,806
JayaprakashJothiraman on Dec 19 2019 04:31 PM
2,097
Joseph Pilov on Feb 10 2019 05:23 PM
6,841
Joseph Pilov on Feb 10 2019 05:23 PM
1,808
Joseph Pilov on Feb 10 2019 05:23 PM
15.4K
Joseph Pilov on Feb 10 2019 05:22 PM
8,236
Simon Su on Jan 15 2019 06:04 PM
5,585
Simon Su on Jan 15 2019 06:00 PM
32K
Simon Su on Jan 15 2019 05:57 PM
2,423
mssql-support on Jan 15 2019 05:50 PM
4,840
mssql-support on Jan 15 2019 05:45 PM
105K
mssql-support on Jan 15 2019 05:41 PM
1,247
mssql-support on Jan 15 2019 05:34 PM
11.2K
Guillaume Fourrat on Jan 15 2019 05:32 PM
4,200
mssql-support on Jan 15 2019 05:25 PM
3,295
mssql-support on Jan 15 2019 05:24 PM
2,188
mssql-support on Jan 15 2019 05:23 PM
1,955
mssql-support on Jan 15 2019 05:20 PM
841
mssql-support on Jan 15 2019 05:09 PM
563
mssql-support on Jan 15 2019 05:05 PM

Latest Comments

"Even without any memory optimized tables,number of checkpoint files keep going up every time we issue a checkpoint"Is there any reason that this keeps on happening even after the table is dropped? What is stored in those checkpoint files and why are they there even in a situation where there is no ...
0 Likes
First SQL Query as text for the next poor fellow who finds this post :D SELECT spm.class_desc, spm.permission_name, spm.state_desc, spr.name, spr.type_desc, spr.is_disabled, ep.name AS EndpointName, ep.protocol_desc AS EndPointDescription, ep.state_desc AS EndPointState, ep.type_desc AS EndpointType...
1 Likes
This is a Windows defect.If memory allocation calls are going to fail due to a lack of resident available memory then Windows should be setting the memory pressure state so that applications can voluntarily release memory rather than just crashing.
0 Likes
I am here because I got this error and hoped I would find a clue, but no dice. In your case it might be explained by nvarchar(max), however I got it on a postgreSQL boolean column which is bit on SQL server. Makes no sense. Discard this. I found my solution, naturally outside Microsoft Tech Communit...
0 Likes