Viewing 4 posts - 1 through 5 (of 5 total)
That looks perfect and seems to produce the right results.
Thanks Phil
September 26, 2019 at 1:56 pm
What about production support, ETL or other backend activities? Never is a tough standard to live up to.
Very true..
I did amend the insert value as suggested.
Many thanks
February 3, 2016 at 10:48 pm
select @recordid = recordid from inserted
The OP will find out soon enough what the problem is when they attempt their trigger with more than 1 row :w00t:[/quote]
Thanks for the...
February 3, 2016 at 10:29 pm
Thanks for your input guys
I ended up doing the following
declare @MD varchar(100), @SD varchar(100), @Path varchar(100), @recordid varchar(10)
set @recordid = (select recordid from inserted)
SET@Path = 'C:\MyTestPath\'
SET@MD =' mkdir '...
February 1, 2016 at 1:40 am
Viewing 4 posts - 1 through 5 (of 5 total)