Viewing 15 posts - 796 through 810 (of 5,685 total)
Move it into the ON clause so it only affects the left join population instead of the result population.
When dealing with outer joins, think of it this way:
Criteria in the...
March 4, 2013 at 1:19 pm
You're good with what you're using UNION for, but you have to keep in mind that UNION vs. UNION ALL is the equivalent of using a DISTINCT or not on...
March 4, 2013 at 1:13 pm
Google up Kerberos Double Hop. This is screaming this as the cause, but until you've ran into this headache and a half you're not aware it's hiding out there....
March 4, 2013 at 12:57 pm
There are things you can change easily in an SSIS package dynamically. The easy way to tell if you can is if they're in the list of properties under...
March 4, 2013 at 12:55 pm
tafountain (3/4/2013)
We have most of our tables defined with a PRIMARY KEY constraint over a single column that is defined as UNIQUEIDENTIFIER with a default of NEWID().
Ow. Replicating? ...
March 4, 2013 at 12:43 pm
GregoryF (3/4/2013)
Is it possible to pass a variable for MAXDop as a query hint?
As mentioned above... no.
However, why would you want to do this? MAXDOP is typically something...
March 4, 2013 at 12:36 pm
I'm a semi-odd case. I work in SQL Server because it offers me the highest pay of my available skillsets. Rather mercenary but really as long as my...
March 4, 2013 at 12:32 pm
L' Eomot Inversé (3/4/2013)
Evil Kraig F (3/4/2013)
Clean CLR isn't what scares my DBA's, it's letting my app coders loose with it.
Oh how things have changed! :w00t:
I remember the days...
March 4, 2013 at 12:25 pm
Revenant (3/4/2013)
March 4, 2013 at 9:48 am
Arjun Sivadasan (3/3/2013)
Jeff Moden (3/3/2013)<snip/> For example, 40,000 INDEX SEEKs behind the scenes can be quite a bit slower than a single scan at the leaf level.
Jeff, in this case,...
March 4, 2013 at 12:30 am
mickyT (3/3/2013)
I've had a go with your example data using the following and it appears to do what you require ... well the removing of empty tiers
I hope it...
March 3, 2013 at 2:28 pm
Revenant (3/3/2013)
March 3, 2013 at 1:16 pm
The only thing I've found Connect to be useful as is to be the 'official word of god' from Microsoft regarding bugs in their product. Usually someone with more...
March 3, 2013 at 1:12 pm
Unlike Jason, I work in a shop where we have a dedicated SSIS box. There are benefits, but they're not readily apparently. However, it's also not a scalable...
March 3, 2013 at 1:32 am
I'm forced to agree with the above, this technique is usually best avoided if possible. What problem are you attempting to avoid by staggering your inserts like this? ...
March 3, 2013 at 1:20 am
Viewing 15 posts - 796 through 810 (of 5,685 total)