Viewing 15 posts - 4,096 through 4,110 (of 7,168 total)
.NET has this functionality built-in and does a pretty good job. It may not be exactly what you want, but I thought it was worth mentioning. Here is a SQLCLR...
May 11, 2012 at 1:05 pm
CptCrusty1 (5/11/2012)
Elliott Whitlow (5/11/2012)
Even if it were I have to say I don't think its a good idea. Just create a table in...
May 11, 2012 at 12:55 pm
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
May 11, 2012 at 10:04 am
BOL is the place to start. Here is a visual aid as well:
May 11, 2012 at 9:57 am
Viewing 15 posts - 4,096 through 4,110 (of 7,168 total)