Viewing 15 posts - 1 through 15 (of 20 total)
Thanks for the advice.
April 29, 2026 at 1:02 pm
Thanks for getting back to me. I had considered the points you are making. And for those reasons I normally do as you suggested. This is the one application that...
April 28, 2026 at 7:07 pm
There are no indexes on either field. I am going to create a query plan to see the results. '
I originally asked the question because I have a vague recollection...
December 9, 2024 at 4:36 pm
Thanks. I will do what you suggested.
December 8, 2024 at 9:35 pm
Thanks Jeff. You are 100% correct. I always put an ID column on tables without giving it much thought. In this case I clearly don't need it.
November 27, 2024 at 5:53 pm
Thank you all for getting back to me. I appreciate the advice. Because of your advice, I won't make a big deal out of removing the ID. Oddly, I spoke...
November 27, 2024 at 1:08 am
That's a given. I always do as much work as I can on the server. The question is whether to have the stored procedure do a join to obtain all...
November 21, 2024 at 9:59 pm
I never thought of that.
Thanks
November 21, 2024 at 2:31 am
Thank you. I prefer that option as well. The only reason that I asked the question was because of something a phone app programmer told me.
November 20, 2024 at 3:15 pm
Thanks for getting back to me. I prefer letting the database do the work.
November 20, 2024 at 3:14 pm
I have never built a phone app before. The only phone app builder that I know told me that because of hardware and memory limitations on a phone that you...
November 20, 2024 at 3:11 pm
Thanks for getting back to me.
I have always been hesitant to use a flag in one table when I could get that same information using a database query. Since the...
November 19, 2024 at 8:15 pm
Thanks for getting back to me. I may not have explained myself properly with my fictitious example, but it appears that your StudentTest table servers the same purpose as my...
November 19, 2024 at 8:08 pm
Thanks. I knew that, but it's always nice to get confirmation of what you know.
I am considering having a series of individual CRUD procedures that don't include transaction processing, and...
December 24, 2022 at 1:58 am
Thank you for the response.
I had been told by an instructor that I would have problems wrapping two stored procedures within a transaction, and that I should just copy the...
December 23, 2022 at 2:08 am
Viewing 15 posts - 1 through 15 (of 20 total)