Viewing 15 posts - 3,091 through 3,105 (of 14,953 total)
Ninja's_RGR'us (10/21/2011)
Grant Fritchey (10/21/2011)
Jack Corbett (10/20/2011)
On a more serious note, I'd like to put together a new presentation, but I'm a bit short on ideas. Any suggestions?
Throw out an...
October 21, 2011 at 11:56 am
Of course, the real way to do this in T-SQL isn't recursive, but that would violate your assignment.
select sum(X)
from (select top (n) X
from...
October 21, 2011 at 11:37 am
Is there any reason to not just delete the row with incomplete data? If you don't, you'll end up with two identical rows, and that's either a violation of...
October 21, 2011 at 11:33 am
Any reason you posted the same question in English and Spanish? (I read both.)
October 21, 2011 at 11:31 am
Is the precendence such that the one you want to replace will always have a zero-length string as the value, and there will always be at most one other row...
October 21, 2011 at 11:08 am
SSIS with a For Each Next Loop can do that easily.
October 21, 2011 at 11:06 am
Thought so.
Did you take a look at the recursive CTE article I linked to?
October 21, 2011 at 11:04 am
Homework or a test?
Take a look at: http://msdn.microsoft.com/en-us/library/ms186243.aspx
October 21, 2011 at 11:00 am
Jack Corbett (10/21/2011)
Brandie Tarvin (10/21/2011)
Jack Corbett (10/20/2011)
On a more serious note, I'd like to put together a new presentation, but I'm a bit short on ideas. Any suggestions?
What sort...
October 21, 2011 at 6:32 am
Jack Corbett (10/20/2011)
On a more serious note, I'd like to put together a new presentation, but I'm a bit short on ideas. Any suggestions?
Who's the intended audience?
October 21, 2011 at 6:25 am
Ninja's_RGR'us (10/20/2011)
Suppose I can wait another 3-4 weeks before we get any!
Pants or snow?
October 20, 2011 at 11:45 am
Per the txt file he attached, it's a LATCH_EX wait (0x404), and the host process is Task Manager.
Doesn't tell us much, but it says it's code waiting to execute, not...
October 20, 2011 at 7:54 am
Open up the properties of your data destination. Go to "Error Output", and see what you have set as the "Error" property.
The options are:
Fail component
Ignore failure
Redirect row
"Fail component" will...
October 20, 2011 at 7:28 am
In the error-handling settings for the data flow, what are the settings?
October 20, 2011 at 7:18 am
Tools is tools, true.
On the other hand, specializing generally leads to a much higher degree of skill in the focus area. So, while all problems may look like nails...
October 20, 2011 at 7:15 am
Viewing 15 posts - 3,091 through 3,105 (of 14,953 total)