Viewing 15 posts - 166 through 180 (of 382 total)
Steve Jones - Editor (5/4/2010)
May 4, 2010 at 1:50 pm
Please correct me if I am wrong, but wouldn't the restore process keep the MDF file the exact same size. As such, I am still left with a 130GB...
May 4, 2010 at 12:39 pm
Well since I am one of those part-time DBA's and I am pretty sure the SSIS package for the almost 400 tables we have would take a while to build,...
May 4, 2010 at 10:49 am
Just realized I forgot one.
SQL Server 2005 Performance Dashboard Report. Based upon the internal DMV.
Fraggle
April 10, 2010 at 7:56 am
There is a tool that no one has listed and it is Free.
SSMS Tool Pack. Between this and SSMS 08, I essential get Redgate sql promt for free. ...
April 9, 2010 at 6:13 pm
Can't say that I have seen any white papers or anything, but when making this decision, I look at one factor as it is really all that matters all else...
March 23, 2010 at 7:40 pm
try this code and let me know how it works out.
Fraggle.
select product_n
, color_code_n
, sum(qt1) as qt1
, sum(qt2) as qt2
, sum(qt3) as qt3
, sum(qt4) as qt4
, sum(qt5) as qt5
, sum(qt6) as...
March 23, 2010 at 7:24 pm
Another option for renaming a MDF/LDF file is to restore a back and use the WITH MOVE option. This will allow you to give it a new name.
Also,...
March 23, 2010 at 6:58 pm
Jason,
per you suggestions, I removed the options for NoTruncate and TruncateOnly.
Still does not shrink. Output is as follows.
DbIdFileIdCurrentSizeMinimumSizeUsedPagesEstimatedPages
125129565184128 ...
March 14, 2010 at 7:42 am
Alright, so I know have 3 seperate people telling me that dbcc shrinkfile will shrink the file lower than the inital file size.
However, if you read my first post, I...
March 13, 2010 at 10:38 pm
OK, now I am a bit lost. Apparently, altering the database to modify the file to a smaller size throws an error stating that the size I am trying to...
March 9, 2010 at 9:21 pm
GTR (3/9/2010)
What is the intial size of the database? What is the unused space on mdf and Ldf files?
FileSizeMBUsedSpaceMBUnusedSpaceMBDBFileName
230980.0086836.75 ...
March 9, 2010 at 2:13 pm
Michael Valentine Jones (3/9/2010)
Shrink DB File by Increment to Target Free Space
Thanks for the link. I will give it a try this evening an let you know.
Fraggle
March 9, 2010 at 2:11 pm
I am sure someone will correct me if I am wrong, but I don't think this is possible from tsql. The reason it is possible from a DTS package,...
February 16, 2010 at 3:59 pm
Viewing 15 posts - 166 through 180 (of 382 total)