Viewing 11 posts - 1 through 11 (of 11 total)
But that was not the end of the story. even I did it now but the issue was that I have already records in my table and I want this...
September 30, 2020 at 5:37 pm
Yeagh Thank You Scott. i did it as u suggested and it worked .Thank You
September 30, 2020 at 5:25 pm
Yes Jacob,
what i am trying to do is that I m working on a library management automation system. Here a member can reserve a book for 24 hrs only when...
September 30, 2020 at 4:40 pm
Than You Mike. it worked
Thanks to all for taking me over the issue.
Regards
September 29, 2020 at 5:59 pm
Thank You, Steve. it was important for me to be new to the SQL server. Thanks a lot
September 29, 2020 at 4:04 pm
Yes, Mike, i have seen it but i couldn't find the facility or option where it asks me that here you can give your PROC name to call it. the...
September 29, 2020 at 3:57 pm
yes, Thank you Mike. I got it
Now I tried to l00k at te google that how can I schedule the above PROC to be run every 8 hrs but i...
September 29, 2020 at 1:29 pm
if i do it like this . it will give the same result
update bmt
set current_stock=current_stock+1
from dbo.book_master_tbl bmt
...
September 29, 2020 at 9:34 am
Awesome Steve...u got it.
i have some question about fol. is it part of that update statement where you use "OUTPUT inserted.book_id into @b-2" and that declaration part where...
September 29, 2020 at 8:22 am
i came up with the following sol using cursor inside a procedure.
sample data is that i have to engage 2 x tables. one is book_master_tbl having book_id as the primary...
September 28, 2020 at 9:22 pm
Thank You Phil for your time
why are you subtracting one day from current date and time.?
secondly to add some more requirement to my issue is that if date and time...
September 28, 2020 at 7:54 pm
Viewing 11 posts - 1 through 11 (of 11 total)