Viewing 15 posts - 31 through 45 (of 103 total)
July 31, 2018 at 1:48 am
You could probably use a script task to write out the connection information to the log if you wanted, although there could be an issue if the connection...
July 31, 2018 at 1:37 am
Anyone? I can't believe the SSIS package logs don't allow me to see the connection strings for the source and target tables at the time the job was run.
July 29, 2018 at 9:42 pm
July 25, 2018 at 10:57 pm
July 1, 2018 at 6:58 pm
I hope this is applicable...
There are a lot of good examples here: https://github.com/Microsoft/sql-server-samples/tree/master/samples/databases/wide-world-importers
Clone the repository, open the solution, and review the SSIS packages, and the...
June 29, 2018 at 4:10 am
Hi All,
More input on this...
I ended up using a lot of synonyms based on this: https://www.sqlservercentral.com/Forums/1916222/How-do-I-code-a-threelevel-table-name-in-SSDT-that-will-honour-environment-settings-in-deployed-job. I'm following Jeff Moden's and Steve Jone's advice.
June 28, 2018 at 10:58 pm
June 27, 2018 at 7:01 am
June 27, 2018 at 6:56 am
No: 1) I've changed Plain Text in the settings, 2) your example is a .sql file, mine is a .dtsx package.
June 26, 2018 at 11:13 pm
March 21, 2018 at 5:13 pm
Just an initial thought that might be completely off but thought I should...
March 21, 2018 at 4:49 pm
Also, I've done a performance comparison of DelimitedSplit8K vs. DelimitedSplit8K_LEAD, given my use case and minor code changes noted in previous posts above.
DelimitedSplit8K:
SET STATISTICS...
March 20, 2018 at 9:36 pm
I have previously modified my copy of Jeff's code to only return non-blank items, and return them stripped of leading and trailing spaces.
Here is an excerpt of my...
March 20, 2018 at 8:06 pm
March 20, 2018 at 5:05 pm
Viewing 15 posts - 31 through 45 (of 103 total)