Viewing 15 posts - 1 through 15 (of 24 total)
Have you had any luck with this command?
USE [master]
GO
ALTER DATABASE [msdb] MODIFY FILE ( NAME = N'MSDBLog', MAXSIZE = 1024000KB , FILEGROWTH = 25600KB )
GO
February 9, 2011 at 10:44 am
Try running this in a query window:
USE [master]
GO
ALTER DATABASE [msdb] MODIFY FILE ( NAME = N'MSDBLog', MAXSIZE = 1024000KB , FILEGROWTH = 25600KB )
GO
Also, I would be interested to see...
February 8, 2011 at 10:22 pm
Oh wow! I did not notice the dates. I just got the notifications yesterday so I thought it was a live thread.
December 1, 2010 at 8:13 am
Before you go the multiple tempdb files route please read this post by Paul Randal: http://www.sqlskills.com/BLOGS/PAUL/post/Search-Engine-QA-12-Should-you-create-multiple-files-for-a-user-DB-on-a-multi-core-box.aspx. He actually wrote the code that does this so you are not...
November 30, 2010 at 6:59 pm
Most of the time you are running into cached temp tables. Query plans with temp tables keep the first page in tempdb when you are done using them so you...
November 30, 2010 at 5:14 pm
The whole shadow copying thing scares me because if you have log and data on seperate drives you could introduce corruption like you would see with SAN snapshots. I prefer...
February 19, 2010 at 7:56 am
Any chance they are using DPM?
Are they excluding mdfs too or just ndfs and ldfs?
February 17, 2010 at 7:24 pm
What does select * from sys.databases return?
February 17, 2010 at 7:21 pm
Just to clarify, the response from Microsoft was to not maintain XML indexes?
August 7, 2009 at 6:26 am
SQL 2005 caches a lot of things in tempdb, most tied to a query plan. Try a DBCC FREEPROCCACHE then you should be able to shrink. I should mention though...
July 27, 2009 at 7:56 am
I would suggest getting to at least SP3 for SQL 2005 and making sure the OS is fully patched too. It would probably be best to get the OS fully...
June 2, 2009 at 8:37 pm
You may have larger problems than tables lingering about TempDB if there are tables out there from 2008. Since TempDB is completely recreated every time SQL restarts I am betting...
June 2, 2009 at 9:28 am
I had the same problem. Just reboot and rerun the sp3 install before opening any programs.
January 21, 2009 at 10:17 pm
I have always seen the recompile hint as a great way to get out of the business day especially on an OLTP system but I have never used it at...
January 6, 2009 at 7:40 pm
Viewing 15 posts - 1 through 15 (of 24 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy