Viewing 7 posts - 1 through 7 (of 7 total)
subhashkmsbi - Read my post (the one just above yours).
December 1, 2015 at 9:05 am
I don't think "R" is an "enemy" if it's going to be included as a new feature in SQL Server 2016.
October 8, 2015 at 9:28 am
govind.sharma1:
I think you need to textually parse your XML from the source - an "old school" trick.
Use BULK INSERT to read it like a text file and split it up...
March 20, 2015 at 10:52 am
I realize that, by now, there is a consensus that the limit is imposed by LDAP and not OPENQUERY.
However, in a previous job experience I was asked to get around...
November 13, 2014 at 3:23 pm
I wonder if there is much benefit to using BOTH concurrency AND insert/update. As in "multiple concurrent inserts and updates". Then SQL Server could thread each UPDATE separately....
November 4, 2013 at 1:01 pm
If you can identify an XML tag immediately under the root that is repeated for each major section of the text data, then you can bulk import the data with...
May 23, 2013 at 2:12 pm
Viewing 7 posts - 1 through 7 (of 7 total)