Login from one Instance to another instance

Dear All,
How that i can login to another instance server using sql query?
Example:
I'm Login to instance server A and want query to instance server B so I want login to Instance Server B using sql query from Instance Server A.
How that i solve that problem?
best regards,
Surbakti

Linked server?
https://msdn.microsoft.com/en-us/library/ff772782.aspx
Best Regards,Uri Dimant SQL Server MVP,
http://sqlblog.com/blogs/uri_dimant/
MS SQL optimization: MS SQL Development and Optimization
MS SQL Consulting:
Large scale of database and data cleansing
Remote DBA Services:
Improves MS SQL Database Performance
SQL Server Integration Services:
Business Intelligence

Similar Messages

  • How to transfer the logins from one instance to another instance in sql2008r2

    how to transfer the logins from one instance to another instance in sql2008r2

    Hi Ganesh,
    According to your description, you want to know how to transfer the logins from one instance to another instance for SQL Server 2008 R2. To do this, besides dave’s post, you could also use
    'Copy Database Wizard' in SQL Server Management Studio, or the component
    'transfer Login task' in SQL Server Integration Services.
    Regards,
    Michelle Li

  • How to EXPORT a concurrent program from one instance to another

    Hi,
    I am new to EBS.
    How to EXPORT a concurrent program from one instance to another. I dont want to use FNDLOAD.
    Is there any other way from where we can export the concurrent program to anothere instance from CLIENT connection server.
    Thanks
    Asis

    Hi;
    What is EBS version? Why you dont use FNDLOAD?
    Pelase see below thread
    Move concurrent program to prod
    Move concurrent program to prod
    Regard
    Helios

  • How to move an instance from one activity to another

    Hi all,
    Is it possible to move an instance from one activity to another using an external process? Is it possible to do this with PAPI and pass parameters to the instance in order to determine the instance's flow?
    Regards

    Yes it is possible using PAPI. I have just used PAPI to create instances . I have not tried the requirement which you want. But as per my knowledge it can be done.
    Good Luck
    Right Chord

  • Preserve data from one instance of a workflow to another

    Hi all,
    I have a quite general question which has been bothering me for a while. It has to do with preserving data between instances of a workflow.
    What I need is to preserve some data from one instance of a workflow (as a task in the WF) and then stall the WF for some time - actually it must be stalled until another workflow finishes (this second WF should batch a number of tasks which should be sent (together with all the data) in a form to a different user).
    However when this second WF finishes it must thus send a "continue message" to all the instances of the first so that they can continue from their previous states.
    I hope you can understand the scenario, otherwise I'll try to elaborate further.
    If you could have some hints for what activities in the Workbench I should use and some pointers for pitfalls I would be very greatful.
    Thanks in advance
    Sincerely
    Kim Christensen

    Can't you just add your other workflow (child) as as step in the main workflow and set the Invocation Policy to "Wait for Response". This will ensure the main workflow will wait for the end of the child workflow.
    Jasmin

  • Copy Custom toolbar from one instance to another in Project server 2007

    Hi,
    I am currently using project server 2007. We have a number of instances in our Project server enivoronment. Is it possible to copy customized toolbar from one instance to another? If yes, how?
    Thanks in advance 

    Hi Khaldun,
    As per my reply in your previous post, here is a link explaining how to use the organizer:
    Http://blogs.msdn.com/b/project/archive/2010/10/22/tips-and-tricks-copy-custom-views-filters-tables-and-other-elements-to-other-projects.aspx?Redirected=true
    Basically, just copy the toolbar from the global source instance into a blank project file. Then do the same operation from the blank file containing your toolbar into the destination global model, still using the organizer. 
    Hope this helps. 
    Guillaume Rouyre - MBA, MCP, MCTS

  • Setups migration from one instance to another

    Can any one please tell me how to migrate AME (Oracle Approval Management) setups and GL Setups?
    We are using AME.B.(11.5.10.2). There will be quite a few of these setups required, and migrating by hand in all the eBS instances will be difficult.
    Is there any other way (API/other tools) to achieve this? Can we use FNDLOAD?
    Thanks in advance,
    Regards,
    Velusamy Raja

    Hi Anugrah,
    Unfortunately there isn't a facility to allow a customer iStore site to migrate from one environment to another (e.g. Test to Productions) easily. Currently the staging and migration of iStore environments are done manually, and some installations have utilized their own change control systems and adopted their own naming conventions for JSP customization and iStore content to make the environment promotion process more managable.
    With that said, there are concurrent programs that allow customers to perform site administration around migrating template mappings between instances (import and export). You can refer to the iStore Implementation & Admin. Guide under the iStore Template Mapping Import / Export Concurrent Programs.
    Regards,
    Bob

  • How to copy a Specific Font Style from one instance to another?

    I am using RoboHelp HTML V.7.
    I need to change multiple instances of one style to another. Is there a way to assign a specific font style from one instance of the style to another location (like MS Word style painter), or add the specific style to a shortcut key, or add the specific style the toolbar, or any other suggestions which may expedite my plight?

    Identify the "class=MyStyle" string in the MTML code, and use the Multi-File Find and Replace feature to step through each topic and change the specific instances to "class=MyOtherStyle." (I doubt that you'll want to "Replace All".)
    Sorry, there's no silver bullet!
    Good luck,
    Leon

  • URGENT: How to selectively migrate composite instances and task data from one env to another

    Gurus,
    We've come across a situation whereby we need to migrate instance data (including Human Task related) of some specific composites from one environment to another.
    (Environment is equivalent here to a different domain installation on different physical server.)
    Is this possible in some standard way like using Oracle import-export utility or script?
    If not, how can this be achieved?
    Thanks in advance for any help you can provide on this.
    With regards-
    Ashish

    Hi,
    If your SharePoint environment supports InfoPath Forms, then you can customize the form and add rules to make the list items as read only when user A submits the form.
    you can then write a form load event to check the logged in user using username() function. This logic can be implemented in variety of ways, like setting a flag when User A submits the form, or storing user A username in a form variable etc., else comparing
    User A and User B values within form Load event.
    Another way of doing this is using Views or grouping all of the User A fields within a section etc.,
    The above would take care of Form logic, and for the workflow, you can use SharePoint designer to create a custom workflow, where it will run on onItemCreate and onItemChange events.
    The logic for workflow would be if the form Submitted for the first time, the workflow will start and send an email to User B, and when User B submits the Data then onItemChange change event will start the workflow to send an email to approver to approve
    the data.
    here are some links for your reference -
    http://office.microsoft.com/en-us/infopath-help/add-formulas-and-functions-in-infopath-2010-HA101821255.aspx
    http://office.microsoft.com/en-us/videos/video-create-an-approval-workflow-in-sharepoint-designer-2010-VA101897477.aspx
    http://blogs.technet.com/b/meacoex/archive/2010/11/01/get-manager-approval-in-sharepoint-designer-2010-step-by-step.aspx
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if my reply helps you

  • Migration of code from one instance to another instance

    Hi OAF Team,
    i want to migrate the (OAF)code form one instance(test) to another instance(Dev), what is the procedure and how can i migrate from one instance to another instance.
    could you please solution for this.
    Regards,
    Muthu

    Hi
    General procedure is to zip all the java & xml page files and copy to dev instance. Then you can write a shell script to extract the zipped files and place it in appropriate locations.
    If there are any AOL objects defined by you, then you need to include that in shell script
    Regards
    Ravi

  • Utility to Move Custom Package from one instance to another

    Hi,
    I wanted to know that in EBS if we have any Forms Personalization or if we have added any custom Concurrent Program then using "FNDLOAD" utility we can easily transfer it from one instance to another.
    Similar to that is there any utility which we can use to deploy PL/SQL Package? I don't want to install Package using SQL* utility then is there any other way to do that? Please guide..
    Regards,
    Priyanka

    Hi Priyanka,
    I do not want to leave the 'no' as the last statement. In my role as configuration manager for EBS projects, I have seen a lot of alternatives to prepare setup files (FNDLOAD) and database object files (Packages, Tables, Views etc.) in a professional way and make the same ready to deploy.
    You can choose from utilities such as self created scripts, but also other products from the market are quite good. The decision to choose a specific solution depends on the client requirements and expectations.
    Currently I am working with a professional solution to retrieve and deploy custom objects from one environment to the other, whereas the definiton is simple and the deployment can be done in seconds without any specific knowledge. This is a solution we have here created for a client with a target of around 2000 custom object files, grouped into 80 custom solutions.
    The more custom objects you have in total, the more changes you need to track, the more professional you should define your process.
    The evolution could be something like:
    manual deployment > script based > professional script solutions > tool based > standard product based Any follow up question is welcome!
    Volker

  • Move OAF personalizations and extensions from one instance to anothe

    Please
    tell me steps how to move Personlizations from one Instance to another Instance
    Regards,
    Vivek Gautam

    Hi I am make changes at bean level making a field Read only by personalization.But that is not getting migrated or even shown in the XML file generated please help
    DECLARE
    BEGIN
    jdr_utils.listcustomizations(p_document => '/oracle/apps/ar/cusstd/srch/webui/ArPrtySrchPG');
    END;
    /oracle/apps/ar/cusstd/srch/webui/customizations/function/AR_ARXCUDCI_QUICK_VIEW/ArPrtySrchPG
    /oracle/apps/ar/cusstd/srch/webui/customizations/function/AR_ARXCUDCI_GATEWAY_VIEW/ArPrtySrchPG
    /oracle/apps/ar/cusstd/srch/webui/customizations/function/AR_ARXCUDCI_STD_VIEW/ArPrtySrchPG
    /oracle/apps/ar/cusstd/srch/webui/customizations/responsibility/67606/ArPrtySrchPG
    /oracle/apps/ar/cusstd/srch/webui/customizations/site/0/ArPrtySrchPG
    /oracle/apps/ar/cusstd/srch/webui/customizations/org/229/ArPrtySrchPG
    /oracle/apps/ar/cusstd/srch/webui/customizations/responsibility/57647/ArPrtySrchPG
    BEGIN
    jdr_utils.printdocument(p_document => '/oracle/apps/ar/cusstd/srch/webui/customizations/responsibility/57647/ArPrtySrchPG');
    END;
    <?xml version='1.0' encoding='UTF-8'?>
    <customization xmlns="http://xmlns.oracle.com/jrad" version="9.0.6.0.0_35" xml:lang="en-US" customizes="/oracle/apps/ar/cusstd/srch/webui/ArPrtySrchPG" xmlns:user="http://xmlns.oracle.com/jrad/user" user:responsibilityKey="cl cz_com_czk coll agent"
                   user:responsibilityAppId="695">
       <modifications>
          <modify element="pageLayoutRN" controllerClass="oracle.apps.ar.cusstd.srch.webui.xxArPrtySrchCO2"/>
       </modifications>
    </customization>

  • Move users and schemas from one instance to another

    Hi, I'm starting out in a DBA position.
    My task at the moment is to move users and schemas from one instance to another.
    We're using 9.2.0.7.
    I have concluded that the following steps are necessary to move users and schemas from one instance to another :
    1. Create the needed tablespaces.
    2. Create the users that exist in the source instance
    3. Use exp to do a full export
    4. Use imp to re-create the schemas from the output file created by exp in step 3
    Am I missing anything ?
    Thanks,
    Gabriel

    3. Use exp to do a full exportInstead of doing a FULL export just export the users you want to move and imp that in other database using FROMUSER & TOUSER parameter.
    Daljit Singh

  • Data to be moved from one instance to another

    Hi All,
    I don't have any data administration experience. All i am looking for is a document or process flow on the data movement between 2 oracle 9i instances on UNIX. Suppose there are 2 Oracle 9i instances - A and B. At some point of time, some transaction would come into A and those new/modified/deleted transactions need to be moved to B so that at any point of time both A and B are in sync.
    I want to move the data alone from A to B. Pls note that both the instances will have billions of records and atleast 30-35 K tables. It would be of great help if some one could provide me a link to the document mentioning the approach that can be taken to achieve this.
    Thanks In Advance
    RK

    Ram,
    Yes import/export utilities can do many things. Some of which are outlined below:
    create table structures with no data, no constraints, on grants
    create table structures and include any of the things like constraints, grants, ect
    move data without creating table structures
    move only a select set of data based on query in export
    move the entire database
    move a selected set of users (schemas)
    There are other possibilities depending on your environment. There are transportable tablespaces where basically you can copy the datafiles from one system to another.
    Standby databases which can be either scheduled to have updates, updated in real-time/delayed, they can be logical or physical, they can allow reporting to be offloaded to it rather than be ran against the production database.
    There are many different possibilities depending on the business/user requirements. This topic is very, very complex. If you are new to Oracle I don't think that you can understand all the possibilities unless you do a whole bunch of reading.
    As stated before by someone else, the import/export is probably not the solution you want if the tables are as large as you indicated earlier. Again though it will depend a lot on the requirements, business logic and hardware/software you have available. You probably need to hire an "Oracle expert" for this type of analysis.
    Regards
    Tim

  • How to migrate ESS job from one instance to another Instance ?

    Hi Experts,
    We have developed some custom ESS jobs in fusion applications. Now we have to migrate newly created ESS jobs to another environment.
    Is there any way like we use to extract ldt in EBS R12.
    Kindly suggest......!
    Thanks,
    Praveen

    Please refer to:
    How to Migrate ESS Job Definitions Using WLST (1941788.1)
    Migrating Ess Job Definitions From One Instance To Another Instance (1442541.1)
    Jani Rautiainen
    Fusion Applications Developer Relations
    https://blogs.oracle.com/fadevrel/

Maybe you are looking for

  • Configuring PCK

    We are trying to set up PCK. We configured the sender party, service (abstract service) and sender agreement / receiver agreement in PCK. We didn't create any colloboration agreements in integration server..(Though we set up the party/service in XI s

  • Draw and erase in AS3 help needed

    Hello all I have a 200x200 movie clip in a certain position I am trying to draw in as3, and then erase it to reveal another clip underneath. I am not able to specify the erase brush to be active just on top of that clip not on all over the stage. Her

  • ALV display subtotal only on one column

    Hi Everyone, I'm trying to display in alv format a report that has the % in the subtotals only. (I still need the individual lines, but not the percentage on them, just on the subtotal). Can anyone suggest how to do this, for example, by working out

  • Network Load balancing for Server 2003 and Server 2012

    Our environment currently has 2 web servers running Windows Server 2003 with Network Load Balancing.  We are looking to update the servers to Windows Server 2012.  Is it possible to add Windows Server 2012 into the Windows Server 2003 Network Load ba

  • Ошибка в функции YtFlv2Mp3.DocOnLoad. TypeError: oDoc.location.href.startsWith is not a function

    When I try to open my web browser or a new webpage then it writes out the next in a pop-up window: Ошибка в функции YtFlv2Mp3.DocOnLoad. TypeError: oDoc.location.href.startsWith is not a function. I hope that the problem can be solved.