Other Technical Tips

QLS related_Optimum

SQL SERVER – SQL Server Agent Missing in SQL Server Management Studio (SSMS)
Learning never stops when you are a consultant. While doing my recent Comprehensive Database Performance Health Check my client asked an interesting questio...
Thu, 9 Nov, 2023 at 9:42 AM
Schedule Database Backup in SQL Server Express Version by using Task Scheduler
User need to Save the script inside a notepad, rename it to Backup.sql, and save into drive 1st. DECLARE @MyFileName varchar(1000) SELECT @MyFileName = (S...
Wed, 15 Nov, 2023 at 4:31 PM
[OPTIMUM] How to change company name or address
Scenario:   Company have moved and need change new address or change new company name. Have try go to File > Company Profile to key in the new company a...
Fri, 17 Nov, 2023 at 11:03 AM
Vs Shell Installation Has Failed With Exit Code 1638
You may receive the following error while installing MSSQL 2017 on Windows 2012 R2 Server VPS or Dedicated Server. Vs Shell Installation Has Failed With Ex...
Mon, 20 Nov, 2023 at 2:03 PM
Fail to Access API after Deploy
Solution: Please do remember to install DotNetCore.2.0.5-WindowsHosting.exe you can refer this link : https://download.microsoft.com/download/1/1/...
Wed, 22 Nov, 2023 at 4:03 PM
Navigation accidently close and when click for visible not in correct place
Scenario:  Navigation panel closed accidentally, when tick for visible not in correct place or at center Solution: 1) Click and hold the Navigation ...
Wed, 22 Nov, 2023 at 4:14 PM
How to connect API with localhost DB
Scenario: I don't have Cloud DB Code, only localhost DB Solution: Step 1 - Come to APIV2 Folder (i place my API folder straight to C Drive...
Wed, 22 Nov, 2023 at 4:16 PM
How to test Create transaction journal in API
Step 1 - After successfully Connect to LocalDb > then look for journal > 1st Journal Option is GET /API/Journal > Press "Try it out"  ...
Wed, 22 Nov, 2023 at 4:29 PM
IIS Happen Error while start API service w3svc/WAS was not found on computer
OR Please Click Control Panel > Press "Programs" . Press Turn Windows features on or off Please make sure you have ti...
Wed, 22 Nov, 2023 at 4:39 PM
How to force stop Services
Overview If you have a service that is not responding or showing pending in Windows services that you are unable to stop, use the following directions to f...
Fri, 5 Jan, 2024 at 2:37 PM