Advertisement

1 - 10 of 53 containing alltags:("SPROC") (0 seconds)
I have a simple select query working inside a sproc (below) that I need to enhance with 2 additional features. 1) Add a column filled with a random number then 'Order By' that column so the questio...
Zones: MS SQL ServerDate Answered: 02/14/2001 Grade: A Views: 0
I am trying to Execute Stored Procedure.  What is the equalant to .NET DateTime.Now in SPROC? Here is what I got: SELECT * FROM dbo.MyTable WHERE DateTime.NOW BETWEEN StartTime AND EndTime Date...
Zones: MS SQL Server, SQL Server 2005Date Answered: 08/17/2008 Grade: A Views: 26
I have a table which, among other things, contains as a field the names of stored procedures. I would like to, in another stored procedure, get the name of a stored procedure from my table and exec...
Zones: MS SQL ServerDate Answered: 09/15/2000 Grade: A Views: 4
Hi, here's my question. Say you have sproc A that is a simple "select * from Customers".  I want to write a sproc B that will run Sproc A (like Exec A), capture the data, massage the data, and t...
Zones: MS SQL ServerDate Answered: 06/26/2001 Grade: A Views: 0
I would like to know whether we can set the parameter in Sproc to be an optional. The values that passed from VB or Access to the sproc can be ignore when this option has been set. Like in Vb or VB...
Zones: MS SQL ServerDate Answered: 04/25/2002 Grade: A Views: 0
I would like to search through the text of all of the sprocs in a given database for a certain string.  I am using MS SQL 2000.  Is there a way to do this?  Any tables that this info is stored in? ...
Zones: MS SQL ServerDate Answered: 02/04/2003 Grade: A Views: 0
How do, I would like to write a DTS or some sql that will iterate through each proc in the database, find and replace a string, and then save the sproc out again using ALTER. This is a big jo...
Zones: MS SQL ServerDate Answered: 08/29/2003 Grade: A Views: 0
I have a sproc that runs for quite a long time and I would like to know what the current progress is at any given time. I have place print statements (this sproc will only be called from Query A...
Zones: MS SQL ServerDate Answered: 10/16/2003 Grade: A Views: 0
Hello Experts, This is an Access Project/SQL2K question. How can I return a recordset from a Stored Procedure? and on the heels of that question; Is it faster to use a SQL statement in ...
Zones: MS AccessDate Answered: 12/19/2003 Grade: A Views: 0
Hi, Easy question for you! Instead of cutting and pasting the SELECT statement from one sproc into another, I want to reference it to keep everything nice and modularised. I just want to know t...
Zones: MS SQL ServerDate Answered: 06/25/2004 Grade: A Views: 0