Viewing 3 posts - 1 through 3 (of 3 total)
The issue had escalated to the point where we were seeing this over 600 times a day.
We had hundreds of workbooks and data connections that all used the same SQL...
September 9, 2016 at 12:03 pm
We see this happen when executing a SELECT INTO with an OPENQUERY
[font="Courier New"]SELECT ... INTO tablename FROM OPENQUERY(linkedserver,'sql statement')....[/font]
The workaround we have found is to use a global temp table...
July 30, 2015 at 9:56 am
This was a great article.
I've used a similar albeit simpler table for logging at two different companies over the past 10 years. The log file has been very useful...
January 20, 2014 at 9:33 am
Viewing 3 posts - 1 through 3 (of 3 total)