Viewing 15 posts - 166 through 180 (of 617 total)
Ya'll are making the assumption that the problem is ReportServerTempDB. It's entirely possible that 400 GB is the correct size for it and there are databases that are not...
August 20, 2012 at 8:52 am
kilpasis (8/18/2012)
backup the log file
Making sure all of the databases on the drive have log backups is certainly something the op should check if there is unexpected growth. But...
August 20, 2012 at 6:09 am
Never having dealt with quite that much data I can't say for sure but I would lean towards multiple tables. Either way I would also look into partitioning for...
August 17, 2012 at 3:56 pm
Just remember that Instant File Initialization is not an excuse to not grow the files yourself. There are other very good reasons to keep an eye on your free...
August 17, 2012 at 2:13 pm
The problem with shrinking any tempdb file is that it probably is the size it is for a reason. There is a good chance once you have shrunk it...
August 17, 2012 at 1:14 pm
Guras (8/17/2012)
August 17, 2012 at 1:00 pm
Yes. They are between 8pm and midnight every night. Unfortunately we use a 3rd party scheduling tool and have several thousand jobs over all. There is no...
August 13, 2012 at 11:56 am
SQL_path (8/8/2012)
I see exams 70-448, 70-452, 70-467 , 70-460.
I work on 2008 what would be better ?
these are the videos you talked about...
August 8, 2012 at 11:53 am
Try going here:
http://www.sqlskills.com/BLOGS/PAUL/post/Wait-statistics-or-please-tell-me-where-it-hurts.aspx
It is a post by Paul Randal about wait stats. It also includes a query you can run on your server to see where the worst of...
August 7, 2012 at 10:00 am
SQL_path (8/7/2012)
I need help on deciding the track for certification in BI. I did search MS website , however it left me a little confused. Looking for latest information...
August 7, 2012 at 8:39 am
guerillaunit (8/7/2012)
ie psuedocode:
CASE
HAVING count(children) > 3 THEN WHERE nationality = 'Mexican'
...
August 7, 2012 at 8:17 am
You might consider looking into partitioning. Partition your table so that the rows you want to get rid of are in their own partition then use SWITCH to put...
August 6, 2012 at 9:40 pm
Honestly I would guess that LEN works the way it does because the vast majority of the time you don't want to have to worry about the trailing spaces. ...
July 27, 2012 at 11:03 am
Actually I got the idea from a rather odd instance I have on a cluster. You can reference it as InstanceA/InstanceA, InstanceA, or ClusterName/InstanceA. And on the same...
July 26, 2012 at 1:54 pm
Specifically the plan is to try to find an easy way to move a bunch of instances to a single location.
So for example we have default instances on ServersA-D.
We can...
July 26, 2012 at 12:40 pm
Viewing 15 posts - 166 through 180 (of 617 total)