Search results 59
Sorted from new to old.
Triangular coded msg in file
Decodes message from file based on number in each line of text. Attached ...
UniqueRandomID in SQL
Generate new Random ID, unique not duplicated in two columns in two tables. ...
Install/Uninstall SQLNativeClient DB driver
Install/Uninstall SQL DB driver. SQLNCLI.msi that is needed when you do ...
Random Number in SQL
Generate Random number inside SQL using timestamp (GetDate function) One of ...
SQL Cross Apply String_Split with XML Path
SQL select statement to convert list of IDs found in column (from more than row ...
ConcatenateStrings_AmongString
Collect strings matching search from a longer string. I used it to concatenate ...
HTMLPadding_or_Margin
Finds the padding or margin from a style statement for an HTML tag. Passing ...
Latest records date and count
Find how many items in table, with column DateAdded is the latest DateAdded in ...
Refresh Table from View
Convert SQL View into table for speed reading. Using views a lot, I needed a ...