본문 바로가기

Web_Application/C#

[c#] mssql spatial data 길이 취급 주의



geometry/geography varbinary(max) 가 한계 길이 STAsText() 로 Sql Management에서 취급하는 것은 한계가 있다.

UnitTest 나 Console 프로그램에서 Binary로 전송 된 Data 들을 다시 Text로 변환 후 수정하고 다시 Binary 로 업데이트 한다.

주고 받는 형식은 sql 쪽은 Binary C# 쪽에서는 Bytes로 취급한다.