Viewing 15 posts - 1 through 15 (of 21 total)
Ok, well the tempdb grew again to 37GB overnight from 35GB. As it was killing our space, we needed to restart the server. I stopped the SQL service and then...
May 15, 2013 at 8:04 pm
Using this link, http://support.microsoft.com/kb/307487, method 1 looks like it used the alter db to shrink the tempdb.
But I'll give the restart the go first. Will schedule it...
May 15, 2013 at 1:05 am
Thanks. That was the solution I was leaning towards. I'm not a fan of shrinkfile either.
Ok, so that leaves one final part of the puzzle unresolved though. The fact...
May 15, 2013 at 12:57 am
Well I'm using SQL Sever 2008 R2, so if that won't work, what will work?
May 14, 2013 at 11:39 pm
So I don't need to use shrink file?
So if I'm right in my understanding, I just restart the sql server service and the temp file will reduce from 35GB back...
May 14, 2013 at 11:17 pm
Yes. Can't tell the exact steps that made it work but I got it working. It now points to the correct database on the new server. Nice to know that...
February 7, 2013 at 5:17 pm
That's the issue. I ran the wizard again and pointed it to the correct database, but the update still tries to connect to the database I created after the original.
I...
February 5, 2013 at 5:12 pm
First issue:
The Data collection is failing because it's trying to go to the new database i created and I've set it to single user mode. I have since gone back...
February 4, 2013 at 5:53 pm
Well I have successfully detached, moved the database mdf and ldf files and reattached. So far so good. Now to just monitor the data collection tasks and see what happens.
February 4, 2013 at 5:28 pm
Really? OK, I'll give that a go. Hopefully not too late to point it back to the existing database.
Thanks! 🙂
February 4, 2013 at 4:30 pm
Thanks for the input. I've read through the article and think I'm a step closer to where I want to be.
Now, this database only has 1 table and has an...
March 13, 2012 at 7:23 pm
Thanks.
I used SSMS to Shrink the transaction log file. It had 99% free and has been reduced to 1.2GB.
So... I guess my new question is, what is the best practice...
March 13, 2012 at 12:44 am
Well apparently, the transaction log backup didn't truncate the logs.
Still 35GB... Is it safe for me to now shrink transaction log with dbcc shrinkfile?
March 12, 2012 at 11:28 pm
It was giving me the little red squiggly lines... but yeah, it parsed fine. Now I just have to run it. I also changed your profile and recipient parameters to...
February 9, 2012 at 6:37 pm
And now it works fine again. So... I'm confused. There must be something else running on the system that was causing the issue. Nice to know that things like that...
February 7, 2012 at 6:22 pm
Viewing 15 posts - 1 through 15 (of 21 total)