Viewing 15 posts - 436 through 450 (of 927 total)
yingchai (9/3/2014)
Apart from that, I am interested to know how to populate few records...
September 3, 2014 at 5:36 am
i have just added the error message generation in your code. try to execute it and check what error its generate
DECLARE @objExcel INT,@hr INT,@command VARCHAR(255),@strErrorMessage VARCHAR(255),@objErrorObject INT,@objConnection INT,@bucket INT,
@DDL VARCHAR(2000),@DataSource...
September 3, 2014 at 1:08 am
ChrisM@Work (9/2/2014)
The most common choice would be...
September 2, 2014 at 5:07 am
Indu-649576 (9/2/2014)
twin.devil (9/2/2014)
Indu-649576 (9/2/2014)
Select X.* From TABLE X
INNER JOIN
(case when (condition) then TABLE A else TABLE B end) AS Y
ON...
September 2, 2014 at 4:00 am
Indu-649576 (9/2/2014)
Select X.* From TABLE X
INNER JOIN
(case when (condition) then TABLE A else TABLE B end) AS Y
ON X.Col1 =...
September 2, 2014 at 1:24 am
I have had a look at these and nothing really solved the issues in SSIS, I think I need to build this into SSIS, just not sure exactly what to...
August 27, 2014 at 4:28 am
i would recommend to check you Users table 1st. i feel there are duplicates and that might be give you the clue
Following is the example have been made to illustrate...
August 27, 2014 at 1:55 am
Shiva, It is me or it is just repeated question shared on "Choose only two correct answers? " on 21 Aug 2014
with different correct answers 😛
August 26, 2014 at 11:36 pm
cbernardes (8/25/2014)
Eirikur Eiriksson (8/25/2014)
cbernardes (8/25/2014)
Problem is that various column in excel are defined as double in...
August 26, 2014 at 4:58 am
Eirikur Eiriksson (8/26/2014)
simon_s (8/26/2014)
August 26, 2014 at 4:47 am
Very nice question as well as the explanation. Thanks for sharing
August 26, 2014 at 4:41 am
VBA functions related queries are not accessible in SSIS because driver do not allow it.
if you use the custom assembly you will have to deploy these settings every time whenever...
August 26, 2014 at 1:24 am
like that : Select CleanseData() . CleanseData is the name of the method in my access module and
it does some DML things and returns. It does not need to return...
August 26, 2014 at 1:12 am
Viewing 15 posts - 436 through 450 (of 927 total)