Viewing 15 posts - 121 through 135 (of 141 total)
Thanks but I stil lthink its wrong/misleading and can hide errors.
The factorial example works as I would expect it to. Its procedural code working on variables. Just doing a one...
March 14, 2012 at 5:15 am
mark - you are 100% on track.
I know remember this .net stuff has an extra DB I had to create the tables for someone once.
So if you were going to...
March 7, 2012 at 9:20 am
Thank you v.much
Its these little bits of info that always scupper you when you come to it.
March 7, 2012 at 9:16 am
Thanks Mark, I would like another website but I'm not a web developer.
Anthony I will be using the AD stuff as it will sit on our Network. I hope...
March 7, 2012 at 6:20 am
Thank you v.much
Got the audit set up and running not the format I wanted will try the capture event. As usual something has come up so will have to drop...
December 15, 2011 at 4:07 am
Thanks
Not used try catch before
Guess it will look something like this
Try -- move rec from tblCustomer_deleted --> tblCustomer
(
set identity_insert tblCustomer on
Begin Trans
insert into tblCustomer
...
November 28, 2011 at 2:48 am
Thanks
But your idea is a good one, something I'm going to file away.
I've just written the SP that generates the view.
Its just any view that calls it must be...
November 17, 2011 at 8:03 am
You are correct, this is really formatting so should be done by data presenter.
The reporting software is Excel. the people using do not have the skills (neither do I or...
November 17, 2011 at 8:00 am
Thanks Jason. I could do this becuase for every svcname there is a contious SVCID which is an Identity field. So I could add say 10 onto the last svcid...
November 17, 2011 at 7:50 am
Thanks - oops my fault I was indeed updating whole table my where clause was nonsense.
August 18, 2011 at 6:19 am
Works for me, but I had to make the trigger on the base table doesn't support after trigger on view.
One thing I did notice; I issued an update that would...
August 18, 2011 at 5:53 am
Mr Magoo (love the name by the way!!)
I didn't know you could roll back in an after trigger - I thought the change had been committed already.
August 18, 2011 at 3:51 am
will not be able to post for next 3 days - Not been rude 🙂
August 19, 2010 at 3:48 pm
Both DBs simple recovery model
August 19, 2010 at 3:13 pm
Thanks will do transaction..
August 13, 2010 at 8:35 am
Viewing 15 posts - 121 through 135 (of 141 total)