Viewing 14 posts - 106 through 119 (of 119 total)
Hello Again,
The Print works marvels! I really liked debugging this way. I almost got the Stored Proc to run. However I have an error here which I...
January 6, 2005 at 10:56 pm
Hey Kenneth you are perfectly right
The Print statement was not printing out since i was never getting to it, cause there was an error.
Now i am printing an if statement...
January 4, 2005 at 3:55 am
Hi Kenneth, first of all thanks for you suggestion........I will change all the code of the stored prroc.
however, as I said before, when i use the Print Statement, all I...
January 4, 2005 at 2:34 am
Hi Kathi again
I am trying to use the Debugger in SQL Query Analizer, however when i do Debug on a Stored Proc, the following error crops up:-
SP debugging may not...
January 4, 2005 at 1:58 am
Thanks Kathi for your reply
I will try to get accustomed with the Debugger then and try to figure out what the problem is
Thanks again
January 3, 2005 at 11:04 pm
Hello Kathi again,
I changed all instances of "" to '' and when i ran the stored proc, all i got was
Stored Procedure: johanndb.dbo.GetImageByCriteria
Return Code = 0
How come I am not...
January 2, 2005 at 10:02 pm
I have modified my stored proc like this to cater for nulls :-
CREATE PROC GetImageByCriteria
(@inputDate ...
January 2, 2005 at 10:55 am
I am using the Enterprise Manager to build the database. Basically I want to store image's width and height in these fields, so a value of less than 2000...
January 2, 2005 at 2:50 am
Yeah sure!
This forum seems to be really cool, and I will have more questions I can assure you
Thanks again Kathi
December 30, 2004 at 11:05 am
oh thanks very much Kathi. I appreciate your help a lot! Learned something new
December 30, 2004 at 10:47 am
Hi Kathi
I tried coming up with something like the article you suggested, however, for my present knowledge, I found it quite hard to follow. So i decided to go...
December 30, 2004 at 10:12 am
Hello
I came up with this stored proc :-
----------------------------------------------------------------------------------------
CREATE PROC GetImageByCriteria
(@inputDate ...
December 29, 2004 at 11:15 pm
ok thanks i will take a look at this article
December 29, 2004 at 12:27 pm
Viewing 14 posts - 106 through 119 (of 119 total)