Shubham Gupta
Results
1
comments of
Shubham Gupta
Hi, Similar issue, Passed an input file CREATE TYPE [dbo].[Survey_GPSCoordinates] AS TABLE( [ID] [int] NULL, [Latitude] [numeric](18, 12) NULL, [Longitude] [numeric](18, 12) NULL ) got the below error when using...