Viewing 15 posts - 10,816 through 10,830 (of 11,678 total)
Well, apparently your dates don't have the correct format. Inspect your data at the source or in the dataflow with a data viewer. If necessary, write error rows to a...
November 25, 2010 at 4:34 am
I don't think it is directly possible. But you can however create a trigger on the table that logs the information you need.
November 25, 2010 at 4:32 am
SQLSourceType of the Execute SQL Task means that the SQL command can be found in a variable, so it is expecting a string.
To use your variable in an Execute SQL...
November 25, 2010 at 3:52 am
preensheen (11/24/2010)
Thanks all for the Help.I really didn't know where it went wrong..but I redid all the work and it worked.
:rolleyes: Typically Microsoft I guess.
But I'm glad it worked out...
November 25, 2010 at 12:49 am
spongemagnet (11/23/2010)
Looks like that should all work
I was thinking the same thing 🙂
spongemagnet (11/23/2010)
November 23, 2010 at 11:44 pm
Since you already know how to write the T-SQL statement, just ditch the Merge Join 🙂
The performance of your package will be grateful.
(but I must say, I'm intrigued why it...
November 23, 2010 at 12:01 pm
I don't think it is possible. You can specify the SMTP server, but the SMTP Connection Manager in SSIS only support anonymous or Windows authentication. And I don't think your...
November 23, 2010 at 11:55 am
preensheen (11/23/2010)
yes, I do have all the previlages
Do you mean that you have the necessary priviliges or that the SQL Service Account has the necessary priviliges? (just to avoid any...
November 23, 2010 at 11:13 am
Kenneth Wymore (11/23/2010)
November 23, 2010 at 11:10 am
Allright. At first sight nothing wrong there. Can you give a screenshot of the parameter mapping?
November 23, 2010 at 6:08 am
Can you give us some screenshots (you can attach them to your post)? Blank out any sensitive information if necessary.
November 23, 2010 at 5:23 am
Nils Gustav Stråbø (11/23/2010)
November 23, 2010 at 5:22 am
Glad that it all worked out and that you (and me) learned something from it.
November 23, 2010 at 2:04 am
Quoting BOL:
The Windows process spawned by xp_cmdshell has the same security rights as the SQL Server service account.
Does this service account has the necessary priviliges to the specified location?
November 23, 2010 at 2:02 am
I like the point the question tried to make, namely using the GO statement as an instrument to loop, but I do not like the trickery with the # name....
November 23, 2010 at 2:00 am
Viewing 15 posts - 10,816 through 10,830 (of 11,678 total)