RepoDB
RepoDB copied to clipboard
Request: Specify supported SQL Server Versions
Describe the request
Today it took my quite some time to find out => my problem is that the Sql-statement to get the fields for a table does not execute on my old SQL Server 2008. Tracing does not help, at the end I started the Profiler on the server to see what happens and then I saw the problem.
Describe your wish
I would recommend to either put a check in your code (e.g. on the first run), or may be clearly state in the doc what SQL Server versions you support.