Viewing 15 posts - 16 through 30 (of 68 total)
Is there an algorithm out there similar to this that will dicern from people's first name what gender they are? This may be asking a bit much, but I...
September 24, 2012 at 2:44 pm
Lynn Pettis (9/24/2012)
Can TotalDue every be less than 0?
No. And there are no nulls.
September 24, 2012 at 12:42 pm
You know, it worked. It tool 3.58 minutes, but it worked. 🙂
September 24, 2012 at 12:25 pm
I retired too, Jared. The table I'm working with is way too big for the cost in performance this is adding. I get into these mind-sets where I...
August 15, 2012 at 12:46 pm
Luis, You make my query look like a school kid's art project. How do you think up that kind of thing? Thank you!
August 15, 2012 at 12:18 pm
GSquared, Thank you for this solution. This in deed does do exactly what I was asking for, but maybe I'm making it too complicated? Now that I'm looking...
August 15, 2012 at 12:11 pm
Daniel Bowlin (4/13/2012)
The thing is in many companies the lines are not really all that clear and developers regularly deploy.
You hit the nail right on the head with that one....
April 13, 2012 at 2:13 pm
I did figure out how to add a reference, but will still take easier methods for reading a zip file in SSIS.
March 12, 2012 at 11:23 am
First of all, I think I need to count my blessings that there are not a bunch of "guys" here who can write or alter anything on the server. ...
March 5, 2012 at 3:22 pm
HA! This is funny. When the table was imported, instead of null values, the word "NULL" was actually inserted into the records.
January 13, 2012 at 3:15 pm
When running isdate the only records with a '0' are NULL columns. I wouldn't think that's what's messing it up. Well, aparently that was the problem, since when I ran...
January 13, 2012 at 3:11 pm
This was really fun to go through. I'm looking for other tutorials on C# to use in SSIS, but am only seeing videos. Anyone know of a good site to...
December 14, 2011 at 10:31 am
In the Transfer table, add a field 'existing' and default it to 0. Now, do an update on Transfer to update this field to 1 by joining to the...
November 22, 2011 at 7:23 am
I would sincerely look into 2-staging this process however. Holding insert/exclusive locks on the Alvis_22 schema table until this completes is just bad form. Do the long work...
November 21, 2011 at 2:50 pm
WOW. Lowell and Craig -- you guys really went above and beyond in helping me with this mundane issue. Thank you so much.
November 21, 2011 at 2:35 pm
Viewing 15 posts - 16 through 30 (of 68 total)