Viewing 15 posts - 6,406 through 6,420 (of 11,678 total)
You can put a breakpoint on the Execute SQL Task. When you execute package, it will stop before executing the task. That way you can inspect the locals window and...
October 12, 2012 at 2:46 am
Does the configuration table have NVARCHAR columns?
October 12, 2012 at 2:44 am
CSV --> flat file connection manager and flat file source
Excel --> Excel connection manager and Excel source
October 12, 2012 at 2:43 am
You need to split the rows (for example with a conditional split) and use three different Excel destinations to write the data.
October 12, 2012 at 2:42 am
Greg J (10/11/2012)
This works in 2008R2, and it gives me...
October 12, 2012 at 2:39 am
Does the name of the excel sheet change? I guess not, so you can just use a derived column component that adds a column with the name of the Excel...
October 11, 2012 at 1:28 pm
You should keep a log table somewhere where you log a record at the beginning of the package stating that the package is already running.
Before this task, add another task...
October 10, 2012 at 12:19 am
Duplicate post. Original thread with replies can be found here:
http://www.sqlservercentral.com/Forums/Topic1370553-364-1.aspx
October 10, 2012 at 12:17 am
vax09 (10/9/2012)
I Need File Name which i am loading via Excel. Any Idea
Are you using a For Each Loop?
October 10, 2012 at 12:16 am
ranganathanmca (10/8/2012)
I want to Extract(Export) 4 tables from SQL SERVER 2008 R2 to a Flat File.
All the four tables are related to each other (through PK & FK relationships).
Tables are
1....
October 10, 2012 at 12:15 am
homebrew01 (10/9/2012)
Is there a workaround for this bug ???
Yes, manually set it for each table 🙂
Or you can just create truncate table statements for each table and paste it into...
October 10, 2012 at 12:12 am
Joginipelli Malathi (10/5/2012)
I have three source table and one destination table mysql joins vary based on source table how i can write this in ssis
If you can do all the...
October 10, 2012 at 12:07 am
Viewing 15 posts - 6,406 through 6,420 (of 11,678 total)