SharePoint provides a very detailed set of RESTful API which
allows us to interact with SharePoint data lists. When sending GET API calls,
there is no need for additional security validation. When sending a PATCH
(update) or POST (create), SharePoint requires that the request headers have an
additional header with an authorization token. In this article, we take a look
at getting this authorization...
9/15/18
Managing SSIS Catalog Database Space

SQL Server Integration Services (SSIS) is a great tool for
building ETL processes. On SQL Server,
we can configure an integration services catalog to deploy and configure all
the SSIS packages. When using this service, there is also a catalog database named
SSISDB that needs to be maintained...