Viewing 15 posts - 121 through 135 (of 203 total)
I did the shrink last night, pretty much in the same manner you posted. I was getting pretty frustrated; shrink, don't shrink, autougrow, don't autogrow, etc... I just went with...
September 12, 2009 at 12:41 pm
If I don't shrink the log how do I get my 20G log file back down to the 6G it should be? I have over 530 VLF's on this database....
September 11, 2009 at 3:30 pm
One more question. I have Visual Studio 2005 installed, as part of the SQL Server 2005 install we setup. Is that the same as Visual Studio .Net?
September 11, 2009 at 3:25 pm
Ok here is our game plane.
1.) Backup the log file
2.) Set Recovery to Simple
3.) Shrink the log
4.) Set Recovery back to FULL
5.) Run a full backup
6.) Remove the Shrink Database...
September 11, 2009 at 12:46 pm
We read the article by Kimberly Tripp. As suggested we ran DBCC LOGINFO on the db and it returned 536 records (VLF's).
September 10, 2009 at 3:25 pm
Honestly I can't tell you why the maintenace job included the shrink database. Also, we took your advice and compared the tables on the Reorg to Rebuild and they are...
September 10, 2009 at 12:56 pm
We recently inherited this production db. There was a weekly maintenance plan set up, but it had not been executed successfully since originally being setup in '08. However, the daily...
September 10, 2009 at 10:29 am
Thanks. Can you point me to some decent training material. I do not see much offered out there.
August 28, 2009 at 9:53 am
I appreciate the feedback very much. Our user base is strictly internal at this point, so I will look into Winforms. Again, I appreciate the feedback.
August 28, 2009 at 9:02 am
How would one go about building a front end in ASP.NET? I looked on the asp.net website and the download is free. However, which do I download? ASP.NET Framework, ASP.NET...
August 28, 2009 at 8:09 am
The script I posted worked. However, the database I was using did not have any data in it. I was using it for testing purposes and whoever set it up...
August 17, 2009 at 12:15 pm
How would I get this to work?
SELECT EMP_ID, DATEDIFF(MONTH, START_DATE, END_DATE) AS HISTORY
FROM EMP_HISTORY
WHERE EMP_ID = '253'
August 15, 2009 at 2:48 pm
Viewing 15 posts - 121 through 135 (of 203 total)