System copy procedure on Winder Server 2008 Mssql

Hi Experts,
We are planning for the homogenous system copy of our systems... So could you please tell us the prerequisites what we have to follow before system copy. It will be very helpful if you provide us with the documents....
OS - Windows Server 2008
DB- Mssql 2008
Thanks in Advance..
Regards,
Krishna.M

Hi Krishna,
Hope you know how to go to installation guides in Service market place  of a particular relase from the link Eg : for ERP 6 EHP 6, you need to follow the below steps
http://service.sap.com/instguides --> SAP Business Suite --> SAP ERP 6.0 --> Select EHP 6 for ERP 6.0
and you can find all the relavant documents including system copy also. Based on  your system , you can select the document.
Thanks,
Nikhil

Similar Messages

  • Creation of System Stored Procedure in SQL Server 2012 & SQL Server 2012 R2.

    Hi all,
    I am stuck at a point I am looking for a system stored procedure named 'sp_dboption' in SQL Server 2012  & R2 but could not find.
    Searched for it on the net and found that, this stored procedure 'sp_dboption' is now obsolete. So I tried to copy the content of 'sp_dboption' stored procedure from SQL Server 2008 R2 and create new system stored procedure with this name 'sp_dboption' in
    SQL Server 2012 but was unable to create the system stored procedure.
    Can you guys please tell me how to create system stored procedure in SQL Server 2012 & SQL Server 2012 R2. The reason of why I want to achieve this is because I have used 'sp_dboption' system stored procedure  in my application to create a database.
    As 'sp_dbotion' stored procedure is present in SQL Server 2008 R2 I am able to create the database in SQL server 2008 R2 but not in SQL server 2012.
    Can you please guide me how to create system stored procedure. I am out of luck.
    Please assist me, thanks & looking for help at the earliest. Hope someone will come to the fore and help me.

    Hi Vishwajeet,
    If you tried to create any object in the sys schema, you will get the error below.
    The specified schema name "sys" either does not exist or you do not have permission to use it.
    So I am afraid creating any object in sys schema is not supported by SQL Server. Here is a similar link for your reference.
    How to create table in SYS schema in SQL Server?
    Though sp_dboption is not in SQL Server 2012, does creating a user-defined one with the same content in 2008 make any difference in your business? You just need to specify the fully qualified name dbname.dbo.sp_dboption.
    If you are still interested in creating a system sp_dboption, you can register it with the
    sp_ms_marksystemobject.
    See
    Creating Your Own SQL Server System Stored Procedures.
    Eric Zhang
    TechNet Community Support

  • System copy EP on SQL Server

    Hi,
    I am trying to perfom system copy from an EP Netweaver 7.0 SR3 production system to a development system.
    My production system is a Java only, High Availability system with SQL server.
    I have finished the export process using the sapinst tool and I have created a folder EXPORT which I copied to the new server (target system). In the target system (not high availability) I have prepared the OS (windows) and I have installed SQL server. I started sapinst selecting system copy - target system - central system - based on AS Java - central system from sapinst.
    After few steps the procedure prompts for "Migration Export" media. I enter the path of the folder that I have copied erlier but I get the following error:
    You entered: X:\IMPORT\JAVA Found the label SAP:JMIG:700:::* but need the label SAP:MIGJDMP:700:::*
    Onother question that I have is:
    Do I have to install the SAP EP first in target systme using normal procedure and then to use the system copy procedure in target system?
    Can anyone help me?
    Thanks in advanced.

    Hi,
    As per SAP Note 151603 :Note 151603 - Copying an SQL Server database,
    For Java or ABAP + Java systems that are based on NetWeaver technology lower than Version 7.10,
    you must first export parts of the Java source system. For this, you must use the delivered SAP installation master DVD
    of your installed SAP release. The export of the Java part into a file is then created using the option 'system copy'.
    Have you used the same IM, which is corresponding to your Installed SAP EP release ?
    Regards,
    Bhavik G. Shroff

  • Improve the performance in stored procedure using sql server 2008 - esp where clause in very big table - Urgent

    Hi,
    I am looking for inputs in tuning stored procedure using sql server 2008. l am new to performance tuning in sql,plsql and oracle. currently facing issue in stored procedure - need to increase the performance by code optmization/filtering the records using where clause in larger table., the requirement is Stored procedure generate Audit Report which is accessed by approx. 10 Admin Users typically 2-3 times a day by each Admin users.
    It has got CTE ( common table expression ) which is referred 2  time within SP. This CTE is very big and fetches records from several tables without where clause. This causes several records to be fetched from DB and then needed processing. This stored procedure is running in pre prod server which has 6gb of memory and built on virtual server and the same proc ran good in prod server which has 64gb of ram with physical server (40sec). and the execution time in pre prod is 1min 9seconds which needs to be reduced upto 10secs or so will be the solution. and also the exec time differs from time to time. sometimes it is 50sec and sometimes 1min 9seconds..
    Pl provide what is the best option/practise to use where clause to filter the records and tool to be used to tune the procedure like execution plan, sql profiler?? I am using toad for sqlserver 5.7. Here I see execution plan tab available while running the SP. but when i run it throws an error. Pl help and provide inputs.
    Thanks,
    Viji

    You've asked a SQL Server question in an Oracle forum.  I'm expecting that this will get locked momentarily when a moderator drops by.
    Microsoft has its own forums for SQL Server, you'll have more luck over there.  When you do go there, however, you'll almost certainly get more help if you can pare down the problem (or at least better explain what your code is doing).  Very few people want to read hundreds of lines of code, guess what's it's supposed to do, guess what is slow, and then guess at how to improve things.  Posting query plans, the results of profiling, cutting out any code that is unnecessary to the performance problem, etc. will get you much better answers.
    Justin

  • I installed visual studio 2010 in my windows 8.1 system.during the installation sql server 2008 r2 features were installed.so which version of sql server i need to install(2008 or 2008 r2)?

    hi,
    I installed visual studio 2010 in my windows 8.1 system.during the installation sql server 2008 r2 features were installed.so which version of sql server i need to install(2008 or 2008 r2)?
    regards,
    harsha.

    My guess is SQL Server 2008 R2.
    Check the following KB article for details:
    http://support.microsoft.com/kb/2681562
    Kalman Toth Database & OLAP Architect
    SELECT Video Tutorials 4 Hours
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • System Copy of our Production Server using orabrcopy method.

    Hi
    We are planning to do a System Copy of our Production Server using orabrcopy method.
    But as the Production Server Java Version is below 1.4.1, Orabrcopy could not be executed.
    As per the planned downtime of the Production Server, we have copied all the database offline. ( say 9th of August)
    but we could not create the control , trace, init<sid>.ora files using ORABRCOPY.. during offline database copy.
    Now the system is up and running.. We havent created the files yet.
    I have 2 questions..
    1. Is there any other method so that we can create the control , trace, and init<sid>.ora files.
    2. If we create the control trace files now ( 13th of August ) can we use the offline backup that we took on (9th of August) to perform a System Copy..
    Need your addvice..
    Thanks and Regards
    Paguras

    Basically, orabrcopy does (aside from other things) an
    alter database backup controlfile to trace;
    You can enter that manually (anytime) and use the resulting .trc file in saptrace directory as a base for control.sql, however, in this case you need to "know" what you're doing. ORABRCOPY is a "nice frontend" for this because it uses the same statement to create CONTROL.SQL, it just edits it appropriately which you will need to do manually.
    Markus

  • How to Migrate Stored procedure on Sql server 2008 to Oracle Database

    Guys, I need help vey badly as I am new in this field.
    Problem is that, I have to migrate stored procedure on Sql server 2008 to oracle Oracle database:
    Whole scenario--
    1. Sql Server 2008 application on Windows server (source machine)
    2. I have to migrate 70 Stored Procedure
    3. To Oracle Database on Linux machine (Target machine)
    Any method (no problem)
    Please, help me or give me any reference as I don't know which keyword is differ in both database.
    Thanks in advance

    Hi,
      You could the free Oracle SQL*Developer to do this.
    There is information and a download link here -
    Oracle SQL Developer&lt;/title&gt;&lt;meta name=&quot;Title&quot; content=&quot;Oracle SQL Developer&quot;&gt;&lt;meta n…
    and information on using it for migrations here -
    http://www.oracle.com/technetwork/database/migration/index-084442.html
    You could use it in 2 ways -
    1. Go through a migration but just pull the stored procedure code from the file created after you generate the SQL from the SQL*Server database
    2. Use the scratch editor accessed from -
    - Tools - Migration - Scratch Editor
    and paste the SQL*Server stored procedure code into the window and it will convert it to Oracle code. The tool is very good but may have problems if you have very complicated procedures that use SQL*Server specific utilities.
    Regards,
    Mike

  • System Copy Procedure

    Hi Experts,
    Here my client wants to move their system PRD to a new server that they acquired. The environment is Windows on Oracle 8.1.7 with 4.6 C.
    So i would like to know that best way of moving the system to the new server.
    The Homogeneous System Copy is there, but in 4.6C Version i am confusing to chose the Export option from the Kernel CD.
    Previously i had done the System Copy with ECC 5.0. But in this version i am confusing.
    pliz do advise me on this.
    I would also be grateful if anyone can provide me with documentation on how to execute this procedure.
    Waiting for your kind reply.
    Regards,
    Praveen Merugu

    Hi Praveen,
    If you only need to move a system into from one server to another with the same OS platform and DB Platform, then you can use System Copy.
    if you are confused how to do this, then:
    1. Install SAP instance and DB Instance in the new server, make sure the SID is the same with the old server. 
    2.  Do offline backup of the old SAP Instance
    3.  restore the backup to your new server, make sure you delete all data files in the new server before you do this
    4. generate the control file script in the old server
    5. copy the script to your new server
    6. execute the script to generate all the control file
    7. Startup the database
    Regards,
    Anggana

  • Issue while installing HP System Insight Manager on Windows Server 2008

    Hi everybody,
    as I wrote in the subject, I'm having trouble while trying to update my HP SIM vers. 6.1 to HP vers. 7.1 on my server running Windows Server 2008 Enterprise SP1.
    I encounter the errore message:
    "HP System Insight Manager Installer detected an unsopported operating system..."
    How can I fix this problem?
    is it OS really unsopported or Do I have to perform some upgrade before?
    is it because of my Microsoft SQL server version? I have the 2005 ver. Do I need the 2008 one?
    in anycase HP SIM vers. 6.1 runs with no problem.
    Thanks
    D

    It appears that you have a commercial LaserJet in an enterprise enviornment.  It would be best to post in the commercial LaserJet forums.
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • How to write a store procedure under SQL Server 2008

    Hi Folks,
    Kindly help me step by step how to create a simple store procedure with help of sql server 2008 r2 for Crystal report.
    I know how to work by using Universe but not SQL Server. Kindly help me how to hard code by using sql.
    Thanks in adv.
    Reddy

    For the actual syntax for programming the stored proc, you'll need to work with someone (or a website) who knows T-SQL.
    The cursor that gets returned from the stored proc must be an "in out" parameter for the stored proc.  For SQL Server I usually define a record type that includes the fields that will be returned and then return a set of records of that type.  Again, check with someone who is familiar with T-SQL for more information about how to do this.
    -Dell

  • System copy process of XI server

    Hi
    In our XI landscape, we have XI development server and XI production server. We would like to create the
    XI Quality instance for testing. Also we want to refresh XI devepolment server from XI production server.
    Here XI 3.00 is installed on Unix platform with Oracle 10g database (SAP WebAS 6.40).
    Pls let me know the following:
    1. Can i create the XI quality server with System copy option from XI production server? or do i have
         to create XI quality server with the new installation? What would be the best option?
    2. I 'm not able to get the system copy process of SAP Web AS 6.40 for XI. Pls forward me system copy
        document or send me SAP link for the same. I have the System Copy document for system based   on SAP NW 2004s SR1 ABAP+ JAVA. Can i use this document?
    Thanks
    Amar

    hi check the below link
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/cd76e07d-0c01-0010-298d-f699863f2ce4
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e1532f46-0a01-0010-bc88-af3272254881
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/200ebc93-dabe-2910-c1a6-c4ec30b20e04
    note:award points if found helpfull
    regards
    chandrakanth.k

  • Missing System Protection Tab in Window Server 2008 R2 Standard

    Hi All,
    Actually I want to disable and enable the system store in Window Server 2008 R2 Standard. When I right click for My Computer and click "Properties", "System Protection" is missing. I have searched a lot of solutions on Internet but still
    not working. Please advise and thanks.
    Methods which I have tried:
    1. sfc /scannow (Not Work)
    2. HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\WindowsNT\SystemRestore\DisableSR (No such regedit)
    3.
    dism /online /enable-feature /featurename:WindowsServerBackup   (Not Work)
         dism /online /enable-feature /featurename:WindowsServerBackupCommandlet
         shutdown -r
    Best Regards,
    Alan

    Hi,
    Firstly, please make sure that you have logged into the computer as an administrator. In addition, can you see the
    System Protection tab in safe mode? You can also perform a
    full scan of your system to see if any malware removed the the "System Protection" tab.
    Besides, you can check the registry below:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\SystemRestore
    If a "DisableSR" value doesn't exist, you can add it and set the value to 0 to enable System Restore to see if the issue persists.
    Best regards,
    Susie

  • Homogeneous System Copy process: PRD to QAS on MSSQL

    We have a need to refresh our QAS system with a copy of PRD - the method I have been researching is a homogeneous database copy. I am having difficulty finding step-by-step documentation to carry this out for release R/3 4.6C.
    The only client refreshes I have performed are through SCC9 or SCCL and the R/3 installation was done by a consultants - hence the need for good step-by-step documentation!
    I should also note that our QAS system shares the same physical server as the DEV system.
    Any assistance is greatly appreciated.

    > I am assuming that I would be restoring the PRD database over the QAS database - this is where I am looking for additional documentation.
    Use
    http://service.sap.com/systemcopy
    all necessary steps (+ the mentioned notes) are described there.
    Markus

  • Homogeneus system copy procedure

    Hi Gurus,
    I have the following scenario:
    ERP Netweaver 7.0 SR2(SAP_BASIS 709)  Java + ABAP stack with Oracle 11.2.0.2 recently upgraded. I have to make a copy to the test system QAS.
    The question is if i can use new sapinst versions, (obtaining the newers installation master and Java CDs like SR3 or EHP 2) and its procedures to make the copy.
    Thanks in advance.

    Alejandro Gallo wrote:
    Hi Gurus,
    >
    > I have the following scenario:
    > ERP Netweaver 7.0 SR2(SAP_BASIS 709)  Java + ABAP stack with Oracle 11.2.0.2 recently upgraded. I have to make a copy to the test system QAS.
    > The question is if i can use new sapinst versions, (obtaining the newers installation master and Java CDs like SR3 or EHP 2) and its procedures to make the copy.
    >
    > Thanks in advance.
    Your question is quite confusing. You are saying ERP Netweaver 7.0 but basis version is 709. There is no 709 version.
    If your release is ERP 6.0/Netweaver 7.0 then you have to use installation master DVD of this version only. You cannot use EHP2 version DVD. And procedure of system copy is more or less same for 7.0 release or 7.02 release. You can check system copy guide on http://service.sap.com/instguides.
    Thanks
    Sunny

  • SAP ECC 6 EHP 4 on WIndows Server 2008 MSSQL 2008

    Hello,
    Our's is a new installation and I am applying the required patches in the Development system. The Kernel release is 701 and our SAP_APPL version is 600. Please let me know what will be the impact of upgrading SAP_APPL to 604.The upgrade will require the EHP installer which will ask for the XML file prepared from Solution Manager. This will involve the upgrade of all the components.  Is it mandatory to do the upgrade of SAP_APPL?
    Kindly send in some suggestions.

    Successfully upgraded to SAP_APPL 604

Maybe you are looking for

  • Freezing, mouse moves, fine in safe mode... help!

    macbook stopped working this morning. everything froze- i get spinning circle of death, but cursor moves. running maveriks. ran all disk permissions, repaired disk etc and nothing seems to work- did this after booting to recovery- multiple times. boo

  • TV remote control and Java

    Hello, I am new to Java and I am trying to write a program in Javafx. Therefore I looked this week on ebooks. My quesion is how can I change TV channel with my remote control ? I have i TV tuner in my computer with TV remote controll.

  • Blackberry Desktop Manager contacts

    Has RIM considered a Contacts module integrated into the Deskttop Manager as a standalone from outlook? I assume most users sync with Outlook. In the past Outlook has had its issues like any other software. It would be nice to have a module inserted

  • Is it ok to set "auto shrink" ON for reportserver and reportserverTempDB database?

    Is it ok to set "auto shrink" ON for the reportserver and reportserverTempDB databases? I have read multiple 'best practice' advice articles to not se 'auto shrink' to true, and I understand the potential issue with index fragmentation, but I perciev

  • IDOC Package

    Hi Guys, I have the following scenario WS->XI->IDOC but in this scenario there will be several calls from WS and we want to send an IDOC Package. I have seen some blogs regarding the collector pattern on BPM but in some of them I have seen that there