API/CodeSamples/VisibleDataSources.md
... ...
@@ -57,7 +57,8 @@ End Class
57 57
58 58
##Alternate Usage: All Tables, Views and Stored Procedures Visible
59 59
60
-If you would like for all tables, views and stored procedures to be shown you can use the following schema query to populate the visible datasources. (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 )
60
+If you would like for all tables, views and stored procedures to be shown you can use the following schema query to populate the visible datasources. (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)
61
+**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.
61 62
62 63
```csharp
63 64
//setting vis datasources