Viewing 15 posts - 1,141 through 1,155 (of 1,640 total)
Thanks, this works in stored procedures or SQL.
What I would like to use is in the SSIS conditional split editor, to filter out their birthdate <20 years old.
The original oracle...
December 9, 2011 at 11:47 am
Thank you, it is very helpful.
December 9, 2011 at 9:44 am
Thank you, good to learn another option.
The only thing I am concerned is the records we have are about 400000.
I hear sort really affect performance, for this number of...
December 8, 2011 at 7:19 pm
Thank you, in this case it is not actually a data warehouse ETL, it is just regular database daily upload.
But we need to load data in domain tables first,...
December 8, 2011 at 4:30 pm
Elliott Whitlow (12/7/2011)
And this was a lot harder than I expected it to be..
Tried:
SUBSTRING(Genrder,1,1) == " " ? NULL(DT_STR,1,1252) : SUBSTRING(Gender,1,1)
It didn't like DT_STR, SO,...
December 8, 2011 at 2:40 pm
Ninja's_RGR'us (12/6/2011)
December 6, 2011 at 3:43 pm
Sorry, I didn't make it clear.
In our enviroment is : install SQL database engine and integration service on one server, and then install SQL reporting service on another server along...
December 6, 2011 at 12:54 pm
Elliott Whitlow (12/5/2011)
Command would be:
EXEC dbo.domProductCategory_LoadMerge ?
GO
On the Exec SQL Task, Parameter Mapping Tab, click add
For Variable Name Select: System::PackageName
Direction: Input
Data Type: varchar
Paramter...
December 5, 2011 at 4:48 pm
Thanks, I have added the parameter to stored procedure, but I cannot make the ssis part correct, can you tell me a little in detail how I can make this...
December 5, 2011 at 2:24 pm
I just did it, by rename it, then click reload with upgrade.
Thanks!
December 2, 2011 at 12:30 pm
So do you mean you cannot reproduce this too?
I tried rename it, hit yes, rename again, hit yes, rename it... yes,
still the scope keeps the same.
December 2, 2011 at 12:29 pm
Thanks, not sure why my original ones work too. the one not using boolen, and with '' around True, false.
It must do some implicit conversions behind.
But I changed according to...
November 30, 2011 at 10:49 am
[No - switching the recovery models does not reduce the amount of logging on deletes. The amount of data logged will be exactly the same whether in simple, bulk_logged...
November 28, 2011 at 4:18 pm
Viewing 15 posts - 1,141 through 1,155 (of 1,640 total)