API/CodeSamples/VisibleDataSources.md
... ...
@@ -61,6 +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
+
64 65
**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 66
66 67