7f2d79c3ba564f2c556f2ecbe70ee3ee31538c6e
API/CodeSamples/VisibleDataSources.md
| ... | ... | @@ -61,7 +61,7 @@ If you would like for all tables, views and stored procedures to be shown you ca |
| 61 | 61 | |
| 62 | 62 | **IMPORTANT!** |
| 63 | 63 | **Stored Procedures that are not used for reporting must be limited using the where clause in this query. Stored Procedures are run when loading the data source list, so any that are used to drop tables, delete records, etc. should not be included. This will execute all Stored Procedures allowed with NULL parameters. This should be used only for trialing and testing purposes.** |
| 64 | -**After updating your data source, and the updated tables are not visible in the data source tab, then try to click 'Update Schema' in settings.aspx. Then, the updated will be visible in date source tab. |
|
| 64 | +**After updating your data source, and the updated tables are not visible in the data source tab, then try to click 'Update Schema' in settings.aspx. Then, the updated will be visible in date source tab.** |
|
| 65 | 65 | |
| 66 | 66 | |
| 67 | 67 | **Note:** On initial loading of Izenda with this method, this could take moment to load depending on the number of data sources being loaded. It may give the appearance that the page is stalling. Please wait a few minutes to allow all data sources to be loaded and stored procedures to be run. Alternatively, set [[AdHocSettings.LazySpMetadataPulling|http://wiki.izenda.us/API/CodeSamples/LazySpMetadataPulling]] equal to true, forcing Izenda to only run stored procedures if and when they are selected as a data source. |