Viewing 15 posts - 1,561 through 1,575 (of 11,678 total)
In those 5.5 years, did you ever work with SSIS, SSAS or SSRS?
BI developers will be in demand in the future, but their skill set will probably go beyond those...
October 24, 2014 at 12:42 am
Phil Parkin (10/23/2014)
Koen Verbeeck (10/23/2014)
Phil Parkin (10/23/2014)
October 23, 2014 at 1:00 pm
Yakov Shlafman (10/23/2014)
I think that people could benefit from my solution.
Sure. It's a pretty decent written article.
Hope to see more of you on this site.
October 23, 2014 at 12:20 pm
Phil Parkin (10/23/2014)
Configure your flat file source connection with | as the column delimiter and let SSIS do the work for you. See here[/url] for an example.
Or just create a...
October 23, 2014 at 12:19 pm
Nevyn (10/23/2014)
October 23, 2014 at 12:15 pm
I got it from this thread:
There is no documentation on this limit, that's why I had to test.
It's possible the limit is now 20,000 for example, I wouldn't know.
I tested...
October 23, 2014 at 7:45 am
Yakov Shlafman (10/23/2014)
thank you very much for your input.
The max number of rows the Wizard can scan is 10,000.
I need the script when an input file has more than...
October 23, 2014 at 7:19 am
3party software. Can't live with it, can't live without it.
October 23, 2014 at 1:27 am
You can check for NULL values with the IsEmpty funtion. For empty strings you can simply check the length of the string. If it is 0, you don't need to...
October 23, 2014 at 1:22 am
1. There is no need to write a VB script to find the maximum lenght for all the columns. You can just click the button "Suggest Types" in the wizard....
October 23, 2014 at 1:15 am
Don't use SaveSensitiveWithUserKey. Exactly for the reasons you just mentioned.
You cannot reset the user key.
Either change to DontSaveSensitive AND store the usernames and passwords in a configuration, or change to...
October 23, 2014 at 1:06 am
Empty as in NULL or empty as in an empty string?
October 23, 2014 at 1:02 am
This is a known bug:
Pasting objects with expressions pastes fully qualified functions
October 23, 2014 at 12:54 am
Viewing 15 posts - 1,561 through 1,575 (of 11,678 total)