The Inbox Repair Tool is your first-aid-kit when it comes down to corruptions in your Outlook’s data storage file (pst-file). https://www.youtube.com/channel/UCLop2-XaRme45Pg9X7UmfOQ?sub_confirmation=1 A common need for running this tool is when Outlook refuses to load or…
Browsing Category PRODUCTIVITY
How to Migrate File Share to SharePoint Online
SharePoint Online is a cloud-managed file storage solution, where users can share, manage and collaborate on documents in real time. A file server typically stores them on your onsite network, or an offsite data-Centre in some cases, where SharePoint Online stores your files in the Microsoft cloud. SharePoint Migration is a free tool provided by Microsoft and works great to migrate existing File Server, on-prem SharePoint Server to the SharePoint Online. Below are the to download the tool, setup and migrate your data successfully
Installing the Ubuntu 20.04 Base System
Insert the Ubuntu install CD / DVD / USB stick into your system and boot from it. When you install the OS in a virtual machine like I will do it here, then you should be able to select the downloaded ISO file as a source for the CD/DVD drive in VMWare and Virtualbox without burning it on CD first. Start the server or virtual machine, it will boot the system and start the installer.
1 – Login on vCenter/vSphere
SharePoint 2016/2019 Migration step by step
Step 1 First, take a content database backup from old server. Please follow the steps below. Go to the central admin and click on “Manage Content Databases”. 2. Select the web application for which you…
How to restore database in SQL
Select the database and then right-click on the database, select Tasks > Restore > Database, which will open the Restore Database dialog box 2. Double click on the “Device”. 3. Click on the “Add” to add backup in the database. 4. Select…
How to Install SQL Management Studio
Download your desired version of Microsoft SQL Server. Find the file “SQLManagementStudio_x64_ENU.exe” where you placed and Double Click on it to start the installation. 3. Select “New Installation” as below screenshot. 4. Select the SQL…
How to install SQL Express.
Download your desired version of Microsoft SQL Server. Find the file “SQLEXPR_x64_ENU.exe” where you placed and Double Click on it to start the installation. Select “New Installation” as below screenshot. 4. Accept the Agreement and…
How to Deploy SQL database to MS Azure.
Open the SQL Management Studio where your database is restored. Right click on the database, and select Tasks >> Deploy Database to Microsoft Azure SQL Database. 3. Click on Next. 4.Click on Connect then select…
How to create a new Database in SQL
Launch SQL Management Studio and connect to your SQL Server instance. Right Click on “Database” and then select “New Database”. 3. Below ‘New Database’ screen will appear. Enter ‘Database name’ Now you have successfully created a…