Viewing 15 posts - 106 through 120 (of 7,165 total)
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
Eirikur Eiriksson (3/20/2016)
This is starting to sound like a real mess, suggest you get some assistance from a local experienced SQL Server DBA.
+1
March 20, 2016 at 11:42 am
Great column. My grandfather used to say that intelligence is being able to gauge the level of the person you are speaking with and communicating in a way that they...
March 20, 2016 at 10:11 am
Viewing 15 posts - 106 through 120 (of 7,165 total)