Every Content database in SharePoint Contains an EventCache table that is the change log for objects contained in the database. Each row in this table is depicting a change in an object where columns usually contain information such as the date and time of a change, the type of object that was changed, the nature of the change, and a unique identifier for the object. EventCache table is important because it stores the list of site events for which users might have requested alerts.
As Small syntax error or order of tag in spquery can result any web part (or any thing in which spquery is used) doesn’t work, I’m explaining SPQuery with example, hope which may help you. CAML (Collaborative Application Markup Language) SPQuery is the SharePoint object which is used to perform a query operation against SharePoint data. SPList.getItems(SPQuery) is the step, will return SPListItemCollection which satisfies the query.SPQuery has one data member ‘ Query’ , which need to set before passing SPQuery object to SPList . Some Properties Properties Description RowLimit Gets or sets a limit for the number of items returned in the query per page. <RowLimit>10</RowLimit> --- Can be used as: query.rowLimit = 10; ViewFields Gets or sets the fields that are displayed in the query. <ViewFields> <FieldRef Name='Title'/> <...
This Article was founded at Sharepoint 2013 In this article: Limits by hierarchy This section provides limits sorted by the logical hierarchy of a SharePoint Server 2013 farm. Web application limits The following table lists the recommended guidelines for web applications. Limit Maximum value Limit type Notes Web application 20 per farm Supported We recommended limiting the number of web applications as much as possible. Create additional host named site collections where possible instead of adding web applications. Zone 5 per web application Boundary The number of zones defined for a farm is hard-coded to 5. Zones include Default, Intranet, Extranet, Internet, and custom. Managed path for host-named site collections 20 per farm Supported Managed paths for host-named site collections apply at the farm level. Each managed path that is created can be applied in any Web application...
Comments