Viewing 15 posts - 226 through 240 (of 321 total)
One (perhaps not very efficient) approach is to have a separate query for each OR condition, which adds a column describing the where criteria and then merge (UNION) the results...
February 25, 2008 at 8:12 am
Perhaps someone can correct me, but I found the bit datatype a dissapointment for a couple of reasons:
1. Since T-SQL doesn't understand TRUE/FALSE you are still stuck testing for 1...
February 25, 2008 at 8:02 am
My guess is that the actual paths are to follow the lcd and cd commands, while the file name would follow the put command. (Note that there are some optional...
February 22, 2008 at 9:00 am
Let me admit that I don't use Report Builder (and can't spell SaS). (You may want to stop reading...)
Instead, for similar requirements I publish a general use Excel workbook that...
February 22, 2008 at 8:38 am
I agree with Matt. Further, if you let Excel do the import from external data, you can set the query properties to preserve expressions in adjacent columns.
February 22, 2008 at 7:51 am
Excellent Guarave!
That looks like a strategy to avoid SSIS, and its FTP task inability (as near as I can tell) to work with sources/destinations (e.g. IBM mainframes) that do not...
February 22, 2008 at 4:45 am
My apologies! Guess I never followed the link to the full question.
I'm not sure if I didn't see the listed answers because:
1. I figured I'd be unable to answer a...
February 20, 2008 at 9:52 am
This question is one example of a frustratingly frequent practice of posting a multiple-choice question without the choices. "Which of these..." sort of suggests a list of possibilities should follow:-)
February 20, 2008 at 4:36 am
The .mdw file is the detailed permissions file that is only established if you are not using the default security in Access. The .ldb file is a temporary file that...
February 19, 2008 at 6:14 am
...and those of us who mostly lurk also appreciate the many contributions of folks like Gail. Thanks and hats off!
February 14, 2008 at 6:37 am
Matt Miller (2/8/2008)
Jim Russell (2/8/2008)
Matt Miller (2/7/2008)
Sure the constraints help a system build the diagram, but that is not the same as automating joins. (Nor could it be.)
I guess I...
February 11, 2008 at 5:44 am
dbDever (2/7/2008)[hr
I'm curious as to why you can't check them as they're inserted. I used to manage an SQL2K warehouse that took nightly loads of production data from a...
February 8, 2008 at 4:39 am
Matt Miller (2/7/2008)
Jim Russell (2/7/2008)
Tell...
February 8, 2008 at 4:27 am
"Whilst you may know how they join, an end-user making a simple report has a much easier time if the joins are already defined for them."
Tell me more about that...
February 7, 2008 at 4:47 am
FWIW, I have not seen performance problems using either CROSS or OUTER APPLY, nothing like would be seen from other RBAR approaches. Maybe I have just been lucky.
February 5, 2008 at 5:56 am
Viewing 15 posts - 226 through 240 (of 321 total)