Viewing 14 posts - 61 through 75 (of 75 total)
Alright so I have an Execute SQL Task that connects to a Foreach Loop container. The SQL Task queries a view that shows all the links but I cannot...
July 30, 2012 at 10:23 pm
Here is an algorithm for what I want:
For each link in tblTables_And_Links
variable DownloadURL = link
open httpconnection(DownloadURL)
TodaysDate = now
If...
July 30, 2012 at 12:14 pm
I have come across the same type of scenario. Administrative rights are a big factor in your ability to perform bulk inserts. For me at work, I have...
July 30, 2012 at 10:00 am
If your source file is delimited then chances are SSIS assigned too short of a length to one or more of the file fields. Look in the Flat File Connection...
July 29, 2012 at 2:17 pm
I really appreciate your expertise on this matter. I am going to give your first suggestion a go as I think that it will be a helpful task in...
July 28, 2012 at 5:45 pm
Alright, I think the issue might be that I have some duplicate values in the csv file trying to be passed into the PK fields. Is the csv file...
July 28, 2012 at 10:16 am
Hi Old Hand, rather than explain it, I have provided wikipedia links that describe what OLEDB, ADO, & ADO.NET are.
See OLEDB
See ADO
See ADO.NET
July 27, 2012 at 9:57 pm
Sorry for such a late response, I've been working at learning SSIS more and have created a data flow task to do my editing for me. My dft contains...
July 27, 2012 at 4:26 pm
GilaMonster (7/19/2012)
Why a tbl prefix anyway? It's obvious it's a table from how it's used.
Because that is the naming convention that I have learned.
July 20, 2012 at 7:43 am
I will get that to you as promptly as I can.
July 12, 2012 at 8:24 am
Hi opc.three and thanks. I'm not sure which file you would want me to upload but I am assuming it is the .csv so here it is. Bare...
July 11, 2012 at 12:39 pm
Hi opc.three,
First off, thanks for the reply and yes you are right, I want to add a VBA macro to each csv file that will fire when opened. And...
July 9, 2012 at 7:29 pm
Thanks again. Personally, when I count to 9 I'll start at 1 not 0. However, when it comes to programming, 0 is used as the first number in...
October 9, 2010 at 8:21 pm
Thanks for your response. I agree with that logic but then why are there so many that would say 55 is the tenth I wonder?
October 9, 2010 at 5:58 pm
Viewing 14 posts - 61 through 75 (of 75 total)