I just finished the conception of a simple Java project and my client wants to use SQL Server as a Database, i downloaded SQL Server 2008, i tried to use SQLPlus to execute the queries but i didn't find any tutorial in the internet on how to use SQLPlus in SQL Server. Can anyone Help me please.
Asked
Active
Viewed 1.4k times
0
-
3SQL*Plus is for Oracle. For SQL Server you need to use `sqlcmd` or Visual Studio. – Jan 03 '13 at 16:23
-
why use sqlplus. use Sqlcmd in SQL server – Hiten004 Jan 03 '13 at 16:27
-
Thank you guys i am gonna need one more thing from you : where am i suppose to find it? – Zakaria Marrah Jan 03 '13 at 16:33
-
sqlcmd is installed with client tools, it's a command line tool, but you'll be wanting SSMS, sql server management studio, a gui ide. you can get it with a SQL Express install with advanced services. – SqlACID Jan 04 '13 at 12:43
1 Answers
1
Check out SQLS*Plus - this is SQL*Plus for SQL server. Their web site is http://www.sqlsplus.com/

Ron Warshawsky
- 314
- 2
- 11