This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
versago3:dataview_setup [2022/09/07 12:53] dlee |
versago3:dataview_setup [2023/07/14 12:38] (current) dlee [Stored Procedure] |
||
|---|---|---|---|
| Line 63: | Line 63: | ||
| Store procedure parameters must be configured in the **// | Store procedure parameters must be configured in the **// | ||
| + | |||
| + | |||
| + | <WRAP center round important 100% > | ||
| + | **Stored Procedure Limitations** | ||
| + | </ | ||
| + | Versago uses the view sys.dm_exec_describe_first_result_set_for_object to determine the store procedure' | ||
| + | However, there are limitations with the system view that restricts the use of some store procedures in Versago. | ||
| + | The limitations include the use of temp tables and dynamic sql in the store procedure. | ||
| + | |||
| + | Use the following query to determine if your store procedure will be suitable to be used as a Versago data source: | ||
| + | |||
| + | < | ||
| + | SELECT name, system_type_name | ||
| + | FROM sys.dm_exec_describe_first_result_set_for_object(OBJECT_ID(@StoredProcedureName), | ||
| + | </ | ||
| + | |||
| + | |||
| ====View==== | ====View==== | ||
| Line 100: | Line 117: | ||
| ---- | ---- | ||
| + | **[[versago3: | ||
| **[[versago3: | **[[versago3: | ||
| | | ||