Christopher Klein

768
reputation
252 views

Registered User

name Christopher Klein
member for 1 year
seen Nov 24 at 13:46
website
location US
age 40
Microsoft SQL/C# developer
Nov
6
comment How to undo another user’s checkout in TFS?
+1; attrice.info/cm/tfs
Nov
4
awarded  Popular Question
Oct
29
answered Why no love for SQL?
Oct
23
comment Help me delete the last three chars of any string please!
since he said 'any string' this seems to work fine, dont need to do the UrlDecoding.
Oct
22
comment Exposing SQL Server database objects as files in a file system
yeah, it serves the purposes of our SAS70 auditors who just need to know what was changed and when, not necessarily that it changed 20 times during the development process. The deployment on our production server is very sporadic so it provides a good way to basically roll-back an entire update, or partially, if needed since you have all the history.
Oct
21
answered Exposing SQL Server database objects as files in a file system
Oct
15
accepted How to change the color of expanded regions’ titles in VS2008?
Oct
13
revised How to change the color of expanded regions’ titles in VS2008?
added 385 characters in body
Oct
13
answered How to change the color of expanded regions’ titles in VS2008?
Sep
28
comment Hidden Features of SQL Server
you can also use COALESCE() to do the same thing without the need to initialize the variable. SELECT @nvcConcatonated = COALESCE(@nvcConcatonated+',','')+CAST(C.CompanyName as VARCHAR(255)) FROM...
Sep
28
comment Anyway to make a IList.Contains() act more like a wildcard contains?
I went with this one since the .Any returns a bool. thanks :)
Sep
25
comment Anyway to make a IList.Contains() act more like a wildcard contains?
nice... (but true)
Sep
25
asked Anyway to make a IList.Contains() act more like a wildcard contains?
Sep
23
revised What’s the most egregious pop culture perversion of programming?
typos
Sep
19
awarded  Yearling
Sep
16
comment Comparing two database tables
guess a link is worth 48 lines of code ;)
Sep
15
answered Comparing two database tables
Aug
7
answered How do you count the lines of code in a Visual Studio solution?
Aug
7
answered Saving Excel 2007 documents
Aug
6
comment .NET webbrowser control automation
playing EVONY or something else? ;)
Jul
23
answered Need C# function to convert grayscale TIFF to black & white (monochrome/1BPP) TIFF
Jul
23
comment How can I update my SQL Server database schema?
Love the RedGate compare, although there are other apps out there. Still, biggest issue to consider is order of dependency which RedGate will not help you figure out except manually.
Jul
15
comment Is 23,148,855,308,184,500 a magic number, or sheer chance?
well Obama did say that he had a new stimulus plan in the works to ease the deficet...
Jul
14
comment Passive Logging in an existing .NET Web Application?
+1 for making me go to two different wiki sites before I found the definition of a 'brownfield application'. I need to keep up with the lingo better...
Jul
1
answered How do I bypass fan on my Inspiron 1501 mobo
Jun
30
comment How can I find the Month when all I have is the week number in c#
doesnt seem to get much simplier than 1-52 according to the OP
Jun
30
answered How can I find the Month when all I have is the week number in c#
Jun
30
answered Best way to handle file uploads through HTTP
Jun
30
comment How to Make this SQL Task Faster to Complete
+1 as much as I liked the old 'UPSERT' in previous SQL versions, MERGE makes life so much easier
Jun
29
comment Confessions of your worst WTF Moment. (What not to do.)
+1 I think most database folks, if they are willing to admit it or not, have made that classic mistake at one point where forgetting to write the 'where' clause.
Jun
29
comment How to geocode non-standard business addresses
they can come and get me... I'll be the one doing my best Al Bundy, drinking beer and watching the game.
Jun
28
comment How to geocode non-standard business addresses
yeah, I was able to convert the address the OP needed
Jun
27
answered How to geocode non-standard business addresses
Jun
25
comment What programming skills I need to become an iPhone developer?
+1 awesome link, you can download the whole lecture series to iTunes and work thru it at your own pace. been looking for something like this!