Tuesday, September 27, 2016

VMWare error: Could not get vmci driver version















Somebody says that you open up the configuration file of the VM and try to vmci0.present=FALSE. This can solve the problem at instance but another problem occurred that is the network of VM does not work.
The correct way to fix this problem is run the VM Installer again with Administrator privilege and select repair. This will fix your problem.

Wednesday, September 7, 2016

View or Change the Default Locations for Data and Log Files (SQL Server Management Studio)


  • In Object Explorer, right-click on your server and click Properties
  • In the left panel on that Properties page, click the Database settings tab.
  • In Database default locations, view the current default locations for new data files and new log files. To change a default location, enter a new default pathname in the Data or Log field, or click the browse button to find and select a pathname.

NOTE: After changing the default locations, you must stop and start the SQL Server service to complete the change.