serilog-sinks-mssqlserver icon indicating copy to clipboard operation
serilog-sinks-mssqlserver copied to clipboard

How can I use it to support the split table ? eg:Logs20220118 ,Logs20220119

Open weiyan2012 opened this issue 3 years ago • 2 comments

weiyan2012 avatar Jan 18 '22 05:01 weiyan2012

You can't - that is not (yet) supported.

There's a backlog item open though: #190

sommmen avatar Jan 27 '22 07:01 sommmen

In the issue #190 @jonorossi suggested to use table partitioning to achieve this. If such requirements can be beautifully handled by well tested SQL Server we would rather not build anything into the sink that makes the code more complex and could lead to misconfigurations.

ckadluba avatar Feb 21 '22 13:02 ckadluba