Sql server stop working in window 11 -22h2

Prashant Purohit 0 Reputation points
2023-01-15T19:08:53.6566667+00:00

I have system use i7(11th jen)[dell inspiron 7700]-i have problem that sql server 2012 is stop working after window update from 10 to 11(22h2).try sql server 2019 but its not work..n than i formate all system n install window 10 then sql server proper work but ...some last 5 days window forcefully update 10 to 11 ...i tried so much but its not stop n i tried pause for 20 days.then i tack support from windows customer care they change setting in recovery edit . but its not solve .thay not able to stop updation..pls help for my problem..i have mantaly tress for this issue bacause my work is stop without sql service.pls help and solve it as soon as possible .

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,702 questions
SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,344 questions
Windows for business Windows Client for IT Pros User experience Other
SQL Server Other
{count} votes

1 answer

Sort by: Most helpful
  1. Erland Sommarskog 121.4K Reputation points MVP Volunteer Moderator
    2023-01-15T19:41:11.94+00:00

    First, there is no forced update to Windows 11 from Microsoft's side. I have a laptop that is running Windows 10. I have been nagged to upgrade to Windows 11 a few times, but I have answered "not now" so far.

    However, if you are in a corporate environment it may be a different story. Then your IT department may have decided that everyone should move on.

    SQL 2012 is not supported on Windows 11. Well, in fact SQL 2012 is not supported at all any more. Nevertheless, I have SQL 2012 running on Windows 11.

    But there is a known issue with Windows 11 reporting a disk sector size for certain disk that SQL Server is not able to cope with. Check the SQL Server errorlog. If you see a message towards the end about 256 misaligned reads, this is the issue you are running into. For newer versions of SQL Server, a workaround is to specify trace flag 1800 as a startup parameter. However, I don't think this trace flag is implemented in SQL 2012. Microsoft has published a document with workarounds that you can try. (I have not tried this document myself, as I carefully avoided the disk model for which the problem exists when I built my computer.)

    2 people found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.