Viewing 15 posts - 11,071 through 11,085 (of 11,678 total)
tommyh (9/27/2010)
da-zero (9/27/2010)
But I don't think that considering scientific notation as numeric is stupid. 2e1 is just another way...
September 27, 2010 at 1:29 am
Good question, although I seem to remember that I've seen similar ones.
But I don't think that considering scientific notation as numeric is stupid. 2e1 is just another way writing 20,...
September 27, 2010 at 12:28 am
Raunak Jhawar (9/24/2010)
...some code...
I got it!!!!:-D:-D:-D
Great! And there is no need to store any kind of variable in this solution.
(and admit, VB or C# is probably a lot easier than...
September 24, 2010 at 7:26 am
Well, I don't have any experience in Performance Point, but I would certainly be interested in a data mining forum!
September 24, 2010 at 6:23 am
Or, just to add another option:
1. Add a script task.
2. In the script, create a directoryinfo on the directory. (let's name it di)
3. Use the getfiles method: di.getfiles() and store...
September 24, 2010 at 5:37 am
Hmmm, not so great question, but on the other hand, it ignited a great discussion.
I got it wrong, because I don't think having columns that allow NULLs are per definition...
September 24, 2010 at 5:11 am
That is a great ideo of Jack, but I'm not sure how you can make it one big delete statement instead of a lot of different small delete statements (each...
September 23, 2010 at 6:32 am
Nice question. Although the first answer is also a bit valid, as both transactions are indeed rollbacked. (due to the outer transaction)
September 23, 2010 at 1:58 am
Raunak Jhawar (9/20/2010)
NULL can have different meaning when it comes to EXCEL and SSIS
I would advice you to convert all non available fields to some fixed value for instanve say...
September 21, 2010 at 8:14 am
The easiest solution is to select the Retain null values in the source as null values in the data flow option in your flat file source.
September 21, 2010 at 8:12 am
Phil Parkin (9/21/2010)
steveb. (9/21/2010)
September 21, 2010 at 8:10 am
1. Yes. An example: http://www.texastoo.com/post/Create-a-custom-assembly-in-SSIS.aspx
2. Yes. You can use the Web Service Task. (what's in a name?)
For all the rest, I refer you to the almighty Google.
September 21, 2010 at 7:52 am
Connect with SSMS to Integration Services and locate your package. Right-click, select Delete.
Then deploy your package again from BIDS.
You are right about the fact that you can only see the...
September 21, 2010 at 7:43 am
Are you sure your environment and the server environment are 100% the same?
It seems to me that there is a default constraint on the table at the server.
September 21, 2010 at 7:40 am
If the Lookup components has multiple matches for one row, it will only return the first one!!!
So you cannot achieve what you want with a standard lookup component.
You can implement...
September 21, 2010 at 5:51 am
Viewing 15 posts - 11,071 through 11,085 (of 11,678 total)