Viewing 15 posts - 4,096 through 4,110 (of 7,164 total)
kf2012 (5/11/2012)
I believe there are advanced CTE pros that could help?
Why a CTE, specifically? Is that a requirement of your assignment? It's fine if it this is for homework, we...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 11, 2012 at 12:39 pm
David Lester (5/11/2012)
Well, we did find out it was executing the stored proc 3 times.This link confirmed what we were seeing
http://social.msdn.microsoft.com/Forums/en/transactsql/thread/b8340289-7d7e-4a8d-b570-bec7a0d73ead
That post shows no proof, i.e. no code to reproduce...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 11, 2012 at 12:24 pm
I do not condone it, but in some cases it can be useful. I only know it's possible because it came up recently and I did a quick POC for...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 11, 2012 at 11:23 am
Tonci Korsano (5/11/2012)
here is the answer --> https://www.google.com/#hl=en&sa=X&psj=1&ei=70OtT53nCYKy8ASUwrWXDQ&ved=0CBgQvwUoAQ&q=(sqlbulkcopy+OR+bcp)+(%22no+logging%22+OR+%22does+not+log%22)&spell=1&bav=on.2,or.r_gc.r_pw.r_cp.r_qf.,cf.osb&fp=356e729b7a15c7f0&biw=1280&bih=891
or just put in google.com
(sqlbulkcopy OR bcp) ("no logging" OR "does not log")
this is really a web search... even though it...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 11, 2012 at 11:16 am
For a one-time need? Nah. How about something like this?
bcp "SELECT definition + NCHAR(13) + NCHAR(10) + 'GO' + NCHAR(13) + NCHAR(10) FROM sys.sql_modules sm JOIN sys.procedures p ON sm.object_id...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 11, 2012 at 11:03 am
Your Foreach loop maps file names into a variable. A precedence constraint after your Foreach loop connecting it to a Send Email Task could check to see whether that variable...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 11, 2012 at 10:52 am
Tonci Korsano (5/11/2012)
your suggestions are all fine.
bulk copy is always fast because it doesn't log (it is like saying it doesn't use the transaction log). so, if the issue...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 11, 2012 at 10:44 am
In general SSIS metadata is meant to be static once it is built. Changing that on the fly is an advance topic, at least. Good luck! Dynamically Map Column Data...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 11, 2012 at 10:28 am
marttali (5/11/2012)
But still it's rather bizarre FTP task is not capable of doing this...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 11, 2012 at 10:17 am
curtis2325 (5/11/2012)
<span id="_ctl5_ctlTopic_ctlPanelBar_ctlTopicsRepeater__ctl22_lblPostSignature"><b><a href="http://www.textmessagespysoftware.com" target="_blank" class="SmlLinks">text message spy software</a></b>
<b><a href="http://www.textmessagespysoftware.com/spy-software/spy-girlfriends-phone-spy-software/" target="_blank" class="SmlLinks">spy on girlfriends phone</a></b>
<b><a href="http://www.textmessagespysoftware.com/cell-phone-spy-2/spy-text-messages-installing-software/" target="_blank" class="SmlLinks">spy on text messages without...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 11, 2012 at 10:13 am
marttali (5/11/2012)
opc.three (5/11/2012)
Transfer Multiple Files from or to FTP remote path to local path - SSIS
Wouldn't your example accomplish to download all the files from the FTP ? I...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 11, 2012 at 10:04 am
BOL is the place to start. Here is a visual aid as well:
Looping Through and Loading Files with SSIS
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 11, 2012 at 9:57 am
Shaun-884394 (5/11/2012)
Thanks for the link, but i was looking for a non-clr solution.
Any particular reason why not? Let me guess...political reasons in your organization?
RegEx is one of the primary use-cases...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 11, 2012 at 9:30 am
Transfer Multiple Files from or to FTP remote path to local path - SSIS
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
May 11, 2012 at 9:26 am
Viewing 15 posts - 4,096 through 4,110 (of 7,164 total)