Viewing 15 posts - 151 through 165 (of 236 total)
Yeah, the question is overly complicated, and the answer is overly simple. The POWER() function is totally unneccessary, its fairly obvious from the WHERE clause that there's only going...
June 22, 2010 at 8:34 am
da-zero (6/22/2010)
Robert Biddle (6/22/2010)
June 22, 2010 at 8:28 am
Can't you just perform an "INSERT INTO <log table>" inside your catch block? That's how I typically log script errors (and script execution for that matter).
--J
June 22, 2010 at 8:16 am
I've been thinking a lot about how these sorts of things end up happening, and in both circumstances I actually created the situation that allowed it to happen.
In the former...
June 22, 2010 at 7:55 am
Well the query was 6 lines long, creating a table with 3 columns. I did have to add a COALESCE on the primary key so that it got the...
June 22, 2010 at 7:23 am
Very sorry. I typed OUTER when I meant FULL. You're right, they were both OUTER joins, but I needed data from the right table, regardless of the presence...
June 22, 2010 at 7:05 am
Well, you could add the appropriate maintenance plan task to the SSIS package directly. That's pretty modular since it only takes a few parameters, and does all the heavy...
June 21, 2010 at 1:06 pm
Asynchronous actually means "independently of the main program flow". This is the exact opposite of what you think it means. Synchronous events are events that happen one after...
June 21, 2010 at 11:07 am
I do understand that to be true, but I am the exception, not the rule. I started this job several years ago with no formal education, but quite a...
June 18, 2010 at 1:05 pm
Well, I'm not sure what the cause was, but my boss actually changed his tune pretty quickly. Most likely, once he realized the actual impact of his decision, he...
June 18, 2010 at 12:44 pm
Rog Saber (6/18/2010)
RTOV_USERS.fname,
RTOV_USERS.lname
...
June 18, 2010 at 8:48 am
Rog Saber (6/18/2010)
For some reason I'm having trouble with this. I want all of the users who are Requestor ONLY. So, my result set would be ian and jim.user_id....contact_type
joe..........Approver
joe..........Requestor
sam..........Approver
sam..........Requestor
bob..........Approver
bob..........Requestor
ian..........Requestor
tim..........Approver
tim..........Requestor
jim..........Requestor
SELECT user_id...
June 18, 2010 at 8:36 am
My boss is already starting to falter a little. He said he'd speak to the CEO next week to see if something can be floated. I think he's...
June 17, 2010 at 3:01 pm
My boss is both the CIO and CFO. He's the one who put the hold on increases.
--J
June 17, 2010 at 1:32 pm
Yes, from my perspective almost any excuse they gave me would have come off as BS. I'm a little bias there. But I also believe i have every...
June 17, 2010 at 1:14 pm
Viewing 15 posts - 151 through 165 (of 236 total)