0
DominaTang created
After upgrade and deploy the application (EF core, Micro serivce) , the app data access layer throw timeout exception, here is one of example:
(@p6 uniqueidentifier,@p7 nvarchar(40),@p4 nvarchar(40),@p5 datetime2(7))UPDATE [Agents] SET [ConcurrencyStamp] = @p4, [LastModificationTime] = @p5 OUTPUT 1 WHERE [Id] = @p6 AND [ConcurrencyStamp] = @p7
The agents table has 900+ records only. Azure SQL server's compatible level is SQL Server 2019.
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
No answer yet!
Showing 576 to 27 of 27 entries.