Viewing 15 posts - 31 through 45 (of 67 total)
xlsx(office 2007), will support upto 4000 characters sql-->xls(x)-->sql (import /export),
earlier versions will support till 256 chars, it was one of the issue,
I just tried exporting from SS 2008 --> office...
July 16, 2010 at 12:35 pm
daz...,
Thanks, now you answered my qtn :-);-)
I will send one more email...cheers
July 15, 2010 at 9:31 pm
Sam,
Thats best approach,
Alaternatively, you can download 64bit oledb drivers for excel and ms access from msoft site, available from recently.
July 15, 2010 at 9:27 pm
use "Send Mail task" for sending mails or you can use ActiveX script task too
for correcting error in ActiveX script task, you have to enter the entrypoint property
refer attached...
July 15, 2010 at 12:34 pm
da-zero (7/15/2010)
Phil Parkin (7/15/2010)
da-zero (7/15/2010)
I have an easy solution for that problem:use Excel 2007 or later 😉
Same as my solution!
:blink: You stole my idea! 😛
Hi Da-Zero / Phil Parkin,
Thanks for...
July 15, 2010 at 11:19 am
using system.io
read full line in a while loop and take what ever lengh you wanted from that using left function.
July 14, 2010 at 12:08 pm
please use fully qualified name , means, use group name with domain too, like ABCGRP@domain.com instead ABCGRP.
We are using so many group emails , no issues, if you are...
July 13, 2010 at 12:37 pm
you can capture the error message with system variable ...System::ErrorDescrition
This variable will hold the actual error message when any error occured.
July 13, 2010 at 12:34 pm
Not sure, will this code is useful to you, however you can avoid looping using below code...
declare @strSQL varchar(1000)
set @strSQL =''
select @strSQL = @strSQL+COALESCE( Case
...
July 9, 2010 at 11:45 pm
First let us know below details.
1. how you are activating/running package means, are u using sql job or commandline command or autosys or esp or maestro etc
2. are ur source...
July 9, 2010 at 10:42 pm
Hi
As the file becomes dynamic now, you need to create structure to hold data before DFT task,
Please refer...Rafael articles on the same...
http://www.rafael-salas.com/2006/12/import-header-line-tables-_116683388696570741.html
and
http://www.rafael-salas.com/2008/03/ssis-and-dynamic-excel-destinations_01.html
July 7, 2010 at 11:35 am
cold_blue,
use expression as "your file name_Date_Time.xls" (e.g, "Report_20100707_1230.xls) on ExcelFileath property of the excel connection manager
and also set DelayValidation property to true.
RB
July 6, 2010 at 11:18 pm
priya__ (7/6/2010)
Now there is a little more into this problem, now can I remove duplicates for that account num range before account number changes.....even if it is not in order...
...
July 6, 2010 at 11:05 pm
Phil Parkin (7/6/2010)
PaVeRa22 (7/6/2010)
you can do....1. take distinct records into temptable.
2. truncate original table
3. store temptable data into original table.
RB
If you take the time to read through the entire...
July 6, 2010 at 10:57 pm
you can do....
1. take distinct records into temptable.
2. truncate original table
3. store temptable data into original table.
RB
July 6, 2010 at 11:39 am
Viewing 15 posts - 31 through 45 (of 67 total)