Month: September 2019
Microsoft Azure Fundamentals Study Summary and AZ-900 Exam – Core Cloud Services – Security, responsibility and trust part 5
Microsoft Azure Fundamentals Study Summary and AZ-900 Exam – Core Cloud Services – Security, responsibility and trust part 4
Microsoft Azure Fundamentals Study Summary and AZ-900 Exam – Core Cloud Services – Security, responsibility and trust part 3
Microsoft Azure Fundamentals Study Summary and AZ-900 Exam – Core Cloud Services – Security, responsibility and trust part 2
Microsoft Azure Fundamentals Study Summary and AZ-900 Exam – Core Cloud Services – Security, responsibility and trust part 1
Microsoft Azure Fundamentals Study Summary and AZ-900 Exam – Core Cloud Services – Azure networking options part 3
How to uninstall SQL 2016?
Situation: The client like to know what’s the correct way to uninstall Microsoft SQL 2016 after uninstall Veeam backup software.
A: If I understand correctly you are trying to uninstall SQL 2016. I found the following Microsoft documentation that explains how to uninstall SQL 2016.
Uninstall SQL Server
https://docs.microsoft.com/en-us/sql/sql-server/install/uninstall-sql-server?view=sql-server-2016
Microsoft Azure Fundamentals Study Summary and AZ-900 Exam – Core Cloud Services – Azure networking options part 2
How to enable Shadow copy in Windows 10
By default, Shadow copy is disabled on Windows 10. To enable it run this command: wmic shadowcopy call create Volume=C:\. Note: C:\ is the drive you want to enable shadow copy. To enable E drive, run this: wmic shadowcopy call create Volume=E:\. Also, you may want to run a scheduler task to keep latest copy version.
Example
C:\WINDOWS\system32>wmic shadowcopy call create Volume=C:\
Executing (Win32_ShadowCopy)->create()
Method execution successful.
Out Parameters:
instance of __PARAMETERS
{
ReturnValue = 0;
ShadowID = “{EB44CB98-4037-4305-89BF-C7EBC3CE8FFC}”;