serilog-sinks-mssqlserver
serilog-sinks-mssqlserver copied to clipboard
How can I use it to support the split table ? eg:Logs20220118 ,Logs20220119
You can't - that is not (yet) supported.
There's a backlog item open though: #190
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.