• No results found

How to Connect to CDL SQL Server Database via Internet

N/A
N/A
Protected

Academic year: 2021

Share "How to Connect to CDL SQL Server Database via Internet"

Copied!
8
0
0

Loading.... (view fulltext now)

Full text

(1)

How to Connect to CDL SQL Server Database via Internet

There are several different methods available for connecting to the CDL SQL Server. Microsoft Windows has built in tools that are very easy to implement because they have been integrated with ODBC or OLE DB Provider SQL Server drivers, and you don’t need to install anything. Depending on the application you are trying to connect to the database you may need to set up a 32-bit or 64-bit driver – see the notes for each method to ensure you are using the correct version.

The SQL Server instance is “Catalyst”, and internally we use port 1433 to connect to the SQL Server. Externally via the internet, we use port 34505 to connect to 66.46.104.13. Microsoft uses the format “66.46.104.13:34505\Catalyst”, and now transfers to “66.46.104.13,34505\Catalyst”. 1. Using an ODBC

First, you need configure an ODBC DSN name. In ODBC Administrator, there are two different kinds of DSN names; user DSN and system DSN. User DSNs are for regular applications while System DSNs are for web applications. In the Windows control panel, within the Administrative tools group, you can find the “data Sources (ODBC)” shortcut. It is a 32 bit driver administrator referring to Windows\system32, so it can only create a 32 bit driver DSN. Mostly we use this to create DSN.

(2)

The only difference here is that native clients can use the alias name you configured in SQL Server client in the Server field.

(3)

If you use FileMaker (64 bit) to connect to CDL SQL Server through your ODBC, you will need to configure a 64 bit DSN. The administrative tool (odbcad32.exe) is located in

“c:\windows\sysWOW64”. It is also a 32 bit tool but can manage 64 bit drivers. If you create a DSN that is the same as a 32 bit DSN, it will overwrite it without notice. We recommend you include “32” or “64” at the end of the DSN name ex. “CDL_SQL32” or “CDL_SQL64”.

After you create an ODBC DSN, you can use it in other applications.

2. Using Excel

(4)

By choosing “From SQL Server”, you will see the whole table data with no choices. However, from Microsoft Query through ODBC, you can choose columns, set conditions and sort data.

The wizard will let you choose the DSN (32 or 64 depends on your excel edition), enter a username and password, choose table and columns, set conditions, and select the data layout. See above.

3. Using Access

(5)

4. Using SpotFire

SpotFire can be connected to CDL SQL server as Data Tables. Go to FileAdd Data Tables. In the ‘Add Data Tables’ windows, click ‘Add’ button and scroll down to ‘Microsoft SQL Server’.

(6)
(7)

5. Using SQL Server and SQL Server Linked Server

(8)

Using this method, the linked server name is the same as the SQL Server alias name.

References

Related documents

• SQL Server Reporting Services • SQL Server Data Warehousing • SQL Server Database Backups • SQL Server Performance • SQL Server Replication • Entity Framework •

SQL Server Authentication SQL Server login and password that the Publisher Administration Service uses to connect to its SQL Server Subscriber Windows Authentication Impersonate

SQL Server Authentication SQL Server login and password that the Publisher Administration Service uses to connect to its SQL Server Subscriber Windows Authentication Impersonate

SQL Server Configuration Configuration parameters SQL Server Configuration Parameters mssqlconfig.scp SQL Server Objects Database configuration SQL Server Database

- Provide the SQL server name, select “SQL Server Authentication” from the drop-down menu, choose the login to be sa, leave the password field empty and then to select your

Computer roles include SQL Server computer, Microsoft Exchange Server computer, domain controller, Internet Authentication Service (IAS) server, and Internet Information

Pure Java Windows authentication supports connections to Microsoft SQL Server 2000 and Microsoft SQL Server 2000 Enterprise Edition (64-bit) SP2 or higher in a Windows domain

Make sure under the Server Authentication, “SQL Server and Windows Authentication” option is selected (to allow connection from JAVA program). SQL Server User