Search unanswered questions...
Enter a question here...

Can we use javascript in SQL stored procedure?

[Edit]

Answer

Transact-SQL in an internationally standardised method to create, modify and delete databases and tables, as well as insert, retrieve, modify and delete data stored in a database.

With Microsoft SQL Server 2005 you can also author procedures in any managed language such as C# or VB.

This is because it is integrated with the CLR which allows you write powerful programs inside stored procedures.

All functionality of the .NET Framework BCL (Base Class Library) is available to your stored procedures. This means that developers have access to thousands of pre-built classes and routines which can be accessed.

The BCL includes classes that provide functionality for improved string functioning, advanced math operations, file access, cryptography, and more.

Improve Answer Discuss the question "Can we use javascript in SQL stored procedure?" Watch Question

First answer by RobinJet. Last edit by RobinJet. Contributor trust: 12 [recommend contributor]. Question popularity: 5 [recommend question]

Research your answer:

Answers.com > Wiki Answers > Categories > Technology > Computers > Computer Programming > JavaScript > Can we use javascript in SQL stored procedure?

Our contributors said this page should be displayed for the questions below. (Where do these come from)
If any of these are not a genuine rephrasing of the question, please help out and edit these alternates.
A stored procedure?  Stored procedure in sql?  How do you create stored procedure?  Can we use javascript in stored procedures?  How do you connect to a sql database using javascript?