Viewing 15 posts - 1 through 15 (of 43 total)
The foreign key check does not work correctly.
On Line 404 there is an update with a join between the #ProfileData table and a CTE with the check for FK....
September 10, 2018 at 4:35 am
I had to take the nuclear option and recreate the subscription database. Now it is working again.
If anyone has a suggestion as to the original cause however I would be...
May 8, 2014 at 9:10 am
Yes they do. Both are Latin1_General_CI_AS
May 8, 2014 at 5:57 am
Oh wait, I think I see what's wrong.
When I create the trace I am setting the stop time to DATEADD(hh, 2, GETDATE()).
This is configuring the stop time relative to the...
April 24, 2014 at 10:09 am
Yes I have both set - file size is set to 500MB and the end date is offset by 2 hours.
The thing is, it's getting removed before I even start...
April 24, 2014 at 10:03 am
I filtered the log file to find the word 'Trace'. The only entries I can see are start and stop messages for the trace which were generated by me. Nothing...
April 24, 2014 at 9:54 am
Thanks Tony, that's what I thought. I was just hoping that maybe there was a way to delegate job management without giving sysadmin rights but I guess there is not.
April 16, 2014 at 6:59 am
Turned out to be something silly :pinch:
The node that I was looking at was correctly set to Synchronous commit Automatic failover, but the Primary node was somehow set to Asynchronous...
August 1, 2013 at 2:00 am
Turned out to be something silly :pinch:
The node that I was looking at was correctly set to Synchronous commit Automatic failover, but the Primary node was somehow set to Asynchronous...
August 1, 2013 at 2:00 am
Oops :pinch:
That would be the transactions table.
That's the actual plan after the stats update.
Now that I think of it, I didn't specify fullscan. But I think this is the...
April 12, 2013 at 8:47 am
I updated the statistics on each of the 4 tables in the query, on by one.
The first 3 updates had no impact, but when I updated the 4th table stats,...
April 12, 2013 at 8:30 am
Very interesting indeed.
I checked my stats, they were almost 48 hours out of date when I was running the query yesterday (and have not been updated as of yet). There...
April 12, 2013 at 2:38 am
The query did not return after 60 minutes. My process was killed.
Can there really be that much difference in such a small alteration to a query?
April 11, 2013 at 9:02 am
Here is the actual plan when using variables.
I'm still waiting for the query without variables to complete. 20 minutes and counting....
April 11, 2013 at 6:28 am
It won't be due to multiple executions of getdate. The function is fast, but besides that it will only be evaluated once in the query execution (otherwise you'd get multiple...
April 11, 2013 at 5:28 am
Viewing 15 posts - 1 through 15 (of 43 total)