The stored-procedure tag has no wiki summary.
3
votes
1answer
141 views
How to use stored procedure in Geoserver?
I have a MS SQL Server 2008 R2 with and have stored procedure in here. I want to create layer in GEoserver using this. I try:
EXECUTE [dd_base].[dbo].[Request BaseSration]
'param1',
'param2',
...