answersLogoWhite

0

what is the difference between sqlplus and sqlsever

SQL*PLUS is oracle command line utility that allows access to Oracle databases

sqlserver is a Microsoft RDBMS (database management system), vaguely based on a Sybase RDBMS

if you are looking for SQL*PLUS like interface to SQL Server, the one one is SQLS*PLUS from www.memfix.com

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is the deffrence between sqlserver and sqlplus?

SQL Server is Microsoft's relational database product. SQL*Plus is the command line tool to access Oracle's database product.


Where can one find a list of sqlplus commands?

A list of SQLplus commands is available on the Docs Oracle website. This website contains a summary table that briefly describes and lists SQLplus commands.


How do you connect sqlserver with HTML?

using php


Tell me..... what are the dbms are mostly used in the industry?

Some examples are SQLServer , MySQL, Orcle


Can any one reply to my query that what is the difference between sqlplus and isql?

SQLSQL is a language that can communicate with Oracle server to access the data.It is based on ANSI standards.There is no continuation character.Keywords cannot be abbreviated.Use functions to manipulate the data.SQL*PLUSIt recognizes SQL statement and sends them to the server.Is an Oracle proprietary.There is a continuation character.Keywords can be abbreviated.Use commands to manipulate the data.


How Many Databases can be created in a Sqlserver?

theoretically you can create 32,767 databases, but practically it depends on server configuration


What is sqlplus reporting?

SQLPlus reporting refers to the use of Oracle's SQLPlus tool to generate formatted reports from database queries. It allows users to execute SQL commands and PL/SQL scripts, producing outputs that can be customized with various formatting options such as headers, footers, and column alignment. SQL*Plus is commonly used for generating text-based reports, which can be saved or printed, making it a valuable tool for database administrators and developers to present data in a structured manner.


How do you find out the database name from SQLPLUS command prompt?

select * from global_name; or select sys_context('USERENV','DB_NAME') DBNAME from dual Nitin


What is difference between as on and as at?

difference between as on and as at


What are the differences between California and Florida?

What is the difference between Florida and California What is the difference between Florida and California


What is the difference between physician and doctor?

what's the difference between physician and doctorwhat's the difference between physician and doctor what's the difference between physician and doctor


Difference between SQL plus and ISQL plus?

iSQL*Plus is a browser-based implementation of SQL*Plus. You can use it to connect to an Oracle database system over the Internet to perform the same tasks as those that are performed through the SQL*Plus command line. The iSQL*Plus implementation uses a Web browser, an Oracle HTTP Server with the iSQL*Plus Server, and an Oracle database.