-
-
-
Code | Ektron | MSSQL | MSSQL - Ektron | MSSQL - Ektron 8.0.2 | SQL
Clean Up Database
CAUTION: This is a very powerful script, use at your own risk! This script will: Drop all non-system stored procs Drop all views Drop all functions Drop all Foreign Key constraints Drop all Primary Key constraints Drop all tables
-
-
Internet DateTime Compare/Sync
This application should not be used as a replacement for Microsoft’s W32Tm NTP Sync functionality. This application however will help when you do not have that service working. InternetTime Namespace (majority of the code) credit goes to Valer Bocan viewable at http://dotnet-snippets.com/snippet/simple-network-time-ntp-protocol-client/571 NTP Namespace is my addition to Valer’s code, while not industry standard in…
-
Update Windows Date/Time
GitHub: https://gist.github.com/dkittell/c3c930d1b432d51ebb71
-
-
Gregorian Date to Hijri Date
Recently I was asked to help convert Gregorian Date to Hijri Date and vice versa. One thing to note is that with Hijri date format you must keep it as a string.
-
-
You must be logged in to post a comment.