Viewing 15 posts - 286 through 300 (of 474 total)
I've always thought of it as fixing the symptom of a problem without fixing the underlying cause.
Either way, I think I agree with you.
Messing with the...
November 6, 2008 at 7:43 am
Are you setting this up with the GUI, or are you scripting it out?
Can you post the SQL you are using if you are scripting it out?
October 29, 2008 at 1:53 pm
It's just granting some security. It doesn't call those objects, unless SQL calls them behind the scenes. And the user I'm running it as is both an admin...
October 10, 2008 at 9:11 am
You might also need to give that inner query an Alias?
SELECT Tab.A,Tab.B FROM (SELECT * FROM Table) Tab
October 7, 2008 at 12:01 pm
I had that same problem with SQLSafe a few years back too.
October 6, 2008 at 2:25 pm
You might want to try disabling it for a couple days and just shipping SQL backups to a different server just to rule it out. We've had some funny...
October 6, 2008 at 1:43 pm
Do you have any 3rd party backup/audit/etc. tools running on that box (Idera, RedGate, Apex, TSM, etc)?
October 6, 2008 at 1:10 pm
I really am not interested in improving the speed of the query...it can take 20 min. to run for all I care. I'm just trying to figure out why...
September 26, 2008 at 7:05 am
That query is basically creating a denormalized table on the branch servers from corporate data to be consumed. It needs to be current, as it's information about people making...
September 25, 2008 at 2:32 pm
Nicholas Cain (9/25/2008)
Have you performed a reindex recently and are the stats up to date?
How does the execution...
September 25, 2008 at 1:31 pm
I thought when you had the collation compatible setting turned on it was supposed to do the joins on the remote server?
And in any case, I don't care...
September 25, 2008 at 1:08 pm
Nicholas Cain (9/25/2008)
Just to try and clarify...
September 25, 2008 at 12:06 pm
I've tried that, with basically the same script. (I set the collation compatible option to true also). It didn't make a difference.
That's a good point...even if...
September 25, 2008 at 10:55 am
Viewing 15 posts - 286 through 300 (of 474 total)