-
MyCloud WD restore firmware
https://community.wd.com/t/4tb-my-cloud-disappeared-fast-blinking-blue-light-help/235961/15https://drive.google.com/drive/folders/0B_6OlQ_H0PxVRXll...
-
iVend - Restore database error - Retrieving COM Class error
Because missing SQLDMO which is from SQL 2005, that's why need to install SQL 2005 backward
Microsoft SQL Server 2005 Backward Compatibility Com...
-
Shopify - How to edit "Buy It Now" Button
Basically you add the following code to your 'theme.js' file (at the bottom but before '$(theme.init);') and change the words 'DONE SHOPPING' to wh...
-
SQL - List of tables which enable change tracking
select sys.schemas.name as Schema_name, sys.tables.name as Table_name from sys.change_tracking_tablesjoin sys.tables on sys.tables.object_id = sys....
-
SQL - Amount to Word (Vietnamese)
fsothanhchu fsothanhchu_mini
---------------------------------------------------------------------------------------------Create FUNCTION [dbo].[fS...
-
IIS Error - The process cannot access the file because it is being used by another process.
This issue may occur if TCP port 80 and/or 443 is grabbed by a different service.
(Normally Skype by default use port 80)
netstat -aon | find "...
-
SQL - Get Date Only function
CREATE function [dbo].[uf_GetDateOnly](@Date datetime)returns datetimeasbeginreturn Convert(DateTime, Convert(VarChar(30), @Date, 102) + ' 12:00:00...
-
.NET - Generate QR Code
Add QRCoder in NuGet
public static Bitmap GenerateQRCodeBitmap(string QRCode){QRCodeGenerator qrGenerator = new QRCodeGenerator();QRCodeData qrCode...
-
Windows - Install IIS by command
------------------------install IIS 75-------------------------
START /WAIT DISM /Online /Enable-Feature /FeatureName:IIS-ApplicationDevelopment /F...
-
Crystal Report - How to pass multi value parameter in crystal report with store procedure
Parameter: select multi customer for report
1. Create store procedure :
create proc report
@CardCode nvarchar(max)
as
select * from ocrd where C...
Use left/right arrows to navigate the slideshow or swipe left/right if using a mobile device