What is Azure Role-Based Access Control (RBAC)

Background In terms of cloud computing, access control plays vital role in order to manage permissions effectively. Any organization using cloud, they need to provide wide range of permissions to their employees as well as third part as part of the operational activities. IT resources, for instance, might require higher level of permission on those cloud services as compare to business users because IT employees … Continue reading What is Azure Role-Based Access Control (RBAC)

How To Import Or Restore BACPAC File Using SQL Server Management Studio?

Introduction  Backup package (BACPAC) contains schema and data for SQL Server database. We can export the database into BACPAC and import it in new environment as a new database. This can be used as per our convenience to migrate data from one environment to another or one SQL Version to another. This restore option has become best choice for Database Administrator and developer for migration … Continue reading How To Import Or Restore BACPAC File Using SQL Server Management Studio?

Introducing a SharePoint App Bar in Modern SharePoint Online

Modern SharePoint is coming with lots of new and exciting features on regular basis. Microsoft is rolling out another new feature, called SharePoint App bar to enhance the global navigation experiences. In this article, I will give insights of SharePoint App bar and how it will enhance the user experiences. The SharePoint app bar brings a consistent navigation experience to every site on your intelligent … Continue reading Introducing a SharePoint App Bar in Modern SharePoint Online

What are the Options for Database Backup and Restore? How to Export BACPAC using SSMS?

Background  Developers use one database to develop the solution and then need to create another environment such as Testing and Production. Once everything is ready in a development environment, we need to deploy it for a testing or staging environment. To deploy the application from one environment to another, we need to create a database or deploy a database too. We may need the same … Continue reading What are the Options for Database Backup and Restore? How to Export BACPAC using SSMS?

How to Publish Report from Power BI Desktop to Power BI Service?

Introduction Once we develop or design the Power BI reports using Power BI Desktop, we need to publish it and share with the user. This article describes how to publish Power BI reports to Power BI Service online with necessary steps and guidelines for deployments of reports to Power BI Service. Mainly, this article explains the steps to publish reports from Power BI Desktop to … Continue reading How to Publish Report from Power BI Desktop to Power BI Service?

Restore list from Existing in Modern SharePoint Online

Recently, we have observed that save list as a template option is missing for Modern SharePoint Online site. Because of which many users are getting confuse on how to restore their existing list into another site which is mostly required and quite normal in terms of SharePoint. Save as s template was very handy option to copy list definition as well as to migrate it … Continue reading Restore list from Existing in Modern SharePoint Online

What is deployment slots in Azure App Service.

Background In Conventional web hosting, we deploy or publish an application to hosting and soon after publishing, user can access the application via an endpoint or a domain (say myapplication.com). Consider a scenario of releasing next version of same application, we again need to release the solution into another staging environment which need to have environment settings which is a manual and time-consuming job. In … Continue reading What is deployment slots in Azure App Service.

How to Configure Power BI Report Server

Introduction Many organizations are reluctant to go to cloud environment due to various reasons such as data privacy, security, compliance or data-sovereignty and data sensitivity. Power BI Report Server is best option for those who has compliance issue to keep their data in the cloud or Power BI online and want to use Power BI reports for reporting, business intelligence and data analysis. In previous … Continue reading How to Configure Power BI Report Server

How to Register Report Server from SQL Server Management Studio

Introduction SQL Server Reporting Services (SSRS) is a part of a suite of Microsoft SQL Server services. This article explains hot to handle connection issue in SSRS. By default, when we setup report server configuration manager it registers the Report Server but sometimes it may fail, and we need to register it manually. So, in this write up I will explain how we can handle this registration … Continue reading How to Register Report Server from SQL Server Management Studio

What is Power BI Report Server and How to Install It

Introduction Power BI is a business intelligence platform which helps to represents data in graphical view, share and analyze data. Many companies are not allowed to go to cloud services and bound to on-premises environment because of several reasons such as data privacy, security, compliance or data-sovereignty and data sensitivity. As Power BI is robust platform for data analysis and visualization. It is most demanding … Continue reading What is Power BI Report Server and How to Install It