Viewing 15 posts - 121 through 135 (of 285 total)
Ok. first let me ask. How can we write condition in conditional split where State in (us ,asia)?
November 7, 2016 at 1:00 pm
TABLE ATABLEB
STATUS STATUS
ABCD ABCD If the value are same No insert
BCDG ...
October 24, 2016 at 2:26 pm
Yes..i am deploying from Visual studio 2013. I chnaged property from " encrpyt sensitive data with USer key " to "Dont save sensitive data"....and deployed , i thought that fixed...
October 17, 2016 at 2:21 pm
This is development enviornment and since data is not current need to enforce the data for my testing. Anyways i inserted data without enabling or disabling , just by adding...
October 13, 2016 at 3:47 pm
I think to be more specific, i am deploying the solution from visual studio. the other solution has no issues. only the solution which I am working has this.
Why do...
October 11, 2016 at 3:41 pm
You can write stored procedure and execute it in executesql task and pass value to result set (variables).
or In dataflow task , " query from variable" can be used.
October 11, 2016 at 2:56 pm
Thanks everyone for taking time and replying , this export to excel is not direct , i have check other tables and do lot of stuff to get this point...
October 5, 2016 at 9:19 am
the column is missing in "preview" of the report in ssrs .
October 5, 2016 at 9:15 am
the columns are overlapped in excel. so is there a way taht it is not overlapped while exporting to excel through ssis?
October 4, 2016 at 1:33 pm
the one with date and int. I am using dataconversion task and chanhing everything to dt_wstr ...
overlapped columns. is there a way they do not overlap?
October 4, 2016 at 1:09 pm
Source
[ItemID] [bigint] NULL
[State] [nvarchar](255)
[Trade Date] [date] NULL,
[invoice_id] [bigint] NULL,
FirstnameLast NameItemIDE-mail AddressAddress 2CityStateZipinvoice_idTrade DateKit Type Required
komal jawal3200011564abcd@gmail.com1234 berookdtAPT 123friscdc7534522343554444442016-09-29TGSAPmT01
October 4, 2016 at 1:00 pm
[Derived Column [24]] Error: An error occurred while attempting to perform data conversion. The source type could not be converted to the destination type.
I keep getting this error again and...
October 4, 2016 at 12:45 pm
how can i do that?
October 4, 2016 at 12:19 pm
Yes..there is data of date type , numeric too
October 4, 2016 at 12:13 pm
i want everything to string , so it just prints the columns to excel. I am using data conversion task , DT_str? or DT_WSTR?
little confused which to use.
October 4, 2016 at 12:12 pm
Viewing 15 posts - 121 through 135 (of 285 total)