Viewing 15 posts - 31 through 45 (of 46 total)
GSquared, thanks a lot. You're right. The loop is ended correctly now. I still have the other variable insert null, but I think I probably need to do another loop...
March 10, 2009 at 8:19 am
i see, i will try both of your method and see if it would work for me. But for
Noel's suggestion, what is @x for in your query? Thanks a...
January 5, 2009 at 9:05 am
Thanks Noel, but I wanted to be able to do just a set of row, say 10,000 or
100,000 at a time. How do i do it so that the query...
January 5, 2009 at 8:28 am
Hi bitbucket, thanks for replying.
I see what you meant after I ran your query
in text display in ssms. 'll keep play around with this
to see if I can use...
December 18, 2008 at 9:23 pm
I'm trying to display them in the list box in asp.net
as one search that would show multiple columns.
I tried to do it at the presentation layer, but html
ignore blank...
December 18, 2008 at 2:25 pm
thank you all for your inputs, really helpful and appreciated a lot. i got it to work now by your suggestions, so you made my day...have a happy halloween.
October 31, 2008 at 8:12 am
I see, thanks so much Seth and Gail for your quick responses.
really appreciated.
October 31, 2008 at 8:01 am
Thanks Jacob for responding. I found out that I could pass it
as string to stored procedure and leave it as windows identity type
in asp.net, then it works.
thanks. michelle.
September 23, 2008 at 5:11 pm
Cool, it works. thanks a lot Todd. You are genius.
August 15, 2008 at 9:55 am
Thanks Brian for responding. DBConcurrencyException is the first time I heard of.
I'll check it out. I thought it's database update concurrency handle
in the database, that is why I...
July 16, 2008 at 9:12 pm
Jeff, your procedure works wonderfully.
Thanks so much for going above-and-beyond for helping
me in creating the proc and for giving me guidance
on doing things the proper ways. You should...
April 13, 2008 at 5:51 am
Thanks Jeff for the link and info. I have never heard of it until Matt wrote it to me.
It is very helpful and agree that better with proper index.
I was...
April 12, 2008 at 10:30 pm
hi happycat59
your cursor was right, I just had to change the right(year) portion
to right(reportdate) and added one more end.
however, even after it has inserted all the correct years
and date,...
April 12, 2008 at 9:05 pm
Thanks very much Matt Miller.
I am still working the cursor into my solution
and certainly will try yours as well, because
you are right, if it can be done without cursor
it...
April 11, 2008 at 12:54 pm
thanks very much happycat59 , let me try in my procedure.
Even if it does not work perfectly, you gave me idea and modify
to my needs and some lights at the...
April 11, 2008 at 8:57 am
Viewing 15 posts - 31 through 45 (of 46 total)