Common Client So ware Formats of MS SQL...

4
Common Client Software Formats of MS SQL Server Each Database Server has its own client software. Most of their clients are commonly in these format. Microsoft SQL Server Management Studio

Transcript of Common Client So ware Formats of MS SQL...

Page 1: Common Client So ware Formats of MS SQL Servercis.csuohio.edu/~sschung/cis430/ClientFormatSQLServer.pdf · Naïve Client Format: SQLCMD - Command Line for SQL . Any Web Application

Common Client Software Formats of MS SQL Server

Each Database Server has its own client software. Most of their clients are commonly in these format.

Microsoft SQL Server Management Studio

Page 2: Common Client So ware Formats of MS SQL Servercis.csuohio.edu/~sschung/cis430/ClientFormatSQLServer.pdf · Naïve Client Format: SQLCMD - Command Line for SQL . Any Web Application

Naïve Client Format: SQLCMD - Command Line for SQL

Page 3: Common Client So ware Formats of MS SQL Servercis.csuohio.edu/~sschung/cis430/ClientFormatSQLServer.pdf · Naïve Client Format: SQLCMD - Command Line for SQL . Any Web Application

Any Web Application with Web Browser and Web Server/Application Server in Any Platform

Example:

Page 4: Common Client So ware Formats of MS SQL Servercis.csuohio.edu/~sschung/cis430/ClientFormatSQLServer.pdf · Naïve Client Format: SQLCMD - Command Line for SQL . Any Web Application

The typical Web Server side Codes as Client with JDBC/ODBC to Connect to a Database Server that Can

be developed in any IDE like Visual Studio or Eclipse

Simple Example: