Difference between revisions of "MS SqlServer Notes"

From PeformIQ Upgrade
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
* http://www.databasejournal.com/features/mssql/article.php/3489661
* http://www.databasejournal.com/features/mssql/article.php/3489661
* [http://support.microsoft.com/kb/313100 Get Started with Microsoft JDBC]
* [http://support.microsoft.com/kb/313100 Get Started with Microsoft JDBC]
=Products=
* http://www.sqlsentry.net/
=Connection Strings=
* http://www.connectionstrings.com/Articles/Show/all-sql-server-connection-string-keywords


=Setting up ODBC Connection under Windows=
=Setting up ODBC Connection under Windows=
Line 8: Line 16:
The program you need for this is odbcad32 which is contained in the control panel.  You can run it directly with the following commands:
The program you need for this is odbcad32 which is contained in the control panel.  You can run it directly with the following commands:


   Start
   <Start>
     » Run...
     » <Run>
       » Type: "odbcad32"
       » odbcad32


===ODBC Datasource Administration Tabbed Pane===
===ODBC Datasource Administration Tabbed Pane===
Line 32: Line 40:


[[Category:Database]]
[[Category:Database]]
[[Category:ODBC]]

Latest revision as of 08:06, 13 March 2013

References

Products

Connection Strings

Setting up ODBC Connection under Windows

The program you need for this is odbcad32 which is contained in the control panel. You can run it directly with the following commands:

 <Start>
   » <Run>
     » odbcad32

ODBC Datasource Administration Tabbed Pane

ODBC Drivers Tab.gif

Select the Driver

ODBC Create DS 01 Select Driver.gif

Specify names

ODBC Create DS 02 Names.gif

Setup Authentication

ODBC Create DS 03 Authentication.gif

Specify Default DB

ODBC Create DS 04 Specify DB.gif

Finish

ODBC Create DS 05 Finish.gif

Test

ODBC Create DS 06 Test.gif

Done

ODBC Create DS 07 OK.gif