SQL 2012 Linked Server connection from SQL 2000

Hi,
Does anyone know if it's possible to create a linked server connection in SQL 2000 to a SQL 2012 instance?
If so, which provider should I use?
Many Thanks,
Phil

Hi Shanky,
I'm afraid you misunderstood my Q. The above posts show how to create a linked server connection FROM SQL2012 --> SQL 2000.
I'm trying to create a linked server connection FROM SQL 2000 --> SQL 2012.
Does anyone know if it's possible?
Many Thanks,
Phil
I guess you dont read posts patiently below link ,which i also posted in my first reply, has details about the same
http://social.msdn.microsoft.com/Forums/en-US/2e02c603-e28d-49eb-b073-548c59732b5d/linked-server-from-sql2012-to-sql2000?forum=sqlsetupandupgrade
Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

Similar Messages

  • Linked server error from sql server to oracle

    Hi
    Please help i am getting below error
    Problem Description: OLE DB provider "OraOLEDB.Oracle" for linked server "ORACLE10G" returned message "ORA-01403: no data found".
    Msg 7346, Level 16, State 2, Line 1
    Cannot get the data of the row from the OLE DB provider "OraOLEDB.Oracle" for linked server "ORACLE10G".
    Platform details
    SQl server end
    =====================
    SQl server version :2005
    Oracle client version :10.2.0.1.0
    sql server Platform:widow server 2003 standard edition 32 bit
    ===========================
    oracle server end
    * DB Server = 10.2.0.4
    * Platform = IBM AIX
    AIX version=5.3
    Regards

    Hi,
    This forum is for connecting to non-Oracle databases from Oracle.
    There is a specific forum for Oracle Provider for OLE DB so it would be better to ask the question in that forum -
    Oracle Provider for OLE DB
    Regards,
    Mike

  • SQL Server Connectivity from Oracle Solaris 9.2

    Hi,
    We have data in SQL Server 2000 database and we need to transfer this to Oracle 9.2 database in SOLARIS environment. To do this, we would like to connect to SQL Server from Oracle Solaris, we explored options like
    Transparent Gateway and Hetrogeneous Services.
    We doubt whether it is possible to do so from Solaris environment to SQL Server, which runs only in Windows OS.
    We tried connecting from SQL Server to Oracle Solaris, which we could not able to do it successfully.
    Please guide us the various methods available to accomplish the same, thank you.
    Regards,
    Deva

    You need an ODBC driver for Solaris.
    Sybrand Bakker
    Senior Oracle DBA

  • How to connect from sql*plus to Sql Server

    Dear Profs.
    How I can connect from sql*plus v8 on my local pc(Win XP) to Sql Server Express 2005 light weight installed in same local pc ?
    Thanks,
    Ahmed.

    You'll need to setup heterogeneous services. This is done by creating an init file for the SQL Server db with %ORACLE_HOME%\hs\admin that refers to a DSN for the Sql Server Database. The listener would also need an entry for the SQL Server DB DSN. After that you would create a dblink to SQL Server in your Oracle instance and then could query across the dblink.

  • Steps to change universe database connection from SQL server to Oracle 10

    Hi,
    we are moving from sql server to Oracle 10.Please let me know the steps and various parameters I should consider while changing universe database connection from SQL server to Oracle 10.
    Following are the steps which I assumed :
    1.     create a new Oracle database connection or edit the existing connection to point to Oracle server
    2.     Need to check sql for each object, having integrity check for universe will solve the purpose of parsing each object
    3.     Exporting the universe after integrity check
    4.     Report data testing
    Let me know if I miss on any steps.Also what all factors I need to consider while moving to Oracle for eg: what @ custom sql,what @ table names,what @ LOV etc.
    Kindly reply

    Thanks Abhijeet and Shreyash,
    I will follow the steps you have suggested.
    Actually I was searching for this on net and got to know that with Oracle database connection,theres lot of stuff needs to take care of in terms of custom sql and LOV and in our case,we have lot of custom sql for each object in the universe so just wanted to confirm.
    I will do the changes and let you guys know in case theres any isuue specifically to Oracle.

  • Connect from SQL Developer to several SQL Server instances

    Our SQL Server has more than one instance, but I see only one instance of them trying to connect from SQL Developer 1.2 to SQL Server. How I should define the connection information? Usually we connect to SQL Server by <hostname>/<instancename> and then the database name as CatalogName (Initial Catalog). In the Oracle world you can give only the hostname, a port number and the database name. How I can convince the SQL Developer to choose one of our SQL Server instances?

    Hi user627927,
    Bug/Enhancement request already logged.
    We have not got this configuration in house, two people have suggested workarounds but we are unable to test them for now. The last person was unable to get these workarounds working, and we have not confirmed them in house.
    Can you get the instances connected through two different ports?
    It would be great if you could confirm either workaround.
    -Turloch
    *1/Suggestion 1 change the URL through SQLDevelopers xml connection store.
    *2/Overload the port field to have instance in the eventual url
    *1/Suggestion 1 change the url through SQLDevelopers xml connection store.
    [Note it is probably simpler to connect a dummy connection through the connection dialog as usual save it (you cannot connect) and then add the instance information rather than having to enter all the information in an unmanaged way.]
    Hi Naveen,
    I had same problem as you and user579801. I managed to resolve it by doing the following.
    1. Locate the file called IDEConnections.xml in the folder where you have installed SQL Developer (eg. c:\sql developer\sqldeveloper\system\oracle.jdeveloper.db.connection.11.1.1.0.11.42.62).
    2. Create the following entries under <connections> tag.
    <connection>
    <URL>jdbc:jtds:sqlserver://\\.\;namedPipe=true;instance=SQLDBNam;</URL>
    <ConnectionName>SQLServer</ConnectionName>
    <user>SQLUser</user>
    <ConnectionType>JDBC</ConnectionType>
    <DeployPassword>false</DeployPassword>
    <JdbcDriver>net.sourceforge.jtds.jdbc.Driver</JdbcDriver>
    <RaptorConnectionType>Microsoft SQL Server</RaptorConnectionType>
    </connection>
    3. Save the file; Close and re-open the SQL Developer and try connecting.
    Hope this will solve your problem. Good luck.
    Regards
    Raja
    *2/Overload the port field to have instance in the eventual url
    This took some figuring out but I cracked it in the end....
    SQLServer tab:
    Hostname: <servername>
    Port: <portnumber>/<databasename>;instance=<instancename>
    so for me the Port field looks like this: 1433/Gaffa;instance=SQL01
    That should now connect to a named instance SQL Server.
    Paul Fairhurst

  • Use a SQL 2012 database server with Reporting Services 2008?

    Hello, we have a SQL Server 2008 R2 Reporting Services Standard server with the reporting databases running on a SQL Server 2008 Standard database server. I would like to upgrade the database server to SQL Server 2012 before I upgrade the reporting server.
    Can I run SQL Server 2008 R2 Reporting Services against a 2008-version database running on a SQL 2012 database server? Thanks for your help.

     
    Hi Nicole
    Thanks for your posting.
    Are you asking if we can connect from SSRS 2008 r2 to a database sitting on SQL Server 2012.  Am I right?, please ignore me if I misunderstood your question. If that is your question
    then I think you will be able to using BIDS 2008, I have created A database on SQL Server 2012 and I use that database table inside  my SSRS 2008 R2 dataset. I can even think that you can use a database of compatibility level of 2012(110) as well
    Many thanks
    Syed Qazafi Anjum

  • Linked Server in MS SQL Server 7.0

    I created a linked server in MS SQL Server 7.0. DB Provider is OLE DB Provider for Oracle 8.1.7. All is working, but when I try to make select, insert or update from the Oracle table which conains data time NUMERIC (with size and scale 0) OLE DB Provider returns the Error message:
    OLE DB provider 'OraOLEDB.Oracle' supplied invalid metadata for column %COLUMN_NAME%. The data type is not supported.
    I've already downloaded and insatalled the new version of OLE DB Provider, but the problem still present.

    Did you solve your Problem? I'm having exact same problem in my application. Can you or someone else help me?
    Thanx
    Bye Marco

  • Steps to migrate Project Server 2007 from SQL Server 2005 to SQL Server 2008?

    We need to migrate Project server 2007 from SQL Server 2005 to SQL Server 2008.
    1. Is it as simple as doing backup and restore of databases and pointing Project Server to the new DB server? Or there are some specific steps that should be followed?
    2. Article at
    http://technet.microsoft.com/en-us/library/dd207290(office.12).aspx is about moving databases from one DB server to another (same versions). At one place, it mentions to
    backup all databases but at another place it mentions that
    You should only back up the Draft and Published databases from the source database server.
    What should be done when moving from 2005 to 2008?
    Regards,
    Amit
    Gupta

    High Level step you can get this form  Tech net or MSDN too
    Shut down the SharePoint servers (App / Web)
    backup all of the SharePoint and Project
    Server databases from the SQL 2005 server
    copy these over to the new SQL 2008 server and restore all of
    the databases with the same names
    script out all of the logins used by SharePoint/PS from the SQL 2005 server and create these on the SQL 2008 server
    script out the Delete expired sessions SQL job from the SQL 2005 server and create this on the SQL 2008 server - or create them manually on the SQL 2008 server
    repoint the SQL server DNS Alias from the SQL 2005 server to the SQL 2008 server, if SharePoint and Project Server was installed using the actual SQL server name and no alias, you can create a DNS alias for the old SQL 2005 server name that points to the SQL
    2008 server. This is so that the SharePoint servers can still connect to the same SQL server name
    Start up the SharePoint servers
    kirtesh

  • SQL 2005 Linked server to Oracle append

    Hi Oracle Exprets,
    i am using an SQl 2005 linked server too pull data from specific table in Oracle data base.
    the thing is i have to pull data daily and append this data to the exsisting table.
    here is my code :
    EXEC sp_tables_ex @table_server ='LINKED_ORA',@table_schema='Myschema'
    INSERT INTO dbo.ARS20091
    SELECT * FROM OPENQUERY(LINKED_ORA,
    'SELECT
    TROUBLEID,
    CREATE_DATE,
    DATE ''1970-01-01'' + CREATE_DATE / 24 / 60 / 60
    CREATEDATE
    FROM CLIENT_TROUBLE
    WHERE CREATE_DATE between ''1230768001'' AND ''1239043005''');
    GO
    this code works but i have to change the date daily and do a complete insert in a new table.
    Is there a way to append data daily ?
    thanks

    Hi sanjay,
    but why sysdate is giving me the today's date and when i use getdate ...it does not give me anything..
    i am using openquery tooracle data base..usually i have to use Oracle command..
    Mo..

  • How to upgrade SQL 2012 Clustering Enterprise Evaluation to SQL 2012 Clustering Standard Editon

    Dear All,
        My environment configured 2 Servers for SQL 2012 Clustering Enterprise Evaluation with Active/Passive. Then I Would like to upgrade from SQL 2012 Clustering Enterprise Evaluation to SQL 2012 Clustering Standard Edition with Active/Passive
    on same 2 Servers.
        I would like you help to share me the step how to upgrade from SQL 2012 Clustering Enterprise Evaluation to SQL 2012 Clustering Standard Edition.
        I should upgrade on both Servers or just upgrade only one of them?
        I should upgrade on Active node first or passive node first?
        During upgrade, I should bring offline resource before upgrade?
    I saw only step upgrade evaluation edition on standalone Server but can't find information for upgrade on Cluster environment.
    Could you please help provide me the step for do this. 

    Hello,
    As per this MS article
    http://technet.microsoft.com/en-us/library/ms143393.aspx
    Upgrading from Evaluation Enterprise (a free edition) to any of the paid editions is supported for stand-alone installations, but is not supported for clustered installations.
    Changing the edition of a SQL Server 2012 failover cluster is limited. The following scenarios are not supported for SQL Server 2012 failover clusters:
    SQL Server 2012 Enterprise to SQL Server 2012 Developer, Standard, or Enterprise Evaluation.
    SQL Server 2012 Developer to SQL Server 2012 Standard or Enterprise Evaluation.
    SQL Server 2012 Standard to SQL Server 2012 Enterprise Evaluation.
    SQL Server 2012 Enterprise Evaluation to SQL Server 2012 Standard.
    So i think upgrade to Standard edition is not possible on cluster.
    What you can do is take full and transaction log backup of All databases.Backup your users and logins and jobs by script method.
    Now destroy SQL server 2012 evaluation cluster and create new SQL server standard cluster.
    Just FYI( not related to this): You just need to run edition upgrade on a single node, you can choose to run from either an active or passive node. After running, you need to cause a failover to happen. Once the failover happens, all of the nodes along with
    the database engine will be updated.
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • After Effects, Track camera unable to obtain dynamic link server connection

    This has been hit and miss. I am now consistenly getting a dynamic link server connection trying to use Track camera in After Effects.
    64GB RAN
    Windows 7 proffesional
    i7 processor
    NVIDIA GEFORCE TITAN
    I have enabled all the recommended programs through my firewall. I see the dynamiclink server is running in my task manager, I have closed all other programs, no antivirus, I have restarted my computer, no luck with this.
    Also to add additional information:
    It seems that when I try to do replace with After Effects composition in Premiere Pro I am getting error: The importer reported a generic error
    and also when I first launch After effects I am getting a failure to load a few plugins from CineForm including importer

    cokkio wrote:
    Hi guys,
    I have the same problem but my system is:
    Os X 10.9.5 - Macbook Pro Retina - NVIDIA GeForce GT 650M 1024 MB
    After Effect 13.1.1.3
    No antivirus or firewall running.
    Any suggestion or the only way is to unistall, run adobe CC cleaner and reinstall? I'm in the middle of a project, quite in a hurry, and I prefer to avoid it if possible.
    While I normally don't suggest too many changes in the middle of a project, have you considered updating to the latest version of AE? 13.2 released a couple of days ago. If the update messes you up, you were going to need to uninstall, run the CC Cleaner, and reinstall anyway...

  • "timed out obtaining dynamic link server connection" in After Effects

    Hi!
    I can't use the warp stabilizer or the Track Camera function, it stops after a while and produces the "timed out obtaining dynamic link server connection" error. Regardless of footage, and I have disabled all firewall software.

    Hi, i have the same issue in After Effects CC, i have tried the "run as administrator" solution above and it is still saying "timed out obtaining dynamic link server connection". i have windows 8 64bit

  • Unable to setup BAM server connections from JDeveloper

    Hi
    I have installed BAM on XP .I'm able to access BAM from frontend and all services are up and running. When i tried to set up a BAM server connection from Jdeveloper , it failed.
    How do i get the values for the following parameters..
    Host Name:
    Port Number: 80
    User Name:
    Password:
    Domain Name:
    Your help in this regard is highly appreciated.
    Thanks
    Laj Abraham

    Host name will be the host where BAM is installed
    User name will be the user name of a user granted access to BAM
    Domain name will be that user's domain
    Password will be the user's password
    By default the user you used to install BAM is automatically granted acces, you can use the administrator page in BAM to add additional users

  • SQL server 2012 link server 2000

    I am trying to link an SQL Server 2000 to SQL Server 2012.
    From the management studio i am giving the configuration below
    Other data source
    Provider --> SQL Server Native Client 10.0
    Product name: SQLSERVER
    Data Source: machines_ip/Servername
    Provider string: (null)
    Catalog: (null)
    Security Tab
    Be made using this security context: (credentials)
    Server Option Default except of changing RPC out to True
    I get the error 7302 but and help returns no results:
    There is no additional information about this issue in the Error and Event Log Messages or Knowledge Base databases at this time. You can use the links in the Support area to determine whether any
    additional information might be available elsewhere.
    What am i missing?

       can check with 
    In SQL Server Enterprise Manager, open \Server Objects\Linked Servers\Providers, right click on the  provider, select
    properties and check the "Allow inprocess" option and set 1. Recreate your linked server and test again.
    13down
    vote
    In SQL Server Enterprise Manager, open \Server Objects\Linked Servers\Providers, right click on the OraOLEDB.Oracle provider, select properties and check the "Allow inprocess" option. Recreate your linked server
    and test again.

Maybe you are looking for

  • So I just got my new iphone 3G

    And I can't see that it is the cutting edge product it's supposed to be! My bluetooth cant see anything, It seems like you have to turn every thing off to make the battery last more than a day, the camera is 5 years out of date , I loose network conn

  • ALE HRMD_A with E1PORIG Segment Problem

    Hi We set up an ALE scenario with HRMD_A. We also did the set up that the E1PORIG Segement is written. The initial distribution with RHALEINI works fine, the segement is E1PORIG is written. Now we activated change pointers for HRMD_A. If we use the r

  • E-Mail adress in text

    Hi, I'm quite new to this Designer stuff, but I managed to create a form so far. Now I want to add a text which says something like "Please submit this form to [email protected]" It's no problem to create this text, but I want to add something like a

  • Reg. smart cards which support T=1 protocol

    Hi Would like to know what all smart cards support T=1 protocol? Thanks

  • How do I get Apple Mail to NOT automatically check for new messages?

    Under General, I have it set to Manually, under each Gmail account (2) I have UNchecked the "include when automatically checking for new messages" under "Advanced", but it still checks automatically. Are there other settings that effect this behavior