News

Creating SQL Stored Procedures via SQL Server is easier than you might have originally thought, so let us explain what to do. Simply follow the steps here: Click on New Query ...
Procedures for Embedding HTML in PL/SQL. A clear delegation of work exists between the HTML and PL/SQL in your company's Web pages: PL/SQL code fetches and manipulates data from SQL databases, and ...
News Roll-up Patch Issued for SQL Server By Scott Bekker 08/20/2002 Microsoft created a new cumulative patch for SQL Server 7.0 and SQL Server 2000. A fix for a new flaw involving extended stored ...
Ok, I'm trying to write a query in a stored procedure in SQL Server 2000. Because some of the parts of the query vary based on certain situations I construct a string that contains the query and ...
Is there a nifty feature that will count the lines of code in a web application?Can the same be done with all stored procedures in SQL Server 05?No REAL reason, I'm just curious really at how many ...
Assuming that you want to calculate factorial (n), the procedure will call itself (n-2) times. SQL Server permits recursion to a depth of 32 calls, but at 13, you’ll suffer arithmetic overflow ...
With the ability to execute Java inside stored procedures in SQL Server, there is now a path for enabling Java application migrations to SQL Server. Java application development teams that leverage ...