<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>Stored Procedures</title>
<link>http://sql-server-2005.com/interview-questions/Stored-Procedures/9.aspx</link>
<description>Sql Server 2000 / 2005 / 2008 Interview Questions and FAQs</description>
<language>en-us</language>
<item>
<title>How do I pass a numeric wildcard parameter in a stored procedure</title>
<link>http://sql-server-2005.com/questions/How-do-I-pass-a-numeric-wildcard-parameter-in-a-stored-procedure/9/3807.aspx</link>
<description>I want to return Tasks by ID if a Task ID is supplied, if not supplied I want to return all Tasks.  How do I accomplish this using a SQL stored procedure?</description>
 <pubDate>11/17/2008</pubDate> 
</item>
<item>
<title>How do I write this simple stored procedure in SQL</title>
<link>http://sql-server-2005.com/questions/How-do-I-write-this-simple-stored-procedure-in-SQL/9/3808.aspx</link>
<description>I need to write a stored procedure that will accept as parameters two dates and an employee ID value and that will list the Order Dates and customer company names of all orders placed by the specified employee between the two dates (including orders placed on the start and end dates).<br />
<br />
Please help? Thanks!!</description>
 <pubDate>11/17/2008</pubDate> 
</item>
<item>
<title>I want to pass a comma separated list of char values to a stored procedure</title>
<link>http://sql-server-2005.com/questions/I-want-to-pass-a-comma-separated-list-of-char-values-to-a-stored-procedure/9/3809.aspx</link>
<description>I am writing a stored procedure to pass a comma separated list of values ,on char values like&#039;ewinst&#039;.does anyone have ideas how do approach this??</description>
 <pubDate>11/17/2008</pubDate> 
</item>
<item>
<title>How can I trace a SQLServer Stored Procedure</title>
<link>http://sql-server-2005.com/questions/How-can-I-trace-a-SQLServer-Stored-Procedure/9/3810.aspx</link>
<description>I Wrote a Stored Procedure,but it has error an i don&#039;t know how can I slove it,Can I trace it?</description>
 <pubDate>11/17/2008</pubDate> 
</item>
<item>
<title>How can I create a stored procedure that creates another temporary stored procedure</title>
<link>http://sql-server-2005.com/questions/How-can-I-create-a-stored-procedure-that-creates-another-temporary-stored-procedure/9/3811.aspx</link>
<description>I want to call the created temporary stored procedure from within my base stored procedure. Is this possible?</description>
 <pubDate>11/17/2008</pubDate> 
</item>
<item>
<title>How to pass an array of values from one select statement to another in a single stored procedure</title>
<link>http://sql-server-2005.com/questions/How-to-pass-an-array-of-values-from-one-select-statement-to-another-in-a-single-stored-procedure/9/3812.aspx</link>
<description>I have a select query:<br />
 select  member_id from Members <br />
    where created_by = @memberId and created_by != 0<br />
<br />
and this query returns like 8 rows of result:<br />
<br />
I want something like this:<br />
<br />
I want to store these 8 results and pass it to another SELECT query in the same stored procedure....<br />
<br />
How do i do that??</description>
 <pubDate>11/17/2008</pubDate> 
</item>
<item>
<title>How do you call a stored procedure using SQL</title>
<link>http://sql-server-2005.com/questions/How-do-you-call-a-stored-procedure-using-SQL/9/3813.aspx</link>
<description>Can someone provide an example of calling an Oracle stored procedure that accepts a DATE parameter.  I want to call it using SQL from DB Visualizer.</description>
 <pubDate>11/17/2008</pubDate> 
</item>
<item>
<title>How to have stored procedure return items based on range</title>
<link>http://sql-server-2005.com/questions/How-to-have-stored-procedure-return-items-based-on-range/9/3814.aspx</link>
<description>How would I pass a range (lets say an array of IDs) and have stored procedure return only those records which ID is in that set? Lets say I pass 1,2,3 and I need all records where ID is either 1, 2, or 3. What is the parameter for such stored procedure? Thanks.</description>
 <pubDate>11/17/2008</pubDate> 
</item>
<item>
<title>I have a long SQL query that keeps timing out. How do I call a stored procedure asynchronously</title>
<link>http://sql-server-2005.com/questions/I-have-a-long-SQL-query-that-keeps-timing-out.-How-do-I-call-a-stored-procedure-asynchronously/9/3815.aspx</link>
<description>Essentially, I want to call the stored procedure (MS SQL) and then come back when it is ready to display the results in ASP.NET.  Can MS SQL queue query results for retrieval at a later time?  If so, is there a way to poll SQL to see if the results are ready?</description>
 <pubDate>11/17/2008</pubDate> 
</item>
<item>
<title>Is it applicable to create a stored procedure in a MyISAM storage engine</title>
<link>http://sql-server-2005.com/questions/Is-it-applicable-to-create-a-stored-procedure-in-a-MyISAM-storage-engine/9/3816.aspx</link>
<description>create a stored procedure in MyISAM database?</description>
 <pubDate>11/17/2008</pubDate> 
</item>
<item>
<title>How to return a complete table from a stored procedure when it is called from a java program</title>
<link>http://sql-server-2005.com/questions/How-to-return-a-complete-table-from-a-stored-procedure-when-it-is-called-from-a-java-program/9/3817.aspx</link>
<description>What data type to be used in java if it return the table using cursor.Could any one explain with some example??thanks in adavance...</description>
 <pubDate>11/17/2008</pubDate> 
</item>
<item>
<title>How do I decript an encrypted stored procedure</title>
<link>http://sql-server-2005.com/questions/How-do-I-decript-an-encrypted-stored-procedure/9/3818.aspx</link>
<description>A stored procedure created with &#039;WITH ENCRYPTION&#039;</description>
 <pubDate>11/17/2008</pubDate> 
</item>
<item>
<title>Powerpoint Presentations for Sql serever Stored procedure Basics</title>
<link>http://sql-server-2005.com/questions/Powerpoint-Presentations-for-Sql-serever-Stored-procedure-Basics/9/3819.aspx</link>
<description>I need  &quot;Powerpoint Presentations for  Sql serever  Stored procedure Basics&quot; . where can i get it?</description>
 <pubDate>11/17/2008</pubDate> 
</item>
<item>
<title>What is wrong with this stored procedure</title>
<link>http://sql-server-2005.com/questions/What-is-wrong-with-this-stored-procedure/9/3820.aspx</link>
<description>Does anyone know what is wrong with this query:<br />
<br />
DELIMITER $$<br />
<br />
DROP PROCEDURE IF EXISTS `projecten`.`usp_Student_Toegang`$$<br />
<br />
CREATE DEFINER=`root`@`localhost` PROCEDURE `usp_Student_Toegang`(studentNr_in nvarchar(8), paswoord_in nvarchar(10))<br />
SELECT studentNr, naam, voornaam, email, studiejaar, geindividualiseerdStudietraject FROM studenten <br />
WHERE paswoord = paswoord_in$$ and studentNr = studentNr_in$$<br />
<br />
DELIMITER ;<br />
<br />
For some kind of &quot;supernatural&quot; reason, mysql does not accept it, lol.</description>
 <pubDate>11/17/2008</pubDate> 
</item>
<item>
<title>How will Stored Procedure work in Oracle </title>
<link>http://sql-server-2005.com/questions/How-will-Stored-Procedure-work-in-Oracle/9/3821.aspx</link>
<description>I am having recursive SP inside same SP,What will happen <br />
<br />
for the call of Parent or Main SP? Will it create any object?<br />
<br />
I want to know basic operation of a SP?</description>
 <pubDate>11/17/2008</pubDate> 
</item>
<item>
<title>How to execute oracle stored procedure from command prompt</title>
<link>http://sql-server-2005.com/questions/How-to-execute-oracle-stored-procedure-from-command-prompt/9/3822.aspx</link>
<description>i created a stored procedure in sql plus....how to execute it from cmd prompt</description>
 <pubDate>11/17/2008</pubDate> 
</item>
<item>
<title>How do i created a stored procedure in cSharp that uses the users login id to display filtered preference results</title>
<link>http://sql-server-2005.com/questions/How-do-i-created-a-stored-procedure-in-cSharp-that-uses-the-users-login-id-to-display-filtered-preference-results/9/3823.aspx</link>
<description>im workin on an online catalog for books my company has. I want to be able to have the user to login and then be able to search for books located in their branch library. to do this i need to somehow link the userID to thier location and then be able to display a filtered result set, that just shows them the books they searched for in their location. I already have the login set, and then stored procedure to search for books by title. i just need to link these two. can anyone help?</description>
 <pubDate>11/17/2008</pubDate> 
</item>
<item>
<title>Vb6 as front end and oracle as back end then stored procedure is called from vb6 how</title>
<link>http://sql-server-2005.com/questions/Vb6-as-front-end-and-oracle-as-back-end-then-stored-procedure-is-called-from-vb6-how/9/3824.aspx</link>
<description>vb6 as front end and oracle as back end then stored procedure at oracle is called from vb6 how ? please explain by coding</description>
 <pubDate>11/17/2008</pubDate> 
</item>
<item>
<title>How can one schedule a job in Oracle 10g. I would like to run a stored procedure every 8 hours automatically</title>
<link>http://sql-server-2005.com/questions/How-can-one-schedule-a-job-in-Oracle-10g.-I-would-like-to-run-a-stored-procedure-every-8-hours-automatically/9/3825.aspx</link>
<description>how can one schedule a job in Oracle 10g. I would like to run a stored procedure every 8 hours automatically</description>
 <pubDate>11/17/2008</pubDate> 
</item>
<item>
<title>How do you write a stored procedure in SQL 2005 on a table that has a composite key</title>
<link>http://sql-server-2005.com/questions/How-do-you-write-a-stored-procedure-in-SQL-2005-on-a-table-that-has-a-composite-key/9/3826.aspx</link>
<description>You&#039;d write it the same way you would any old procedure.</description>
 <pubDate>11/17/2008</pubDate> 
</item>
</channel>
</rss>


