Viewing 10 posts - 1 through 10 (of 10 total)
June 6, 2017 at 11:29 am
A lot of people are using .Net. The problem is that most .Net developers are more like regular people than they are developers. They don't really understand enough about how code...
June 6, 2017 at 12:04 am
SET @User = 1234;
UPDATE...
January 18, 2017 at 8:19 am
January 18, 2017 at 7:37 am
January 16, 2017 at 2:40 pm
Sometimes a developer does not fully understand the data and uses the wrong keys for joins.
Sometimes a non-developer tells a developer what to do, but contains assumptions not...
January 16, 2017 at 8:42 am
Keep your data clean, and fix your processes to collect needed data.
How:
Create data testing procedures and email the failures to people who can get the data corrected....
January 16, 2017 at 8:16 am
How would I join the last cross apply TOutType(XOutType) with the @name attribute from TOut(XOut)?
See below. I am simply trying to lookup the output parameter node in the wsdl...
October 24, 2016 at 12:49 pm
Viewing 10 posts - 1 through 10 (of 10 total)