Common Client So ware Formats of MS SQL...

Post on 02-Nov-2020

6 views 0 download

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

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

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

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

Example:

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: