Viewing 15 posts - 10,381 through 10,395 (of 13,874 total)
bobd125 (10/22/2012)
I'm using the SORT transformation.
Just a quick note on this. If you can avoid using the SORT transformation, I recommend that you do - it's a blocking component and...
October 23, 2012 at 12:50 am
sdhanpaul (10/22/2012)
I used the nested subquery method in ms access before and it was slow.
You need to post ddl ( create tables...
October 22, 2012 at 1:23 pm
That's fine, glad to help. Good look with the automation.
October 22, 2012 at 1:17 pm
Please help us by posting the info which Sean itemised.
If you take the time to do that, someone on this forum will post a working solution within an hour, I...
October 22, 2012 at 1:10 pm
24 hours? Get some sleep!!
I think you can do this without using a cursor, but can't be sure without seeing more info about the source. Are you able to provide...
October 22, 2012 at 12:43 pm
asita (10/22/2012)
i am also on the same way, i added pk (identity column name rowID1) and i can generate another column with "D:\ssis\" + rowID1 + ".txt"
then here my...
October 22, 2012 at 10:48 am
asita (10/22/2012)
thanks for your response,
just assume
it is a variable or just static d:\ssis\master.txt is the file to update path to each row
and then D:\ssis\individuals is for all body...
October 22, 2012 at 9:32 am
Where does the target file name come from?
October 22, 2012 at 8:10 am
Yes it can be done. Have a look here for some pointers.
I'm assuming that you are using a flat file source and not SQL Server? Otherwise there may be a...
October 21, 2012 at 7:00 am
If you check BOL for BCP (see here), you'll see that it can take a table, a view or a query as an argument. But not a proc.
October 11, 2012 at 5:37 am
October 11, 2012 at 5:34 am
Your Excel column is holding mixed datatypes, so you'll need to bring in the column as string and add IMEX=1 to the Excel connection string (Google it for details).
October 11, 2012 at 1:12 am
sqlstud (10/10/2012)
Well it sort of depends on what you want. You currently have a datetime column but obviously "DECLINED" isn't going to work there. If you want to keep your...
October 11, 2012 at 1:10 am
Yes, this is harder than you might think. PSEXEC is what I have used in the past.
October 11, 2012 at 1:08 am
I would guess that the worksheet is called something other than 'sheet1'. Find out what that is and change the connection info.
October 11, 2012 at 1:06 am
Viewing 15 posts - 10,381 through 10,395 (of 13,874 total)