Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. DBA

DBA

Scheduled Pinned Locked Moved ASP.NET
question
11 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A AndyInUK

    Any DBA here ??

    S Offline
    S Offline
    sashidhar
    wrote on last edited by
    #2

    Try General DataBase Forum..!

    MyFirstArticlePublished: MenuControlSelectedItem Why Do Some People Forget To Mark as Answer .If It Helps.

    1 Reply Last reply
    0
    • A AndyInUK

      Any DBA here ??

      K Offline
      K Offline
      keyur satyadev
      wrote on last edited by
      #3

      don't ask such question? if u don't know anything just put your question(code if needed) and leave it to other? by the way let me know your question.

      Regards Keyur Satyadev

      A 1 Reply Last reply
      0
      • A AndyInUK

        Any DBA here ??

        D Offline
        D Offline
        David Mujica
        wrote on last edited by
        #4

        Are you still havign trouble with your transaction log ? I understand you want a permanent fix to your transaction log file growing, but there is no "fix" to your problem. This is normal operation of a database, each time a record is inserted/updated/deleted, there is a before and after image of the record written to the transaction log so that you can either rollback the transaction or apply re-do logs after a database crash. You can't prevent transaction logs from growing, you just need to know how to manage them. For example, the most basic management of SQL db could be implemented as follows: 1) Set the recovery model to "simple" 2) Each night, perform a full backup of the database. 3) Truncate the transaction log file Also, you may want to review the following TechNet article ... How to stop the transaction log of a SQL Server database from growing unexpectedly http://support.microsoft.com/kb/873235[^]

        A 1 Reply Last reply
        0
        • A AndyInUK

          Any DBA here ??

          A Offline
          A Offline
          Abhijit Jana
          wrote on last edited by
          #5

          AndyInUK wrote:

          Any DBA here ??

          Is this your question ? Please read forum guideline before asking any questions !

          Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Visit My Latest Article : Beginner's Guide : Exploring IIS 6.0 With ASP.NET

          1 Reply Last reply
          0
          • D David Mujica

            Are you still havign trouble with your transaction log ? I understand you want a permanent fix to your transaction log file growing, but there is no "fix" to your problem. This is normal operation of a database, each time a record is inserted/updated/deleted, there is a before and after image of the record written to the transaction log so that you can either rollback the transaction or apply re-do logs after a database crash. You can't prevent transaction logs from growing, you just need to know how to manage them. For example, the most basic management of SQL db could be implemented as follows: 1) Set the recovery model to "simple" 2) Each night, perform a full backup of the database. 3) Truncate the transaction log file Also, you may want to review the following TechNet article ... How to stop the transaction log of a SQL Server database from growing unexpectedly http://support.microsoft.com/kb/873235[^]

            A Offline
            A Offline
            AndyInUK
            wrote on last edited by
            #6

            Thanks for your reply and a good article,

            David Mujica wrote:

            You can't prevent transaction logs from growing

            But if it increasing by certain amount then it's fine but it increased to 200 GB or more in few weeks time bringing it to 450GB or so which is just bizzar. We are using recovery model to full - could this be an issue ??

            1 Reply Last reply
            0
            • K keyur satyadev

              don't ask such question? if u don't know anything just put your question(code if needed) and leave it to other? by the way let me know your question.

              Regards Keyur Satyadev

              A Offline
              A Offline
              AndyInUK
              wrote on last edited by
              #7

              []http://www.codeproject.com/Forums/12076/ASP-NET.aspx?fid=12076&select=3231366&fr=26#xx0xx[^]

              A 1 Reply Last reply
              0
              • A AndyInUK

                Any DBA here ??

                C Offline
                C Offline
                chandni patel
                wrote on last edited by
                #8

                jj

                A A 2 Replies Last reply
                0
                • C chandni patel

                  jj

                  A Offline
                  A Offline
                  AndyInUK
                  wrote on last edited by
                  #9

                  ?

                  1 Reply Last reply
                  0
                  • C chandni patel

                    jj

                    A Offline
                    A Offline
                    Abhijit Jana
                    wrote on last edited by
                    #10

                    chandni patel wrote:

                    jj

                    What does it mean ?

                    Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Visit My Latest Article : Beginner's Guide : Exploring IIS 6.0 With ASP.NET

                    1 Reply Last reply
                    0
                    • A AndyInUK

                      []http://www.codeproject.com/Forums/12076/ASP-NET.aspx?fid=12076&select=3231366&fr=26#xx0xx[^]

                      A Offline
                      A Offline
                      Abhijit Jana
                      wrote on last edited by
                      #11

                      Andy, You should give the reference of your message while post the fast one. Other wise it is very difficult to understand ;)

                      Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Visit My Latest Article : Beginner's Guide : Exploring IIS 6.0 With ASP.NET

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups