sql server - Microsoft Data Platform Competency Spatial Data Types Failing -
i attempting pass the sql server 2012 platform ready tests.
i have selected "spatial data" 1 of tests. sql database contains geography data type field. have app inserting multiple records table, , reading them out (including dbgeography records).
when run microsoft platform ready test tool v4.1 , go through steps, fails spatial test stating: no records geography data type found or records count found less 2.
test status: fail test case/verification: tc 11.1 - geography data type present , record count greater 1 given table in sql instance?
as have geography field, , populated multiple records, not understand why failing.
create table blah
{ field1...,
[incidentlocation] [geography] not null,
}
any suggestions how pass?
to resolve issues believe test should passing, contact mpr support providing application id. odds grant waiver passing test you.
Comments
Post a Comment