Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

pl/sql vs sql server procedures

Status
Not open for further replies.

mkey

Programmer
Oct 3, 2001
288
CA
Hi all,
In oracle when we wright stored procedures the language is called pl/sql. when we write a stored procedure in sql server what is the lanugage? Is it just called SQL?

Thanks!
 
SQL server uses TSQL (transact SQL) for all database access, including procedural code.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top