geometry/geography varbinary(max) 가 한계 길이 STAsText() 로 Sql Management에서 취급하는 것은 한계가 있다.
UnitTest 나 Console 프로그램에서 Binary로 전송 된 Data 들을 다시 Text로 변환 후 수정하고 다시 Binary 로 업데이트 한다.
주고 받는 형식은 sql 쪽은 Binary C# 쪽에서는 Bytes로 취급한다.
'Web_Application > C#' 카테고리의 다른 글
[c#] selenium chrome driver scrollup/down (0) | 2017.10.17 |
---|---|
[HtmlAgilityPack] SelectNodes Return : System.ArgumentNullException: 값은 null일 수 없습니다. (0) | 2017.09.05 |
[c#] DLL 'SqlServerSpatial140.dll'을(를) 로드할 수 없습니다. 지정된 모듈을 찾을 수 없습니다. (예외가 발생한 HRESULT: 0x8007007E) (0) | 2017.07.12 |
[c#][mssql] Spatial Data type을 취급하기 위한 필수 패키지 (0) | 2017.07.12 |
Convert string format to Datetime (0) | 2017.06.27 |