Viewing 15 posts - 16 through 30 (of 109 total)
For around 10 years now, until starting at my most recent company, I have been paid on a 'day rate', but its also specified how long a 'day' is. ...
December 6, 2011 at 2:07 pm
Jeffrey Irish (12/5/2011)Please tell me, are there any IT people out there that work only 40 hours per week? :unsure: Somehow I doubt it.
That would be me. I have...
December 5, 2011 at 2:57 pm
Obviously, this article hit a real sensitive spot with me and rather than rant for an hour about the real underlying problem that it addresses, I'll just say that the...
November 21, 2011 at 8:54 pm
it isn't a stored procedure, it's inline dynamically generated SQL.
But wouldn't they be using sp_executesql if they're using polished dog-turds dynamically generated sql?
November 21, 2011 at 4:13 pm
Its not DB2, its Oracle.
I am having some progress by moving to 2008R2 and using the Attunity oracle connector, but its still not 100% working.
September 26, 2011 at 3:59 pm
I'll give that a try but my instinct tells me that is not the issue - it seems to 'read' the first 9000-ish rows quickly, then takes an inordinate length...
September 25, 2011 at 3:57 pm
+ 1
I've tried an OLEDB connection into Oracle, and also an ado.net connection to Oracle. The OLEDB connection crashes the table browser in the dataflow destination when I click...
September 21, 2011 at 10:47 pm
Jon - your message popped up on my screen this morning, and I cannot remember what the issue was, or how I fixed it unfortunately.
September 6, 2011 at 3:44 pm
I know this is old, but I never thought I'd use SQL 2000 again....until today 🙁 :crying:
select j.[name]
, case freq_type when 1 then 'Once'
when 4 then 'Daily'
when 8 then 'Weekly'
when...
May 22, 2011 at 7:05 pm
Homework completed
February 22, 2011 at 3:04 pm
Hmmm - after doing a bit of searching around the winzip website myself, I've come to the conclusion that there is no commmand line interface for WinZip these days.
However, the...
February 20, 2011 at 2:24 pm
Have you tried googling the command line parameters? (command line parameters winzip) in google gives this (winzip) as the second result. Without knowing what version of winzip...
February 17, 2011 at 8:08 pm
Or - you could set the task property "DisableEventHandlers" to true (defaults to false)
February 17, 2011 at 7:52 pm
Eliot - to get the runtime value, you have to lock the variable for reading (by name), then you can get the value through the variable dispenser (as per the...
February 17, 2011 at 3:45 pm
Are these includes required to do this?:
Imports System.Collections.Generic
Imports System.Text
I think the system.collections.generic is needed, although Ihaven't tried it without yet - obviously I tried a lot of different ways...
February 17, 2011 at 2:46 pm
Viewing 15 posts - 16 through 30 (of 109 total)