Viewing 15 posts - 16 through 30 (of 639 total)
I was able to find the issue and moved a sp into another window and the time to run when from 3 hours to 4 minutes.
Amazing
Thanks
August 21, 2019 at 4:02 pm
That worked...I guess I keep an eye on it I had it do rebuild if > 30% fragmentation
August 21, 2019 at 3:04 am
Thanks, I was able to run the two above during the busy times, and I could see all the suspending threads, and then what it was waiting for as I...
August 17, 2019 at 1:31 pm
There is no blocking just sp lock has over 2000 entries and so who2 show suspended
August 16, 2019 at 6:35 pm
Thanks Jeff, we doing a review of all details.
Memory, the server has 109 GIG
July 17, 2019 at 8:14 pm
We had this, we set the database properties, options, legacy cardinality estimation to ON it was OFF before, it went from hours to secs.
July 17, 2019 at 5:21 pm
This is good information you are all providing.
When you get to high TB of data, then it does take a little more planning and structure.
Our logs show I/O saturation and...
July 17, 2019 at 5:18 pm
Single filegroup. Thanks Steve, that is far easier to do a rebuild index then dbcc shrinkfile, emptyfile and resizing.
July 16, 2019 at 8:24 pm
I think I have a plan, does this seem like the correct method to use.
Start
datafile1 500
datafile2 500
Add datafile 3 of 250 GIG and set filegrowth to zero.
Add datafile 4 of...
July 16, 2019 at 6:32 pm
Thanks for the details.
What do you mean with redistribution of all data ? Is that a command I have to run ? or does SQL redistribute the data when you...
July 16, 2019 at 4:49 pm
Model 103 MB
For another test I changed the size to 204 MB
ALTER DATABASE tempdb MODIFY FILE (NAME = 'tempdev', SIZE = 204 MB)
This works as increased it.
Them...
July 14, 2019 at 1:28 pm
I got it to work, I had to do all these extra commands
Question
I ran this
ALTER DATABASE tempdb MODIFY FILE (NAME = 'tempdev', SIZE = 1024000 KB)-->1000 MB...
July 12, 2019 at 10:52 pm
I am trying to reduce the size of the tempdb database
1. Stop Server Server
Net Stop MSSQLSERVER (Name of Services)
2. Net Start MSSQLSERVER /c /m...
July 12, 2019 at 10:49 pm
Viewing 15 posts - 16 through 30 (of 639 total)