Viewing 15 posts - 1 through 15 (of 17 total)
What is your destination database like SQL Server...oracle..db2???
February 3, 2012 at 3:04 pm
Jake Shelton (2/3/2012)
I can browse the data in BIDS, but don't know enough SSIS to copy the entire DB, I can just preview one table at a time.
To copy...
February 3, 2012 at 2:49 pm
Jake Shelton (2/3/2012)
"Test connection failed because of an error in initializing provider. Cannot start your application. The workgroup information file is...
February 3, 2012 at 2:18 pm
Koen Verbeeck (2/2/2012)
AluburaJ (2/2/2012)
sqlserver8650 (2/1/2012)
Thanks for your replayI have oracle client on my machine
Out of curiosity, were you able to connect to that oracle database using those SQL Client tools...
February 3, 2012 at 1:04 pm
sqlserver8650 (2/1/2012)
Thanks for your replayI have oracle client on my machine
Out of curiosity, were you able to connect to that oracle database using those SQL Client tools such as SQL...
February 2, 2012 at 11:44 am
Hello,
Seeing your error, I feel you are using Visual Studio 2008 R2. Instead of doing all the steps you mentioned above, can you please see if you could load data...
February 1, 2012 at 2:08 pm
Do you have oracle clients on your machine to connect to oracle database like SQL PLUS or any other?
February 1, 2012 at 10:28 am
Hello Van,
Here is the one way to solve your problem.
In the script below, it works if the data is exactly like you posted.
Customer : 111111 Agent : ABC1 Date/Time :...
February 1, 2012 at 10:19 am
What all I suggest to you is...first google/bing it at the least if you don't know....and there are sometimes where you don't find results in google... then comes this forum...
January 24, 2012 at 11:28 am
I also faced a requirement today similar to what you had... and I was successful in implementing all the ideas I told and the url on how to use FOR...
January 19, 2012 at 8:54 am
Can you please see if this link below helps for using ForEachLoop
http://www.codeproject.com/KB/database/foreachadossis.aspx
and follow the steps of creating the sql in a variable.
December 30, 2011 at 9:01 am
After you run setup of sqlserver 2008 R2, you select "installation" and select the first option "new sqlserver or add features" and then in the while going through the wizard,...
December 30, 2011 at 8:51 am
Sapen (12/28/2011)
December 28, 2011 at 3:48 pm
I would do like this.
using FOR EACH LOOP
now create a variable to hold the sql
design the sql in the expression of the variable using all the variables being passed from...
December 28, 2011 at 3:33 pm
Viewing 15 posts - 1 through 15 (of 17 total)