Click here to Skip to main content
15,880,469 members

Comments by Darek Danielewski (Top 4 by date)

Darek Danielewski 21-Dec-15 11:35am View    
Reason for my vote of 1 \n Very bad example of T-SQL. for one, it operates on varchar, which limits you to single-byte encoding. Second, limited to 16 characters only. Third, uses extra variable to pass the result back. Fourth, multiple checks for parameters passed in being NULL, with one of them changing the type of the original parameter.
If there was a way to give zero stars, I would.
Darek Danielewski 25-Jul-13 7:09am View    
Reason for my vote of 4 \n Interesting, but not as clean as P#.
Darek Danielewski 10-Jul-13 17:57pm View    
Reason for my vote of 3 \n C for effort
Darek Danielewski 16-Jun-13 21:45pm View    
Do you mean going from SQL to a C# app exposing a socket to connect to?