Transaction logs off on  MSSQL Server-2008

Hi,
  I want to off the transaction logs in mssql server-2008 like archive mode off in oracle,auto over write on in maxdb database.
Thanku

You cannot stop.!
Please read sql Architecture.
The transaction log of the SAP database records all changes made to the database. It may never be deleted and must be backed up separately. Transaction log backups save the log files. They are mandatory when you use the Full or Bulk-Logged Recovery Model since they are needed.
Read this link.
[http://help.sap.com/saphelp_nwmobile71/helpdata/en/f2/31ad41810c11d288ec0000e8200722/content.htm]
Thanks,
Siva

Similar Messages

  • User gets "This network connection does not exist" when she tries to log on to Terminal Server (2008 R2)

    User gets "This network connection does not exist" when she tryes to log on to Terminal Server (2008 R2)
    I got more than 100 users. Shes the only one getting is. We tried four computers (All Windows 7 Pro)
    Nothing useful in event viewer to mention.

    Hi,
    Thank you for posting in Windows Server Forum.
    Does that user able to login previously?
    From your comment, it seems that there is some permission issue with that user. As you have checked that user with different system also. Please check that user is added under “Remote Desktop User” local group and also allowed “Allow log on through
    Remote Desktop service” permission under group policy. Also please check that when user tries to login it uses “Domainname\Username” format.
    In addition for a try, also check by disabling firewall on one particular system.
    To add users and groups to the Remote Desktop Users group by using Local Users and Groups snap-in:
    1.  Click Start > Administrative Tools, Open Computer Management.
    2.  In the console tree, click the Local Users and Groups node.
    3.  In the details pane, double-click the Groups folder.
    4.  Double-click Remote Desktop Users, and then click
    Add.
    5.  In the Select Users dialog box, click Locations to specify the search location.
    6.  Click Object Types to specify the types of objects you want to search for.
    7.  Type the name you want to add in the Enter the object names to select (examples) box. 
    8.  Click Check Names.
    When the name is located, click OK.
    More information:
    Remote Desktop disconnected or can’t connect to remote computer or to Remote Desktop server (Terminal Server) that is running Windows Server 2008 R2
    http://support.microsoft.com/kb/2477176/en-us
    Hope it helps!
    Thanks,
    Dharmesh

  • Transaction log backup through SQL Server Management studio

    Dear All,
    I need to configure transaction log backup through SQL server management studio.
    It is already being configured for our PRO server(not by me) and now I want to configure it for DEV server.
    In PRO I am taking it through(SID/right click/task/backup)
    Then under backup type only full and differential option is coming for DEV.
    Whereas for PRO all three(full/differential/transaction log) is coming.
    Please suggest how to do it for DEV.
    helpful suggestion will be duly rewarded.
    Regards,
    Ashutosh

    Hi,
    Just go to the database you want
    right click then properties then options
    then set recovery model to full.
    Hope this helps .
    Regards,
    Vamshi.

  • Installing ERP2005 SR2 on MSSQL Server 2008?

    Hi
    Hoping all the experts here can help me.
    We are creating a new system via system copy. Our source is ERP2005 SR2 on AIX/DB2 and our target is Windows 2008 Server and MSSQL Server 2008.
    We have taken the export of the source db.
    The installation kit we have for the target is part number 52023163 SAP ERP 2005 SR2 MSSQLSRV Windows.
    I am confused as to the supported releases of the various components required to successfully create the new system.
    The install kit has installation master DVD BS 2005 SR2 SAP Insatalltion Master (part 51033208) and bundled in the kit is MSSQL2005.
    I have downloaded the SQL 2008 version and installed it via the script as instructed in the SAP guide. I started SAPinst and ran through various parameters. When I get to the option 'MS SQL Server --> Database Connection Information' I specify the server the database is sitting on, click next and get the following popup ' The MS SQL Server Version 10 is not supported for the installation of this product. Use appropriate MS SQL Server Version'
    I am wondering if I am using the correct installation kit, and have got myself very confused searching around SAPnet. Notes 1152240 and 1076022 point towards certain restrictions when installing on SQL Server 2008. It asks what version of installation master and netweaver release I am on and I am not clear on this. Could anyone help here please, at least to confirm what versions I am on?
    Thanks Gregory

    Hi Markus
    Thanks, even though our db source export is from ERP2005 SR2 I can still use the SR3 kit to install the target? Should the source and target releases not remain the same?
    Or, do you mean just use the SR3 Installation Master rather than the whole kit?
    Edited by: Gregory Goldsmith on Nov 17, 2009 2:51 PM

  • OC4J shuts down after I log off from the server !!!?

    Hi,
    I have a startup batch file to start OC4J on my customer server. Usually I connect to their server from my office via terminal server (and VPN) and run this batch file as a job via scheduled jobs in WINDOWS to start OC4J. My problem is that the OC4J shuts down as soon as I log off from their server. But it stays running if I disconnect from their server.
    This problem happing on a new installed server but on the old one I have not this problem. Probably it should be some parameter setting that I missed.
    Would appreciate any help on this.

    java -jar oc4j.jar
    This is the most basic form. But the above must always be part of the command for launching OC4J.Avi, this is so not true.
    One can always starts any standalone java problem by specifying the main class, the class whose main method is the entry point:
      java -classpath somePath theMainClass (since some historic time that we should not care anymore.). So it is perfectly ok to
    start oc4j 9.0.4 by, after changing to the directory where oc4j.jar lives,
      java -cp oc4j.jar com.evermind.server.ApplicationServer or start oc4j 10.1.2 by
      java -cp oc4j.jar com.evermind.server.OC4JServer  or start oc4j 10.1.3 by
      java -classpath oc4j.jar oracle.oc4j.loader.boot.BootStrap Here each oc4j.jar must come from an oc4j installation so that other dependent libraries will be found.
    What is nice about "java -jar oc4j.jar" is that it can be used to start any version of oc4j.jar. One does not have to specific the main class, which might change over time as shown above. That is the reason why it is overwhelmingly widely seen. Avi, I would agree if you just meant to recommend that "java -jar oc4j.jar" be used instead of the above.

  • Moving database from mssql server 2008 R2 to mssql server 2012

    Dear Guru! 
    I am trying to move a database from mssql server 2008 R2 on mssql server 2012. Made a backup in mssql server management studio, tried to
    make a restore in mssql 2012 management studio. But get an error 
    'The operating system returned the error '5 (Access denied) '. How can I solve the problem?

    Use ALTER TDATABASE MODIFY if you want to rename files and sp_renamedb if you want to rename the db itself
    see
    http://www.madeira.co.il/renaming-database-and-database-files-in-sql-server/
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • How to get the print logs to appear in the application logs folder of windows server 2008 r2

    Dear All,
    I am a SIEM professional at an IT firm. i am facing a problem. My SIEM solution has an agent for windows. this agent reads only logs from the application, security and system folder of windows event viewer. In server 2008 r2 the printer logs are clustered
    in and application and services/microsoft/windows/print services folder. The requirement of my management is that the siem solution should also be able to montior compliance of print policies. that can only be done once the the print logs are viewable in any
    of the three event vieweer folders i.e application, system.security. how can i configure windows to make its print logs visible in any of these three folders ?

    this may be helpful...
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/fe8892cc-fb6d-49c7-8b2d-c1f17df8e085/2008-r2-use-advanced-security-audit-policy-to-log-print-jobs?forum=winserverprint
    or post here...
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/home?forum=winserverprint
    Best,
    Howtoto

  • Can I log in a windows server 2008 environment with a macbook pro

    I have a macbook pro. Can I log into a domain of a win server 2008?
    Hans

    Generally it is the browser service that populates network neighborhood. This technology is no longer used with newer OS like server 2008, windows 7/8.
    Description of the Microsoft Computer Browser Service
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • How to TRUNCATE transaction log of a SQL Server database?

    Hello All,
    I hav installed BW 3.5 on Windows / MS SQL database.
    Now my transaction log is growing very high in my Quality & Production server. Please guide me how can i truncate its size.
    In PRD currently log size has reached 140 GB.
    Wat shd i do system is becoming too slow.
    Regards & Thanks,
    Ankita.

    Ankita,
    Do you backup your transaction logs?  That should be standard practice in a production enivorment at the least.  The backup should remove the data and shrink the file, or remove enough data for you to manually shrink it. 
    A large transaction log will not slow down your system.  It is a file that is only appended to and has no real bearing on the speed of the database (unless its on the same physical disk and there is I/O contention not related to size). 
    Depending your your BI implentation a 140 GB log file is not out of the ordinary, but it needs to be managed with backups and administration. 
    Daniel,
    If you backup the transaction file to tape, set the target size to 60 GBs, and run the DBCC Shrinkfile statement provided above you can decrease the size of your log file without data loss and without compromising your backup strategy. 
    There is no single prerequisite for truncating a log.  It is a last resort if there is no other option and a backup is impossible.  It should be avoided whenever possible because you destroy your recovery chain.

  • Database mssql server 2008 is in suspect mode?

    Database sql server 2008 is in suspect mode and I am not able to bring the database online and i have no backup to restore.
    To resolve this issue run the commands listed below,
    EXEC sp_resetstatus ‘DATABASE_NAME’;
    ALTER DATABASE DATABASE_NAME SET EMERGENCY
    DBCC checkdb(‘DATABASE_NAME’)
    ALTER DATABASE DATABASE_NAME SET SINGLE_USER WITH ROLLBACK IMMEDIATE
    DBCC CheckDB (‘DATABASE_NAME’, REPAIR_ALLOW_DATA_LOSS)
    ALTER DATABASE DATABASE_NAME SET MULTI_USER
    But there will be data loss if i execute the above queries.
    Is there any alternate solution for this?
    Can anyone help me please.

    You can use DBCC CheckDB (‘DATABASE_NAME’, REPAIR_REBUILD) instead of REPAIR_ALLOW_DATA_LOSS, which will not cause data loss.
    You can get more info at Recover a Corrupt SQL Server MDF Database
    For any cases, the best practise is to backup of your corrupt MDF database first.

  • Installing SP3 on MSSQL SERVER 2008 with Replication

    Hi there
    How would one go about installing SP3 on SQL 2008 with replication? Would i need to turn off replication to avoid schema changes taking place across the line?
    Our servers are across the country and wouldn't want all that data to replicate over the tiny line we have.
    Instead we would like to install SP3 at the publisher and then at the subscriber.
    During testing on the dev instances, after stopping all agents ( log reader and queue reader) then installing and turning them back on didnt seem to work.Are there any whitepapers on the proper process on how to install SP3?
    Thanks in advance

    Hello,
    You should apply the service pack on the distributor first, then the publisher, and finally the subscriber.
    To my knowledge, replication should be suspended while the service pack will be applied on the distributor. Transaction will remain on the publisher until the distributor is
    available again.
    When you apply the service pack on the subscriber, the replicaction from the distributor to the subscriber will be suspended, and transaction will be on the distributor until the subscriber is available again.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Run while logged off of NT server

    Is there any way 9iFS (9.0.1.1.0) be run while no one is logged on to the NT server its installed on. Like, as a service or something.
    Cheers

    1. Use PowerShell as it is more powerful.
    2. Win32_UserProfile has a last accessed date that you can use.
    3. Win32_UserProfile has a system flag which you can use.
    4.  Develop a list of accounts to exclude.
    Start by analyzing how this works:
    gwmi win32_userprofile -filter 'Special = False' |select SID,lastusetime
    it skips all special and builtin accounts. YOu just need to detect teh domain perfix for specisal domain account and then match the list of other excluded accounts.
    On our systems we roam the profiles of RDS so they can be removed even if someone still wants to use them.  They will just be reloaded. I also set the intermittent  users to delete the "local" copy on logoff so they take up no space.
    ¯\_(ツ)_/¯

  • Log Off of Leopard Server

    Client = 10.5.1
    Leopard Server 10.5.1
    I am logged on to the client as user1. How do I disconnect from the server so that even if I "Connect to Server" I can login as a different user?
    Thanks, -Barry

    I suggest posting to the server forum http://discussions.apple.com/category.jspa?categoryID=96

  • MSSQL Server 2012. Error accessing reporting website. Not Found The requested URL /ReportServer1 was not found on this server. Unable to uninstall MSSQL 2008

    Hi all. I have recently installed MSSQL Server 2008, and was not able to access the URL when I clicked on it. It gave me a 404.
    When I installed 2012, I tried the same thing and it also throws me a 404 error. How should I go about solving this? What are the log files that you may need to help me solve this?
    At the same time, I have also tried to uninstall my 2008, but am always stuck at not being able to remove Client Connectivity Tools and some other components. Please let me know what log files you need and I will be happy to provide them. Thanks!
    The following is the log for the uninstallation.
    Overall summary:
      Final result:                  Failed: see details below
      Exit code (Decimal):           -2068052368
      Exit facility code:            1212
      Exit error code:               1648
      Exit message:                  Failed: see details below
      Start time:                    2014-04-11 09:40:30
      End time:                      2014-04-11 09:41:37
      Requested action:              Uninstall
      Log with failure:              C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140411_093720\sql_tools_Cpu64_1.log
      Exception help link:           http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=10.50.1600.1
    Machine Properties:
      Machine name:                  ADC-PC
      Machine processor count:       8
      OS version:                    Windows 7
      OS service pack:               Service Pack 1
      OS region:                     Singapore
      OS language:                   English (United States)
      OS architecture:               x64
      Process architecture:          64 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                    Feature                
                     Language             Edition              Version         Clustered 
      Sql Server 2008 R2                                                       Management Tools - Basic      
                                   Enterprise Edition   10.50.1617.0    No        
      Sql Server 2008 R2                                                       Management Tools - Complete    
                                  Enterprise Edition   10.50.1617.0    No        
      Sql Server 2008 R2                                                       Client Tools Connectivity      
                                  Enterprise Edition   10.50.1617.0    No        
    Package properties:
      Description:                   SQL Server Database Services 2008 R2
      ProductName:                   SQL Server 2008 R2
      Type:                          RTM
      Version:                       10
      SPLevel:                       0
      Installation edition:          EVAL
    User Input Settings:
      ACTION:                        Uninstall
      CONFIGURATIONFILE:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140411_093720\ConfigurationFile.ini
      ENU:                           False
      FARMACCOUNT:                   <empty>
      FARMADMINPORT:                 0
      FARMPASSWORD:                  *****
      FEATURES:                      CONN,SSMS,ADV_SSMS,CE_TOOLS,BROWSER,WRITER
      HELP:                          False
      IACCEPTSQLSERVERLICENSETERMS:  False
      INDICATEPROGRESS:              False
      INSTANCEID:                    <empty>
      INSTANCENAME:                  <empty>
      PASSPHRASE:                    *****
      QUIET:                         False
      QUIETSIMPLE:                   False
      UIMODE:                        Normal
      X86:                           False
      Configuration file:            C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140411_093720\ConfigurationFile.ini
    Detailed results:
      Feature:                       SQL Writer
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       SQL Browser
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                0x1648
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140411_093720\sql_tools_Cpu64_1.log
      MSI error description:         
      Configuration status:          Passed
      Feature:                       SQL Compact Edition Tools
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                0x1648
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140411_093720\sql_tools_Cpu64_1.log
      MSI error description:         
      Configuration status:          Passed
      Feature:                       Client Tools Connectivity
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                0x1648
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140411_093720\sql_tools_Cpu64_1.log
      MSI error description:         
      Configuration status:          Passed
      Feature:                       Management Tools - Complete
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                0x1648
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140411_093720\sql_tools_Cpu64_1.log
      MSI error description:         
      Configuration status:          Passed
      Feature:                       Management Tools - Basic
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                0x1648
      MSI log file location:         C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140411_093720\sql_tools_Cpu64_1.log
      MSI error description:         
      Configuration status:          Passed
    Rules with failures:
    Global rules:
    There are no scenario-specific rules.
    Rules report file:               C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140411_093720\SystemConfigurationCheck_Report.htm

    Strange, but finally the procedure below did solve my problem.
    # Go to Control Panel > Add or Remove Programs and look for '''Anti Phishing Domain Advisor'''.
    # If you click on ''Click here for support information'' you'll see it is a Panda program.
    # Uninstall '''Anti Phishing Domain Advisor''' program...
    # This did solve my problem
    See also [https://support.mozilla.com/en-US/questions/811399#answer-205531 Can't open mail. Get this message: 404 Not Found nginx/0.6.32]

  • Distributed transaction using linked server not working in SQL Server 2008 64 bit

    Hi. I have had an issue trying to get distributed transactions to work in SQL Server 2008 using a linked server. The error message I get is
    OLE DB provider "SQLNCLI10" for linked server "pod1" returned message "No transaction is active.".
    Msg 7391, Level 16, State 2, Line 3
    The operation could not be performed because OLE DB provider "SQLNCLI10" for linked server "pod1" was unable to begin a distributed transaction.
    My Environment:
    Windows Server 2008 Enterprise 64 bit, SQL Server 2008 Enterprise 64 bit
    Problem occurs with multiple different builds of SQL Server 2008 - I have been able to reproduce the problem with 10.0.1600.0, 10.0.1779.0 (CU 2), as well as 10.0.2531 (SP1)
    I am aware that other people have had this issue and have reviewed all existing posts. I have verified that the MSDTC is configured correctly on both machines. I have also used DTCTester to verify that DTC is working correctly on all machines in question.
    None of the mentioned resolutions has solved this problem for me.
    I am not seeing this problem occur on my 32 bit test machines - it is only occurring if at least one of the two machines is 64 bit.

    Hi All,
    I realise that this topic may be a little bit out-of-date but if someone gets here from some search engine trying to find a solution for DTC problems, this MAY be useful.
    So... I recently had the same issue, tried all the approaches described in KB and other articles, but it didn't help. Because my task to solve this was not of the highest priority I forgot about it for some time.
    Today I was troubleshooting some other issue and, by accident discovered source of that first problem:
    In the EventViewer I found Error entry logged by MSDTC saying:
    "The local MS DTC detected that the MS DTC on vm-server1 (other machine name that also runs DTC - my comment) has the same unique identity as the local MS DTC. This means that the two MS DTC will not be able to communicate
    with each other. This problem typically occurs if one of the systems were cloned using unsupported cloning tools. MS DTC requires that the systems be cloned using supported cloning tools such as SYSPREP. Running 'msdtc -uninstall' and then 'msdtc -install'
    from the command prompt will fix the problem. Note: Running 'msdtc -uninstall' will result in the system losing all MS DTC configuration information."
    So I followed suggestion and run:
    msdtc -uninstall
    msdtc -install
    This solved my problems with DTC. Hope it will help someone.
    Piotr

Maybe you are looking for

  • New PC, unable to install iTunes for Windows 8

    I need help installing Itunes on my new computer, can someone help me?

  • Conditional base routing to multiple receiver's for syncronous interface

    Hi All, I have a requirement of sysnchronous interface where i need to send the message to 2 diffrent systems based on the routing condition. Based on routing condition we will determine the receiver to send message and response shloud send back to s

  • Saving CSV file on Share Point folder

    Hi, When trying to save a project map to a csv file on a Share Point folder we got this error: "Project does not support resource pooling on a web server". can anyone help me with this? thanks, Yuval

  • DMG Not Recognized

    Just got a Macbook Pro running OS X 10.6.8 from my mom and for some reason I can't open some .dmg files. I downloaded a couple things and when trying open them it says it can't read the disc because the .dmg is not recognized. Right after that, my do

  • Change content in adobe forms of Print Preview in Appointment screen

    Hi , I have a requirement in which I have to change content of adobe forms which comes after clicking on Print Preview in Appointment screen, I am new to Smart forms and Adobe forms , request expert suggestion onto this. Thanks.