Viewing 15 posts - 436 through 450 (of 5,685 total)
New Born DBA (2/7/2014)
February 7, 2014 at 1:52 pm
I've always disliked those types of trick questions, and I've sat often enough on both sides of the table.
"How would you fill a cup of coffee with T-SQL?"
"Get a good...
February 7, 2014 at 1:22 pm
My pleasure, we've all been there. Glad I could help.
February 7, 2014 at 9:52 am
Nope, they're not... not without a lot of workarounds.
You can't control the order that the WHERE clause decides to apply the filters in. You can't even control if a...
February 6, 2014 at 5:49 pm
Luis Cazares (2/6/2014)
Evil Kraig F (2/6/2014)
Jeff, do you have SSIS 2k8 available to you or do you need said examples in 2k5?
That's just mean 😀
:Whistling:
February 6, 2014 at 5:36 pm
Jeff Moden (2/6/2014)
Heh... I'm used to, welcome, and embrace criticism. It's one of the tools I use to learn new things. For example, if someone could prove to...
February 6, 2014 at 5:12 pm
I assume you're dumping to a recordset object for the ForEach loop?
Swap the datatype before you include it into the object. (DT_str, 1252) instead of (DT_Date).
The problem is more...
February 6, 2014 at 4:49 pm
Jeff Moden (2/6/2014)
February 6, 2014 at 4:30 pm
SQLRNNR (2/6/2014)
ChrisM@home (2/6/2014)
This "page" is all white.It'll be allwhite on the night.
This page for me is half white half green.:alien:
Same, looks like it's got a 9 post maximum?
February 6, 2014 at 3:35 pm
Wherever you go, there you are.
February 6, 2014 at 3:29 pm
marcipesa (2/6/2014)
Table 3:A D E
1 1b 1.8
2 2b 2.3
3 3a 0.6
In the above result set, are you using Column B as your 'grouping' control?
The reason I ask is I would...
February 6, 2014 at 2:17 pm
Then I wouldn't worry too much about it until you get down to brass tacks. In general, though, I would recommend an incremental load just to reduce log usage...
February 6, 2014 at 2:06 pm
jvanderberg (2/6/2014)
February 6, 2014 at 1:31 pm
Since you're moving to a new system, this would be a good time to doublecheck that you've got some best practices involved in self defense.
In particular, for the concern you...
February 6, 2014 at 1:13 pm
No worries Newborn.
It's not a bash on doing a maintenance plan, it's a bash on the maintenance plan object. It used to be rather buggy and it doesn't have...
February 6, 2014 at 1:10 pm
Viewing 15 posts - 436 through 450 (of 5,685 total)