martinjw/dbschemareader

Will support sqlserver high version?

Closed this issue · 3 comments

public enum SqlType
{
/// <summary>
/// Microsoft SQL Server (2005, 2008, 2008 R2) including Express versions
/// </summary>
SqlServer,

In sqlserver2019 execute AllTables got nothing.

I'm using sql server 2019 developer edition myself. Is there an error? Are you sure the connection string is good?

Cricle commented

The query result schema will be const dbo.

SELECT @@VERSION
-- Microsoft SQL Server 2017 (RTM-GDR) (KB5021127) - 14.0.2047.8 (X64) 
--	Jan 25 2023 08:29:55 
--	Copyright (C) 2017 Microsoft Corporation
--	Developer Edition (64-bit) on Windows 10 Pro 10.0 <X64> (Build 19045: ) (Hypervisor)
Cricle commented

I think it had been support in current version.
I forked the project, and self design to support what I used version.

Very thanks the project and author.

Now I closed the issuer.