Viewing 15 posts - 106 through 120 (of 7,168 total)
I'd attend. I think there is a razor thin line between being a team player and carrying out the broader plan even when some implementation details may be suboptimal and...
March 23, 2016 at 8:02 pm
A couple places I willfully employ triggers:
1. maintaining audit columns like last modified date and user
2. copying modified or deleted rows to an audit table or shadow-history table
I see it...
March 23, 2016 at 7:50 pm
Stylez (3/23/2016)
I would like to ask is there a way for me To Optimize the way i insert My Data from A Temp Table To A Sql Table....
March 23, 2016 at 7:34 pm
ringovski (3/23/2016)
I have inherited a report from a old colleague and you can see that he has used the FOR XML Path command for one of the columns previous approvers.
The...
March 23, 2016 at 7:28 pm
OceanDrop (3/23/2016)
Btw, the technique that I provided, do not use the...
March 23, 2016 at 4:23 pm
OceanDrop (3/23/2016)
I am not aware of any cases where this might not be reliable....
March 23, 2016 at 3:23 pm
roman.asadovsky (3/23/2016)
Unfortunately this doesn't solve the problem with nested INSERT INTO ... EXEC procedures since it uses same technique.
Agreed. I did not really attempt to achieve that. To my knowledge...
March 23, 2016 at 2:44 pm
dave hants (3/23/2016)
</ soapbox on
It's just a shame that Microsoft don't have a...
March 23, 2016 at 11:37 am
OceanDrop (3/22/2016)
March 22, 2016 at 11:51 pm
ScottPletcher (3/22/2016)
March 22, 2016 at 11:42 pm
the sqlist (3/22/2016)
March 22, 2016 at 11:23 pm
the sqlist (3/22/2016)
SELECT
*
INTO #result
FROM
OPENQUERY([LOCALHOST], 'EXEC sys.sp_who;')
select * from #result
Msg 7202, Level 11, State 2, Line...
March 22, 2016 at 11:05 pm
Jeff Moden (3/22/2016)
@orlando,Very well done. Thanks for taking the time to write up this very useful and awesome technique. Heh... it took some imagination. 😀
The praise is much...
March 22, 2016 at 10:56 pm
gshouse (3/22/2016)
March 22, 2016 at 8:07 am
Mike Is Here (3/22/2016)
March 22, 2016 at 6:51 am
Viewing 15 posts - 106 through 120 (of 7,168 total)