-
-
Droid Razr (XT912) Bloat Removal Script
Must have ROOT on your phone. Disclaimer holds strong for this script. If you do not know what it means to delete a system app do not even try this script. Apps/Widget Removed: Originators of this code: Deblur Debloat Script v0.1 by DirtyDroidX Bloatware Removal for DROID RAZR v3 by Brian Cohen socket84 (http://forum.xda-developers.com/) Team…
-
C# String Like
I had a need to find a string like function similar to MSSQL and found this useful function. Reference: http://stackoverflow.com/questions/5417070/c-sharp-version-of-sql-like
-
C# Get URL Details From Browser
Host: test.domain.org Host: test.domain.org Path: /templates/pbcontent.aspx Application Path: / URL: https://test.domain.org/templates/pbcontent.aspx?pageid=2147483707&id=86186 Path With Query: /templates/pbcontent.aspx?pageid=2147483707&id=86186
-
MSSQL – Valid Date
Validate a non-DateTime data type field is a really a date.
-
-
-
ASPX Page Control Enable / Disable
In some cases you need to disable controls on a page, this will help you disable various types of controls.
-
MSSQL – Data Transfer
Recently I had to transfer ICD9CM codes from one database to another with limited database permissions, I decided to let the database work for me to perform the task. Ideally you’d have Visual Studio SSIS or some other mass data transfer option but this query will help you to get the data across. One thing…
-
MSSQL – Identity Insert
Reference: http://technet.microsoft.com/en-us/library/aa259221(v=sql.80).aspx