Viewing 7 posts - 1 through 8 (of 8 total)
Update to my last: a batch process could work like this, using code from Noman and adding some bits
-- Create the target table (Products), which contains the...
May 5, 2025 at 1:17 pm
Thanks for an interesting read and inspiration to do more research. Unfortunately, in the batch processing code there seem to be some bugs.
Using the SOURCE definition as a subquery (SELECT...
May 5, 2025 at 10:40 am
And maybe for the task on hand the code 12 would be correct for ISO "yymmdd" format:
DECLARE @YYMMDD DATETIME
SET @YYMMDD='2020-09-23 00:00:00.000' /* converts literal string to DATETIME...
October 16, 2020 at 12:42 pm
February 28, 2019 at 4:22 am
Adding to the questions rather than the solutions:
Reading the caveats on the Access Database Engine install (link in Lowell's post above): it is NOT supposed to replace the JET...
February 28, 2019 at 3:15 am
July 30, 2018 at 7:27 am
Thanks for this tutorial, it was very helpful for my ETL project. I put instances of the task in at various places, it did work great. Now finally, I get...
July 27, 2018 at 6:25 am
Viewing 7 posts - 1 through 8 (of 8 total)