Viewing 15 posts - 46 through 60 (of 180 total)
Found the problem.... *sigh*
Our infrastructure team spun up a copy of our production environment, but forgot to update the firewall to prevent it from communicating outside itself. So it updated...
March 10, 2020 at 5:46 pm
We aren't using SSIS - we have a stored procedure that we call where we're doing basically this for each of about a dozen tables:
truncate table xfer_fact_booking
insert...
March 10, 2020 at 5:38 pm
Steve -
Thanks! All good points that I unfortunately forgot 😀
June 20, 2019 at 5:57 pm
I dig the new look, the only problem is that - for me anyway - since the change the site seems to be really, really slow at times. Especially navigating...
May 8, 2019 at 9:30 pm
Kinda what I figured... but nice to have confirmation 😀
They do have access to the production server to read and write from various databases - but it isn't global.
That being...
April 23, 2019 at 9:11 pm
dastagiri16 - Tuesday, January 8, 2019 11:31 PMHi Team,
After configuring log-shipping , I deleted LS_Alert Job ..how can we readd job.
The only...
January 9, 2019 at 8:58 am
January 4, 2019 at 1:41 pm
January 3, 2019 at 8:58 am
December 28, 2018 at 12:30 pm
You can start here:
https://www.mssqltips.com/sqlservertip/4165/how-to-read-data-from-multiple-excel-files-with-sql-server-integration-services/
This will show you how to create a loop that will look into a folder and import the file(s) it finds in that folder...
December 26, 2018 at 9:14 am
Your best bet is to create a separate data source and destination in SSIS for each Excel file. Populate two staging tables, and then combine them in SQL either by...
December 24, 2018 at 12:37 pm
If you're using SQL Server then LISTAGG isn't going to work because that's an Oracle function.
If you're using SQL Server 2017 or Azure, I think you can use...
December 20, 2018 at 12:48 pm
September 12, 2018 at 3:35 pm
Viewing 15 posts - 46 through 60 (of 180 total)