Viewing 15 posts - 11,491 through 11,505 (of 11,678 total)
Read the text file in via a Flat File source and write it to a staging table with an IDENTITY-column.
Use an Execute SQL Task with a T-SQL script that loops...
April 23, 2010 at 4:30 am
Probably yes, but I have more experience setting up a while loop in T-SQL than configuring a for each loop with an ADO.NET enumerator, so I personally would choose for...
April 23, 2010 at 4:25 am
I think a better, flexible and generally more accepted solution is to enable logging on your package and write the logging data to a table. If you have to write...
April 23, 2010 at 2:57 am
This is a very, very, very common problem with SSIS and Excel. It shows up in hundreds of blog and forum posts.
Have you tried Google?
The issue is that Excel guesses...
April 23, 2010 at 2:55 am
I have absolutely no experience implementing RBAR, but this is how I would try to do it:
write the contents of the Excel file to a table (temp table or persistent...
April 23, 2010 at 2:29 am
washawgolla (4/22/2010)
I am importing around 60 tables to sql server from interbase; do I have to create 1 data flow task for each table (60...
April 23, 2010 at 1:26 am
sql2k8 (4/22/2010)
when i use these options i get the above mentioned issue '0123 but not 0123.
Putting '0123 in Excel is the same as 0123. The ' serves as a text...
April 23, 2010 at 1:23 am
I have had issues before with string variables and SSIS thinking it was a number.
Most of the type these happen when I create the variable and change the type to...
April 22, 2010 at 2:33 am
Read the column in as text.
Use a derived column component to chop up the string into 2 substrings, one before and one after the hyphen that you want to remove...
April 22, 2010 at 2:30 am
Sure. There are lots of other client applications that can use cube data.
One of the most used is Excel. Even competitors like Cognos can use cube data from SSAS and...
April 22, 2010 at 2:23 am
Christian Buettner-167247 (4/22/2010)
Depending on your settings, the error can also be a valid answer:Server: Msg 208, Level 16, State 1, Line 1
Invalid object name 'a'.
I'm curious, what settings give this...
April 22, 2010 at 1:33 am
Hmmm, not really a good question, as the answer depends on what system you use.
And no, knowing that it should work on 2008 is not an argument. In that case,...
April 22, 2010 at 12:39 am
Aside from the Excel filename, you should also provide the name of the sheet where the data is.
If this changes from file to file, you are in for a world...
April 21, 2010 at 4:33 am
This topic has been crossposted.
For answers, see this topic (or Wikipedia or Google) or this one:
http://www.sqlservercentral.com/Forums/Topic907428-147-1.aspx
April 21, 2010 at 4:31 am
Viewing 15 posts - 11,491 through 11,505 (of 11,678 total)