Viewing 15 posts - 10,816 through 10,830 (of 11,676 total)
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
You do make some good valid points, but if the real requirement is to make it all dynamic, then there is a chance that the data flow is not an...
November 22, 2010 at 12:59 pm
Craig Farrell (11/22/2010)
The other option is using the expressions in the OLEDB source object, and setting servername via the variable, then using that as the source for a dataflow pair.
Unfortunately...
November 22, 2010 at 12:28 pm
Viewing 15 posts - 10,816 through 10,830 (of 11,676 total)