Lookin' At Dot Net

“What’s magic, eh? Just wavin’ a stick an’ sayin’ a few wee magical words. An’ what’s so cleaver aboot that, eh? But lookin’ at things, really lookin’ at ‘em, and then workin’ ‘em oout, now, that’s a real skill.” The Wee Free Men, Terry Pratchett

Tuesday, August 18, 2015

T-SQL Replace Every Occurrence of Specific Text in a Column with Other Text

›
This syntax can be used to replace any instance of a word or string of some specific text that appears anywhere in a column (in any row) w...
Thursday, February 19, 2015

remove entry from run command

›
Open up regedit.exe through the start menu run box, and then navigate down to the following key: HKEY_CURRENT_USER\Software\Microsoft\Windo...
Thursday, August 15, 2013

Reference for Asci for special symbols

›
Found this excellent reference http:// amp-what.com    . Gives the asci for special chars with a very nice visual display.  Enter the req...
Monday, March 19, 2012

›
I came across some very cool t-sql to generate a comma delimited list of (char,varchar) column values from selected rows:  (Note: the '...
Tuesday, July 26, 2011

Using REGEX to Change Case Selectively

›
I had a list of generic medications where the names were capitalized. I needed to change the spelling to lower case, which is the accepted w...
Monday, July 11, 2011

How to Convert an Image in jpg or other Format to an Icon

›
To convert an image in jpg or other format to an Icon Open the image in Ms Paint Click on File -> Save As and 1. Choose “Save as Type” as...
Tuesday, February 1, 2011

Two C# Solutions for the FizzBuzz Problem

›
In case you are interested... namespace FizzBuzz { class Program { static void Main( string [] args) { ...
5 comments:
›
Home
View web version
Powered by Blogger.