Viewing 15 posts - 1 through 15 (of 41 total)
Great Idea!
Thanks Phil.
This would work if they were loading a full set of data each day, but unfortunately its an incremental load, meaning 24 hr of data are inserted into...
June 6, 2019 at 11:51 am
Thanks Steve,
We've been looking into it and we do have a large amount of unrestored log on the secondary side for the mirror.
42,402,530 KB with an estimated...
July 17, 2018 at 5:25 am
2 hours, 34 views, no replies.
Must be a good one!
I have found a way to get it working though, feel free to read, but don't bash me...
July 31, 2017 at 8:21 am
I have updated the post with a scenario where sp_clean_db_free_space dosnt seem to work. Please see original post for details.
January 6, 2017 at 7:01 am
Thanks Jeff,
The reason we wanted these options was due a view that was being queried via Excel. We wanted the view to return rows even if there was an error...
April 21, 2016 at 6:54 am
After further investigation I have found that the CPU Time also counts CPU Waiting time.
The 2nd SP that increased frequency massively, but not CPU usage was probably adding contention to...
April 17, 2014 at 6:25 am
He there.
Yeah- that is a possibility. It could be that the params being called weren't the usual ones.
What happened was a bot crawled our site and was hitting a lot...
April 17, 2014 at 5:22 am
dbs.basu (9/5/2012)
try dbo.spt_values
yep 4 years old 🙂
But yes- this table does give the references i was after...
Good to have as a reference for future searches.
Many thanks!
September 6, 2012 at 2:08 am
Thanks for the reply.
No- its just being run as a SQL query from Enterprise Manager.
September 5, 2012 at 11:14 am
Lowell (7/5/2012)
Yes this is all true, but I am not running it via the stored procedure- i am just running SQL code with the parameters passed directly , as in...
July 5, 2012 at 8:01 am
For clarity here is what I am running:
I put this SQL in, and run it. It takes hours. This is the one using synonyms.
--set up variables and define...
declare @StartDate datetime
declare...
July 5, 2012 at 6:58 am
venoym (7/5/2012)
Might I humbly recommend including the actual execution plans from each? That would immediately tell where the problem lies.
Whats the best way to post execution plans?
July 5, 2012 at 6:50 am
Lowell (7/5/2012)
my first clue:
if @EndDate is Null
select @EndDate = getdate()
i'll assume that the costructor...
July 5, 2012 at 6:49 am
Lowell (7/5/2012)
Rin Sitah (7/3/2012)
Hi There,when the proc is run, it takes hours to complete.
Any help would be appreciated. Let me know if you need more information!
Cheers.
I'm thinking the issue has...
July 5, 2012 at 6:04 am
capn.hector (7/3/2012)
July 5, 2012 at 4:09 am
Viewing 15 posts - 1 through 15 (of 41 total)