I introduced in the x, y- table "events" field, which contains geometry (loc) with the following query :
update events set loc = geometry :: STGeomFromText (concat ('Point (', ltrim (STR (x, 99, 11 )), '', ltrim (STR (y, 99, 11) ) , ')' ) , 28406 );
where srid = 28406 for Pulkovo 1942 Gauss-Kruger zone 6 (took away http://cs2cs.mygeodata.eu/)And simply drag a table of events from the connection Catalog on the Map. Points layer - appeared .But in order to publish a layer it's needed to register table in gdb. I am tried from the context menu in the Catalog - Manage -> Register with Geodatabase but get an errorFailed to register with the Geodatabase.
Underlying DBMS error [Microsoft SQL Server Native Client 11.0]: the metadata could not be derermined because statement 'EXEC (@ ececstring) in procedure' sp_renamed 'contains dynamic SQL. Consider using WITH RESULT SETS clause to explicitly describe the result set '
What could be the reason?