Jason Boyd

Results 2 issues of Jason Boyd

**Describe the bug** Using SQLProvider 1.3.8 Given a SQL table named `A.B.C` This f# code: `for t in ctx.Dbo.ABC` Produces this FROM statement when querying SQL Server: `FROM [dbo.A.B].[C]` instead...

### Verified issue does not already exist? I have searched and found no existing issue ### What error did you receive? Errors vary, `Get-DbaDbTable` returns null while `Import-DbaCsv`, for example,...

feature