SQL Server linked servers screens SSMS

Where in SSMS can you get to the "linked server" screen for configuration details for existing linked servers, as opposed to setting up a new linked server, I want to check the security tab via the software GUI as opposed to running SQL. I cant
see where you can see them, I know from memory when setting up a new linked server there is a "general", "security" and "server options" tabs, so I assume you can see all of those for already created linked servers.

Check Server Objects --> Linked Servers  in SSMS object explorer.
Kalman Toth Database & OLAP Architect
Free T-SQL Scripts
New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

Similar Messages

  • Oracle Equivalent to SQL Server Linked Servers

    I'm trying to make that jump over to Oracle. One of the things I am doing is replicating everything I do in MS SQL 2005 to Oracle 10g. In Microsoft, I pull data from AS/400 through a linked server. I'm having trouble finding anything on the web on this, but I think I'm using the wrong terms. So I have two questions.
    1. What do you called a linked server in the Oracle terminology?
    2. Is it possible to link to AS/400 through Oracle and ISeries Access?
    Thanks
    Adam

    For Oracle to Oracle links, look up 'database links'; for third party databases, look at 'Heteregenous services'.
    There are two varieties of heteregenous services - 'transparent gateways' which are paid options and the basic version which essentially uses ODBC.

  • Data sources (ODBC) config -MS SQL Server linking

    OS -WS2008 R2-64
    I realize that the problems I'm experiencing are not one’s everyday’s activities and are falling quite astray of the regular Oracle dba work.
    There is no other place to post but here as the MS SQL Server forums were not able to provide any solution so far.
    I hope somebody could have experienced similar issues and could have solutions or at least to point to the right direction.
    The box has a MS SQL Server 2008 that has to be linked with an Oracle 10g database on a different box(SunOS 5.10).
    The source for the ODBC drivers supposed to be Oracle Client + ODAC.
    The simple scenario of linking SQL Server to Oracle got developed into an ugly battle with Oracle drivers to be recognized by the SQL Server.
    Numerous installations-de-installations of the Oracle Client 10g + ODAC and Oracle Client 11 + ODAC led to nowhere.
    The major points of failures are:
    1. The OracleMTS Recovery Service gets broken and can not start - the installation of ODAC fails.
    Following the Metalink: Recreating Oracle MTS Recovery Service [ID 836137.1]
    fails even with domain admin account - "access denied".
    2. In case when the Oracle Client + ODAC get a successful installation:
    -     no effort could make the oracle drivers to ne recognized by the SQL server.
    Even with config of Data Sources (ODBC) and successful connection test against the Oracle databases -> there is no way to have the oracle OraOLEDB.Oracle listed in the SQL Server dropdown window with available drivers.
    3. Data Sources (ODBC) - fail to initiate reporting bogus reasons.
    As there are 32 and 64 bit of applications (ODBC Managers) and corresponding – or not – drivers------ there is a reportedly confusion over the forums which drivers are for which OS.
    The bottom line is – linking fails (something I have done successfully before).
    I have the feeling there is something wrong with our environments, but have no way to prove it.
    I’m posting with a little hope for help.
    Thx,

    WS2008 is 64 bit
    MS SQL Server 2008 is 64-bit
    Solaris is 64-bit
    Oracle is 64-bit
    Oracle's OLE DB - as OraOLEDB.Oracle
    or Microsoft OLE DB Provider for ODBC Drivers (MSDASQL) .
    The road block is that I can not configure a Data Sources (ODBC) - System DSN with any of OraOLEDB.Oracle or MSDASQL because they are not listed on the list of available drivers!!!!
    Source for OraOLEDB.Oracle has to be the Client11g - ODAC installation. - at no avail
    Source for MSDASQL should be the OS by itself as the driver is built in. - at no avail
    (the SQL server recognizes the MSDASQ - listed under Linked servers providers).
    As per the information from Microsoft and other forums - the mess is based upon 32 - 64 bit applications and drivers; on the way the installations were done.
    Even the server administrator advises for a new installation.
    Thx,

  • Ms sql server linked server with OraOLEDB.Oracle provider session handling

    Hi everyone!!
    Here's my situation:
    I have a MS SQL Server 2008 R2 with a linked server to Oracle via OraOLEDB.Oracle provider.
    I use a .net application to open a connection to my sql-server, execute a select that collects data through the linked-server-connection from the oracle database and after that I close to connection to the sql.
    It does work so far,
    but when I start my application, exit it proberly and start it again it seems that i get the same session as before (which is for some reasons very bad).
    Is that the right/normal behavior?
    Is there any way to avoid that?!
    How does the OraOLEDB.Oracle provider handle the sessions if used in/as a linked server?
    thanks and greetings,
    exoc
    Edited by: 944414 on Jul 4, 2012 5:43 AM

    Hii Rouann,
    Does the error occur when you call the stored procedure from SSIS package and map SSIS variables to the parameters in the stored procedure? Can you run the store procedure from SSMS properly? If you can run the stored procedure from SSMS, the issue seems
    to occur due to the date format mismatch between the SSIS variables and the parameters in the stored procedure.
    If you cannot run the stored procedure from SSMS as well, the issue should occur due to the incorrect data conversion within the store procedure itself as Tom mentioned.
    Regards,
    Mike Yin
    TechNet Community Support

  • SQL Server Linked Server Issues with MVC 5

    I have 2 linked servers
    Server A = MYOB  ( custom 32 it ODBC Driver ) 
    Server B = SQL Server 64 Bit.
    They link fine using windows authentication - and I can run the following no problem in SQL Management tools ( as part of a stored proc ) . 
    DECLARE @MaxID varchar(100)DECLARE @Query varchar(MAX)
    -- Insert Sales
    SELECT @MaxID = MAX(SaleID) FROM [r2hserver\SQLexpress].artoo.dbo.MYOB_Sales
    SELECT @Query = 'INSERT [r2hserver\SQLexpress].artoo.dbo.MYOB_Sales SELECT * FROM OpenQuery(MYOB,''SELECT * FROM Sales WHERE SaleID > ' + @MaxID + ''')'
    EXEC(@Query)
    The problem is: Whenever execute the stored procedure from within a MVC 5 Web App ( EF6 )  - I get :
    Unable to start a nested transaction for OLE DB provider "SQLNCLI11" for linked server "myserver/SQLexpress". 
    A nested transaction was required because the XACT_ABORT option was set to OFF.
    and if I set XACT_ABORT ON  - I get :  Microsoft Distributed Transaction Coordinator (MS DTC) has stopped this transaction.
    I cannot figure out how to make it run!  I have turned firewalls off  and tried many different config.
    Ideas?

    Hi Marty,
    Thank you for your question. 
    I am trying to involve someone more familiar with this topic for a further look at this issue. Sometime delay might be expected from the job transferring. Your patience is greatly appreciated. 
    Thank you for your understanding and support.
    Regards,
    Charlie Liao
    TechNet Community Support

  • I can't see sql server express 2012 from ssms 2008 R2 -- what do I need to download?

    I'm running sql server 2008 R2 Developer on a win7 (pro) workstation.   I would like to keep this installation because it has SSRS and Analysis Server. But I was not able to attach a sql 2012 DB so I downloaded Sql Server Express 2012 (per the
    picture below - 1st option selected) and installed it.   Sql Server Express 2012 appears to be running -- per my services list, but I cannot see the instance in ssms 2008 R2. Do I need to uninstall Sql Server Express 2012 and then download another
    option (from the picture below)? How should I proceed so that I can have a working/workable instance of Sql Server Express 2012 that I can see in ssms (whatever required version) and also keep sql server 2008 R2?  which download should I select (from
    the picture below?
    Rich P

    Should I uninstall Sql server 2012 first?
    Rich P
    No you do not need to uninstall any thing
    >> Sql Server Express 2012 appears to be running -- per my services list, but I cannot see the instance in ssms 2008 R2.
    You need to just download SQL Server 2012 express management studio and use that to connect to SQL Server 2012. And use SSMS 2008 r2 to connect to SQL Server 2008 r2.
    This File :ENU\x64\SQLManagementStudio_x64_ENU.exe
    Although I guess SSMS 2012 express with SP2 would work just fine and you would connect to 2008 R2 database using that.
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • SQL Server linked server to Oracle

    We have a SQL Server instance with a linked server to Oracle 9i.  When doing a select * (from Oracle) into some_table everything works as expected.
    There is a project to move the SQL Instance to a new clustered server.  We confirmed that the OS, SQL and Oracle Driver versions are the same.  The problem is that when we run the exact same statement the table is being created with unicode columns.
    For Example:
    Oracle
    Col1 Varchar2(20),
    Col2 Varchar2(100)
    Select into on current SQL Instance creates
    Col1 Varchar(20),
    Col2 Varchar(100)
    Select into on new SQL Instance creates
    Col1 NVarchar(20),
    Col2 NVarchar(100)
    Any help to identify how to resolve this issue?
    Thank You,
    Michael

    Hi Michael,
    The varchar2 data type in Oracle database and nvarchar data type in SQL Server is mapped to DT_WSTR data type in SSIS, while the varchar data type in SQL Server is mapped to DT_STR in SSIS. In your case, when loading the Oracle data to nvarchar columns SQL
    Server table, you can extract Oracle data using a source adapter and directly load the data to the SQL Server table. When loading the Oracle data to varchar columns SQL Server table, you need to convert the DT_WSTR data type columns to DT_STR data type columns
    before inserting into SQL Server table. To do the data conversion, you can use a Data Conversion Transform.
    If you want to do it by using T-SQL rather than SSIS, please ask a new question in the T-SQL forum where you can get dedicated support.
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • SQL Server Link Server issue.

    Hi,
    I have setup a linked sql in SQL Server 2000 to connect to an Oracle 9i database. When I try to select from a table through the link server I get the following error message.
    Could not execute query against OLE DB provider 'OraOLEDB.Oracle'.
    OLE DB error trace [OLE/DB Provider 'OraOLEDB.Oracle' ICommandText::Execute returned 0x80040155].
    This is for a table without any nvarchar2 columns (I get a different error for tables containing those datatypes).
    Any ideas?
    Thanks
    Sanjay

    Ralph,
    1. Right-click on the linked server you created, select Properties from the popup menu.
    2. In Linked Server Properties dialog box, click Options... button under Provider Name dropdown combo.
    3. Check (or enable) "Allow InProcess" option.
    4. Click Apply button.
    5. Click Ok button.
    Sinclair

  • UCCX 8.5 Informix/SQL Server linked server question

    We have several custom (in-house) queries that were written against a UCCX 7.x installation (SQL Server). These queries were written using a variety of t-sql functions (DATEADD, DATEPART, GETDATE etc). When we migrate to UCCX8.5 (Informix) I'm assuming we will need to translate those t-sql functions to their equivalent Informix functions...is that a correct understanding?  Has anyone else faced a similar situation?  Any gotchas to share?
    Also would be interested to hear from anyone who defined a linked server in SQL Server to the new Informix database server....how did it go, any gotchas there?
    Thanks!!!

    Hi
    That's pretty much it - there are equivalent functions for most things, and the syntax (beyond the basic selects) is quiet different and there are some random restrictions on the structure of queries that I don't think applied in MS SQL. A good way to learn is:
    - Comparing the MSSQL and Informix equivalents of the standard UCCX procedures
    - The IBM 'boulder' website tends to show up on most searches on google for informix commands and has lots of info on syntax etc.
    I find Informix more difficult than SQL as it's less forgiving and you don't get decent tools to debug/verify syntax etc without paying out some money..
    I've never had a need to do a linked server.
    Regards
    Aaron

  • SQL 2014 Linked Servers with Availability Groups

    Good afternoon All. Hope your well. We have SQL 2014 Availability group setup over multiple Subnets.
    So basically Instance A(In Primary DC), and Instance B (Secondary Replica, in secondary DC), with AG1 (Availability Group) 
    When I connect to the instance Directly (using SQL management Studio), and attempt to create a linked Server to another SQL 2014 instance (Instance D, Both use the same Service Account), I am able to successfully connect, and run query on the Linked Server.
    However when I connect to the Availability group, I attempt to open the linked server (to Instance D) and receive the following error:
    Login Failed for User 'NT Authority\Anonymous Logon'
    This above only happens when I connect to the AG1, and not the instances directly. I have given the Service account permissions to Read and Write its own SPNs (Using ADSI Edit). Researching this people have stated to add the Availability Group Name as an
    SPN to the Service account;
    Setspn -A MSSQLSVC\AG1.mydomain:1433 mydomain\ServiceAccount
    However, Im a little unsure at this stage, should the port in the above command reflect what the AG1 endpoint ports are? As I have done that (as well as trying port 1433), and unfortunately the error still happens. Your assistance would be appreciated,
    kind regards,

    Hi Nsaneone,
    >> Setspn -A MSSQLSVC\AG1.mydomain:1433 mydomain\ServiceAccount
    >>However, Im a little unsure at this stage, should the port in the above command reflect what the AG1 endpoint ports are?
    The port in the above command should reflect the port which the availability group listener is listening on, but not the endpoint port.
    >> Login Failed for User 'NT Authority\Anonymous Logon'
    According to the error message, it always occurs when the Kerberos authentication fails in SQL Server, there are proposals for you troubleshooting the issue.
    1. Make sure that your service accounts have “Trust this user for delegation to any service (Kerberos only)” enabled in Active Directory.
    2. Make sure that SPN’s are registered successfully for all SQL Server instances.
    3. The server must be using TCP/IP or named pipes network connectivity.
    For more details about the error, please review the following links.
    http://mssqlwiki.com/tag/login-failed-for-user-nt-authority-anonymous/
    http://blogs.msdn.com/b/karthick_pk/archive/2009/01/23/kerberos-authentication-in-sqlserver.aspx
    Thanks,
    Lydia Zhang

  • Setting up OracleXE as SQL Server Linked server

    I have recently installed OracleXE locally following the standard installation instructions. On the same machine I also have a local instance of SQL Server. I want to set OracleXE as a linked server to the Instance of SQL Server.
    Can any provide me with some idiot guide instructions to follow.

    Assuming you have all the privileges to create and publish in Designer and webi?deski
    1) Create system DSN on the server and your machine (in case if you are developing on your system and exporting to server)
    2) In Designer, Create a Connection
    3) Design Universe
    4) Export universe
    5) Create a report (DeskI/ WebI) depending on your need.

  • Copying SQL Server Agent - Jobs in SSMS - 2012

    Hi,
    I am using SQL 2012 version.
    when i try to copy the existing sql agent job (job "X") (using, Script Job As--> Create To--> New query window) and paste it into different database it is giving me some errors as below. (this method is working fine with SQL 2005, but not
    with 2012)
    Error :
    @schedule_uid is not a parameter for procedure sp_add_jobschedule.
    Any other way of copying sql agent job in SQL 2012 ???
    Thanks

    See the below article which speaks about behavior changes in sql 2012
    http://technet.microsoft.com/en-us/library/ms143359.aspx
    it has section as below
    Changes to Behavior in Scripting a SQL Server Agent Task
    In SQL Server 2012, if you create a new job by copying the script from an existing job, the new job might inadvertently affect the existing job. To create a new job using the script from an
    existing job, manually delete the parameter @schedule_uid which is usually the last parameter of the section which creates the job schedule in the existing job. This will create a new independent schedule for
    the new job without affecting existing jobs.
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • OraOledb, Linked Servers and SQL Server 2005 issues

    Some issues I've come across when using SQL Server 2005 (and SQL Server Express 2005), the OraOLEDB provider (10.2.0.1) and a linked Oracle database (8.1.7.4.0 64-bit)
    1) You must set the OraOledb.Oracle\AllowInProcess value to 1 to allow the OraOledb provider to run in SQL Server's process. Without doing this I receive an 'unspecified error' from the OLE DB provider when attempting to run a query
    2) When running a ' select * ' query across a linked server using the provider, I receive the following error: Msg 9803, Level 16, State 1, Line 1
    Invalid data for type "numeric". I can, however, select all of the columns by name and the query completes (no error). Sometimes the 'select *' query returns a few rows before the error, sometimes it doesn't. The Microsoft Provider for Oracle does not have this problem

    Okay... I've got a Win2K3 Std Ed server (x64) running 64-bit SQL Server 2005 Enterprise Edition. I've installed the Oracle 10g 10.2.1 full client and admin tools, added two named services via the NetConfig assistant, and successfully set up (and tested) a connection via the ODBC Administrator to an Oracle database.
    Now... when I try to create a new connection manager in SQL Server 2005 Integration Services, the OLEDB provider for Oracle can't be found, and when I try to manually add an underlying OLEDB connection to the database, SQL Server reports:
    Test connection failed because of an error in initializing provider. The 'OraOLEDB.Oracle.1' provider is not registered on the local machine.
    Does anyone know what I need to do to see my ODBC Server data connections in SQL Server 2005 (64 bit)? I don't have this issue on my 32-bit SQL Server 2005 servers.

  • Reading Data from SQL Server 2000 Linked Servers

    Hello,
    I have a colleague who wants to read data from a OO4O driver Linked Server my FRENCH_FRANCE.US7ASCII Oracle 8i database.
    He's got some troubles to read data with "é", "à", and so on. They always replaced by "?"
    Since I have ask him to use SQL Developer on his server to see if he has got configuration problems, his PL/SQL queries return "square figure" characters (not the usual "²") instead of "?".
    For info, I've said it to use CONVERT(column, 'FR8DEC', 'US7ASCII) but it doesn't work too (also try with 'UTF8' or 'WE8MSWIN1252')
    Is there a way with the SQL Server collation ???
    How can I solve his problem ???

    The select query returns the following infos :
    PARAMETER VALUE
    NLS_CHARACTERSET US7ASCII
    NLS_NCHAR_CHARACTERSET US7ASCII
    My colleague uses the 10.2.0.1.0 client with ODAC 10.2.0.2.20.
    His SQL Server linked server is 2000 with the SQL_Latin1_General_CP437_BIN (he tried the use of the distant NLS_LANG option and the no set the NLS_LANG too with no results).
    Thanks in advance,
    Yours,
    Mickaël

  • Oracle Linked Server problem in SQL Server

    I'm using the MS OLE DB Provider for Oracle in my SQL Server linking an Oracle 9i server to the SQL Server 2000 server. I get the following error when I try to execute a query thru the SQL Server Query Analyzer:
    [OLE/DB Provider 'MSDAORA' IOpenRowset::OpenRowset returned 0x80004005:   ]
    I can however define an ODBC connection and use DTS to get to the Oracle database just fine from the SQL Server machine. I need the linked server query to work though since I'll need it for a new application.
    Any help is very much appreciated.
    Thanks.
    Anja

    I guess I'll answer my own question. I found that the setting SQL Query Analyzer was set to "Implicit Transactions" in the current connection properties. When I turned that off the query ran fine

Maybe you are looking for

  • Fixed Asset: market value

    Hi All! Due to IAS we must post an special provision: when the inmaterial fixed asset value market is minor than fixed asset net value we have to post a provision by depreciation (in order to reflect the possible loss when we sale it) This provision

  • Can I use my Kindle Fire with iTunes?

    Can I my Kindle Fire with iTunes?

  • Display .gif In Applet Problem

    I have been making a game. Very simply, the game has a main class and another truely important class that extends JFrame, it is the map. In it i need to upload .gif files and display them. It worked up until recently because i needed to make a sepper

  • BDC on Transaction BP

    Hello Friends, I have to create some address for diffrent Business Partners. I was actually doing a BDC for this but am running with couple of issues. So i was wondering is there any FM or BAPI that could be of any help. Any suggestions would be help

  • Weekly Group Total and associated YTD total

    Hello, I need to show current week group total and total year to date of the same group.  My columns are Model, Department, Issue.  Currently, the report is grouped on Model, Department and Issue with a filter for date.  Can this be done?   Thank you