Viewing 15 posts - 9,451 through 9,465 (of 13,874 total)
Luis Cazares (1/8/2014)
What about importing last column as a string and using a derived column to validate and convert value into int?
+1 that's what I'd do too.
January 8, 2014 at 10:31 am
DaveDB (1/7/2014)
Hi Phil,Thanks for the tip. Didn't even notice the apostrophes 🙂
No problem. My colleagues love the fact that I'm an amateur proofreader as well as a SQL Server professional:w00t:
And...
January 7, 2014 at 12:45 pm
DaveDB (1/7/2014)
I wrote a stored proc that basically aggregates some data based on how many Monday's, Tuesday's, Wednesday's etc in a current month (date range parameters)....
January 7, 2014 at 12:34 pm
I can't see any way of doing this directly, without using an additional param.
But logically, within your proc, can you assume that the nesting level can either:
1) Remain the same
2)...
January 7, 2014 at 12:22 am
rswinehart (1/2/2014)
If you feel you cannot create a naming rule that would always work,...
January 5, 2014 at 8:34 am
There are some issues that you will face with this solution.
Let's assume that you have the packages developed & deployed. You have 12 SQL Agent jobs created. You have built...
January 5, 2014 at 8:32 am
Sowbhari (1/3/2014)
January 5, 2014 at 8:03 am
veers.way (1/3/2014)
Please Tell me if I am not clear
You are not clear.
What is MNC?
What do you mean by 'real time'?
Visual Studio (in the form of BIDS or SSDT) is the...
January 5, 2014 at 7:54 am
Ok. The workaround you found does not apply for 2012. Instead, please search for 'with result sets'
Sorry but I'm not at my PC so cannot post something more detailed right...
January 3, 2014 at 4:15 am
Jeff Moden (12/30/2013)
Phil Parkin (12/30/2013)
In short, Dynamic mapping is possible in xml & ssis?
Not out of the box.
In the case you've mentioned, it's probably easiest to set up two data...
December 30, 2013 at 8:39 am
Try running this to check the account that xp_cmdshell is using - it probably is not yours:
xp_cmdshell 'whoami.exe'
December 30, 2013 at 6:56 am
In short, Dynamic mapping is possible in xml & ssis?
Not out of the box.
In the case you've mentioned, it's probably easiest to set up two data flows which separately handle...
December 30, 2013 at 3:58 am
DaveDB (12/27/2013)
December 27, 2013 at 9:29 am
Also, I think your parameter should be called '0' rather than 'code'.
December 27, 2013 at 1:19 am
Viewing 15 posts - 9,451 through 9,465 (of 13,874 total)