Forum Replies Created

Viewing 15 posts - 121 through 135 (of 203 total)

  • RE: Log File Growth

    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...

  • RE: Log File Growth

    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....

  • RE: What is the best front-end software to use

    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?

  • RE: Log File Growth

    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...

  • RE: Log File Growth

    We read the article by Kimberly Tripp. As suggested we ran DBCC LOGINFO on the db and it returned 536 records (VLF's).

  • RE: Log File Growth

    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...

  • RE: Log File Growth

    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...

  • RE: Delete User

    Good advice. I appreciate it.

    Thanks

  • RE: What is the best front-end software to use

    Thanks. Can you point me to some decent training material. I do not see much offered out there.

  • RE: What is the best front-end software to use

    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.

  • RE: What is the best front-end software to use

    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...

  • RE: Error Log

    Thank you. I appreciate the help.

  • RE: Date Range

    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...

  • RE: Date Range

    I got it working. Thanks.

  • RE: Date Range

    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'

Viewing 15 posts - 121 through 135 (of 203 total)