Description
SQL Server Spatial TSQL Stored Procedures is a complete collection of TSQL functions and procedures for a developer using SQL Server Spatial (various editions).
The TSQL functions include the all the base functions and a full set of Linear Referencing System (LRS) functions.
The documentation for these functions is hosted on this website at the following two locations:
SQL Server Spatial Code Documentation
SQL Server Spatial LRS Code Documentation
Here is a summary of the number of functions in the package.
| routine_schema | routine_type | data_type | count_by_type |
|---|---|---|---|
| lrs | FUNCTION | TABLE | 2 |
| lrs | FUNCTION | SCALAR | 39` |
| lrs | PROCEDURE | SCALAR | 1 |
| dbo | FUNCTION | TABLE | 23 |
| dbo | FUNCTION | SCALAR | 130 |
| dbo | PROCEDURE | SCALAR | 5 |
| cogo | FUNCTION | TABLE | 1 |
| cogo | FUNCTION | SCALAR | 53 |
| TOTAL: | 254 |






Reviews
There are no reviews yet.