Closed Clown-CT closed 11 months ago
Can you confirm if it's only against .net8? Also, would you able to provide the connection string as well?
Can you confirm if it's only against .net8? Also, would you able to provide the connection string as well? Yes in net8 ,connection string is “SERVER=xxx;DATABASE=xxx;UID=sa;PWD=xxx;TrustServerCertificate=true” Application environment is Docker Linux Database Server "windows server 2019" Database version “Microsoft SQL Server 2008 R2 (SP3) - 10.50.6000.34 (X64) Aug 19 2014 12:21:34 Copyright (c) Microsoft Corporation Enterprise Edition (64-bit) on Windows NT 6.3
(Build 17763: ) ” Thanks
Closing this issue as Microsoft SQL Server 2008 R2 is out of support. You probably need to install a patch to enable TLS 1.2 on SQL Server 2008 R2. See this page for more details: TLS 1.2 support for Microsoft SQL Server - SQL Server | Microsoft Learn
AccountRepository.DbSet.Select(c => c.Fnumber).ToList()
but Normal query is performed in windowServer2012R2_SQLServer2008R2 Ask for help. Thank you