Viewing 8 posts - 1 through 8 (of 8 total)
in the stored procedure I grabbed each record and checked if the count was > or < the max min values if it did I used sp_send_dbmail to send the...
September 11, 2014 at 4:47 pm
Not sure what you mean. What part are you talking about.
thanks
September 11, 2014 at 11:47 am
Thank you for the responses. Decided to use a Stored Procedure to do what I wanted and then just scheduled the store procedure to run.
Thanks
September 10, 2014 at 10:29 am
Hi
Thank you again for all the responses. Been very helpfull.
Here is the code you asked for:
CREATE PROCEDURE dbo.usp_GetMonthlyFare
AS
DECLARE @Month ...
June 30, 2010 at 4:31 pm
Thanks for the reply.
You have the Insert in front of the select. Is that on purpose? I guess what I am asking is, if you put an Insert statement in...
June 29, 2010 at 9:13 pm
Not realy sure I get this article.:crying: First you show us a cursor example which in my opion is beyond simple. Are there really programmers out there that use cursor...
June 29, 2010 at 11:35 am
I am not using sql 2005. But I did download the version that comes with VS2005. I don't know what BIDS is????
Thanks
April 22, 2008 at 3:43 pm
Ye I tried the sa account and got the same error.
April 22, 2008 at 3:42 pm
Viewing 8 posts - 1 through 8 (of 8 total)