Top Banner
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
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

Nov 02, 2020

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
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: