SQL Stored Procedures Questions and Answers

Recent IT Questions

21 - 28 of 28
<<PREVIOUS 1|2 NEXT>>

Calling a SQL Server 05 Stored Procedure from Oracle

Is it possible to call a SQL Server 2005 stored procedure from Oracle? If the sp is called get_item_desc and has one input parameter (item_id), what might this call look like? Any help most appreciated!

Answer Question   |  Aug 19 2008  7:20 AM GMT
Oracle, Oracle stored procedures, Stored Procedures
asked by Nikkipom79

  5 pts.

Difference between Sp_msforeachdb and sp_msforeachtable

In MS SQL Server what is the difference between Sp_msforeachdb and sp_msforeachtable

View Answer   |  Aug 7 2008  7:00 AM GMT
SQL Server, Stored Procedures, SQL stored procedures
asked by Jaideepkhanduja

  6385 pts.

sp_OACreate is missing

Hi I'm trying to create a stored procedure to send mail, and 1 line in my SP states: EXEC @hr = sp_OACreate 'CDONTS.NewMail', @MailID OUT But I get an error that sp_OACreate is missing. How it happened I don't know. But how do I fix the problem? Is it possible to recreate sp_OACreate manually?...

View Answer   |  Jul 23 2008  11:24 AM GMT
Windows XP, SQL Server 2000, Stored Procedures
asked by Kowalski

  5 pts.

Internal vs Externa Stored Procedure Performance

Our company develops software for Windows using C# for connecting and updating the corporate database in DB2/400. We use both internal (SQL) and external (rpg) stored procedures. Because we have noticed some bad performance in our internal stored procedures, we have the following question: Is there...

asked by Baron400

  5 pts.

Slowdown of the SAN due to overusage of temporary tables

We make use of temporary tables when we develop stored procedures, but they also become very slow when there is a heavy workload. We have an ISCSI SAN running RAID 10, and our database, logs and tempdb (15 GB) are on the SAN. We think the SAN is overworked; the SQL Server shows no CPU. Should we...

View Answer   |  Jul 1 2008  8:23 PM GMT
SAN, iSCSI, Stored Procedures
asked by SQL Server Ask the Experts

  2445 pts.

Calling a stored procedure in a SELECT list on SQL Server 2000

I am using SQL Server 2000, and my question is: is there any way to call a stored procedure in a SELECT list?

View Answer   |  Jun 24 2008  8:16 PM GMT
SQL Server 2000, Stored Procedures, SELECT statement
asked by SQL Server Ask the Experts

  2445 pts.

Coding for library in stored procedures

A reader wrote in with this SQL stored procedure question. Our AS/400 experts weren't as familiar with this topic. So, any SQL experts out there with an answer? Do I have to hard code the library in my stored procedure? I have my procedures in sqltblsrc and have to edit the library to create the...

Answer Question   |  Apr 25 2008  3:38 PM GMT
SQL, SQL stored procedures
asked by Leah Rosin

  480 pts.

Stored Procedure

I am calling some stored Procedure, having selct statment, after inserting some a new data entry by different stored procedure. Some times my Select stored procedure does not return any value. Data is exactly correct and when I explicitly called that SP with same data by Query analyzer, I will got...

View Answer   |  Feb 1 2008  2:35 PM GMT
ADO.NET, SQL stored procedures
asked by Deepanshu

  35 pts.

21 - 28 of 28
<<PREVIOUS 1|2 NEXT>>