Viewing 15 posts - 46 through 60 (of 192 total)
You can use an expression for this.... rather than leave SSIS to work it out implicitly, you can explicity set it out as a date using ANSI date format. i.e....
June 29, 2009 at 3:17 am
This error is usually a permission problem.
If you are running under a SQL login, check that the service account has read permission on that filepath.
If you are running under a...
June 26, 2009 at 5:46 am
More ideas for you...
If you are trying to write to Excel and you have IMEX set to 1 in your connection string, your excel file will be in read-only mode.
You...
June 23, 2009 at 10:53 am
Have you tried using separate execute SQL tasks for each Create statement? I don't know if the Excel provider allows batches...
Also, you say that this fails only when you enable...
June 23, 2009 at 10:05 am
Thats a really neat approach. Good article.
June 3, 2009 at 3:09 am
Yes,
You can write a transformation script in your dataflow to capture the error description on your failing rows.
I can't remember off the top of my head what the syntax is...
May 12, 2009 at 10:20 am
In SSIS:
"Always use Execute SQL task because the database engine is faster"
"SSIS is slower than T-SQL"
"Just use the script task/component"
:crazy:
April 8, 2009 at 3:06 am
Hi,
I think one of the earlier posters may have mentioned this already.
Use a For Each container to enumerate through the folder. It will execute whatever task is placed within the...
April 7, 2009 at 6:13 am
March 24, 2009 at 7:22 am
Hi Brian,
I blogged[/url] about this a little while back as I couldn't find much info on it at the time. It may help you too. You'd need to manipulate the...
March 20, 2009 at 3:19 am
It's interesting how people's interpretation of keeping it simple varies from organisation to organisation. I've worked in places where a developers concept of keeping it simple meant the simplest code...
March 12, 2009 at 5:28 am
Hi,
In SSIS you shouldn't need any scripting to achieve this.
Create 2 variables. One should be varSQLSelect (string) and the other varImportMode (or whatever works for you).
Then highlight the variable for...
February 20, 2009 at 4:58 am
Not much of a trekkie, but always thought that holodeck in Star Trek was cool... and completely under used!!
December 19, 2008 at 4:36 am
You could use a variable evaluated as an expression to build the SQL command that selects the data. That way you eliminate the need for parameters and you can debug...
December 12, 2008 at 3:16 am
Viewing 15 posts - 46 through 60 (of 192 total)