Viewing 15 posts - 1 through 15 (of 78 total)
October 18, 2017 at 8:53 am
I tested the scripts in one of dev box in SQL2016. the results are below. Each scripts ran 100 times (at 2 different times)
Included the method suggested by Scott...
October 13, 2017 at 12:40 pm
October 11, 2017 at 7:38 am
October 10, 2017 at 8:00 am
Major problem you have is to identify the file to load, can you write extended stored procedure to loop through and find out the file name to be loaded. The...
October 10, 2017 at 7:56 am
If you want to get the data in as single resultset, then rather then using select, insert the data in a temp table in the query used in
October 9, 2017 at 8:51 am
We implemented it few years back in 2008 R2, We had one stage table which was loaded by external process one record in the table was actually one delimited record...
October 4, 2017 at 1:09 pm
If you want to process in bulk (expecting more rows and lot of columns) then you can explore BCP route as well, spit all the data as txt file (using...
October 4, 2017 at 12:33 pm
Thanks, nice article. it is always helpful to me.
I keep my mostly used queries in the folder in "Template Browser", that is easier way to access.
September 27, 2017 at 9:24 am
You need to approach source system, these XML tags in the XMLdoc need to be replaced with escape character. You also check if your load process is changing these escape...
September 27, 2017 at 8:39 am
September 27, 2017 at 8:05 am
Viewing 15 posts - 1 through 15 (of 78 total)