Hi,
I'm wondering what the difference is if any between SQL Express and SQL Plus. I know SQL Plus is used with Oracle but not sure if SQL Plus is a modification of SQL Express or a totally different installation.
Thanks
Hi,
I'm wondering what the difference is if any between SQL Express and SQL Plus. I know SQL Plus is used with Oracle but not sure if SQL Plus is a modification of SQL Express or a totally different installation.
Thanks
Sql Express is the express version of SQL Server. This can be used for development purpose. Sql Plus comes with Oracle. Its a command line tool to run PL/SQL scripts
SQL Plus is the command line interface to an Oracle instance, like SQL Server's SQLCMD.
Both Oracle and SQL Server refer to their free versions as Express.
SQL Plus is a console-like interface that can be used with any Oracle database ("Express" or otherwise). You can use it with Oracle's Express Edition or regular Oracle.
MS SQL Express is analogous to Oracle Express Edition.
I am not sure if there is an analogue to SQL Plus from Microsoft.