Viewing 15 posts - 1 through 15 (of 134 total)
nervermind. I was able to figure it out using below query.
select * from sys.dm_xe_map_values where name='latch_mode'
order by map_key asc
November 11, 2016 at 6:41 am
Correct.
I should have stated my question clearly saying..no use of adding index rebuild online option when we use web edition.
I see you clarified my question. Thank you 🙂
November 4, 2015 at 9:10 am
That means having a parameter like Index rebuild is of no use, correrct?
November 4, 2015 at 7:20 am
Thanks Jeff. The only thing which still i am thinking is how frequently I need to run this query as a job.
With that query it provides me max start...
April 22, 2015 at 8:53 pm
Nevermind.. i just figured it out..
insert into auditorstable
SELECT I.StartTime,I.ServerName, I.HostName,I.DatabaseName,I.ApplicationName,I.LoginName,I.EndTime
,I.RowCounts,I.SessionLoginName,i.TextData
FROM ::fn_trace_gettable('G:\TestAudit\Testaudit.trc', default) I
where I.StartTime in
(SELECT MAX( I.StartTime) FROM ::fn_trace_gettable('G:\TestAudit\Testaudit.trc', default) I
)
April 16, 2015 at 1:02 pm
Thanks Grant and Gila for valuable information. I completely agree on your points.
The problem with my organization is lack of knowledge about RTO. More over we have is virtual...
January 7, 2015 at 7:29 am
Thanks John and Jack for your information.
But, this is what the O/P i am expecting....TO GET 4th column with difference in growth from datafilesize column...
name ...
October 20, 2014 at 11:36 am
That's great. Thank you for information.
Also, since my server is of Standard edition and not having any RCSI enabled or having Index rebuild ONLINE option, installing below hot fix should...
October 13, 2014 at 7:13 am
Thank Jeff.
But, why won't the space reverts back after index rebuild.
October 13, 2014 at 6:10 am
Thanks Ferry for your response. This is a data warehouse environment and we do not have any HA.
Based on previous statistics when we did maintenance it took approximately 14...
May 4, 2014 at 11:31 am
On the new server we did the DISKIO testings and on average i noticed is 6-10 ms. But, we didn't do the same testing in old datacenter.
April 17, 2014 at 9:36 am
Lowell,
Thanks, for some reason, i just got diverted. Re queried BY ADDING getdate() into my select query and was able to get my result. ...
December 17, 2013 at 12:42 pm
I have already gone through it. But, looking for OLAP settings only. Currently i am testing with my environment by increasing and decreasing values.
May 16, 2013 at 5:14 pm
Can someone look into this article and let me know is it really good to set tempdb auto growth ENABLED. It's just wondering me.
"http://msdn.microsoft.com/en-us/library/ms175527.aspx"
I am planning to allocate a...
March 21, 2013 at 10:50 am
Viewing 15 posts - 1 through 15 (of 134 total)