Guys and Gals, I have an SSIS package that processes a Slowly Changing Dimension. My source data is provided by an Ole Db Source operation that...
Very nice, this info definitely helped. As per the root of the problem, yes, this was indeed due to improperly manged permissions for a specific...
I'm trying to find out when a table was dropped, and by what user ... though I couldn't find out any info on how to do this. DDL triggers weren't in...
I appreciate the added feedback Michelle, thx for taking the time to add that.
Thanks Guys. I suspected this may've had something to do w/saving resources w/locks and the transaction log. I'm familiar w/how that could work...
I've seen this a handful of times over the years... When updating "large" tables, let's say, a table with 200 - 300 million rows ... instead of...
Both servers are running Sql Server 2005 SP 2. Btw, I refactored the 2 jobs such that the remote call is issued on a stored procedure, vs. embedding...
I'm performing a very simple update over a linked server connection. I'm setting a bit column in a table to 1, marking it as "replicated". I have a...
Stats from SET STATISTICS IO ON and SET STATISTICS TIME ON, is there a way to get those into a result set? Purpose being that I benchmark qry's...
<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote">will putting a where clause...
any delete triggers on the table?
You sure you're updating only the records that need to be? Ie. if you updated half the records a couple of hrs ago, or yesterday even, are you sure...
Sure thing, I came back to the thread and noticed a small typo, I noted it below the reply. Btw, thx for the positive comments. I still consider...
druer, You're right on, most the guys I've talked to never found a "need" to use Union All. Many of our developers are just after the dang "result...
quote:Originally posted by Adriaan Don't bother with UNION here, unless you test and find that it performs better than WHERE city = 'London' OR city...
quote:Originally posted by surendrakalekar Hi Madhivanan and Null.... Thanks I was unknow about it. Can you provide me some good link which will...
W/the limited amount of info you've provided, I agree w/druer. The only exception is that I'd go w/union all instead of union... set rowCount 5...
Another side effect of specifying an option for the join type is I believe it could also change the order in which sql server tries to join the...
quote:Originally posted by x002548 DON'T USE (NOLOCK) It's probably the fastest way to hose your database Brett Brett, do you mind elaborating on...
quote:Originally posted by sachinsamuel So you need to strike out a balance between the volume of modification which are carried on the tables....
Separate names with a comma.