NetPad
NetPad copied to clipboard
Is Integrated Security supported ??
I was able to successfully test connection using below connection string
Data Source=<some_server>;Initial Catalog=<some_db>;Integrated Security=True;Trust Server Certificate=True;
But fails during scaffolding with error
One or more errors occurred. (No scaffolded files found in output dir.)
Note - I am able to make a connection to some other sql server using Basic Auth