How To Enable SQL Full Text Indexing
The following steps will tell you if your database version supports full text searching and if so how to enable…
All technologies, only pure source code
The following steps will tell you if your database version supports full text searching and if so how to enable…
The purpose of this article is to provide a way of cleaning up of HTML tags within the data. When…
As I am doing lots of experiments on my SQL Server test box, I sometime gets too many files in…
I was encouraged to write this Tip/Trick because of so many questions received for this issue. Suppose you’re having a…
Microsoft announced this morning the official launch date for the long-anticipated new version of Microsoft Office: Office 2016 will be…
I was wondering how it’s possible to get the structure of one or more table(s) in a database, using possibly…
After my post of yesterday, I’ve worked for creating a script to integrate Google Analytics (new version with analytics.js) and…
What’s that? I’ll let the code do the speaking. @{ Func<dynamic, object> b = @<strong>@item</strong>; } <span>This sentence is @b(“In…
Whilst working on a side project I started to notice I was using a lot of the same HTML to…