Viewing 15 posts - 46 through 60 (of 162 total)
1. Have the SQL task store the server name of the principle in a variable
2. Set up a OLEDB connection to the current principle database. Rename this to Principle....
October 16, 2008 at 6:57 am
could you run a trace in profiler to make sure the code being called is exactly the same?
tom
October 16, 2008 at 4:11 am
you can do this by either adding the variables to the "ReadOnlyVariables" property on the Script tab and then you can access them using the dts object:
[font="Courier New"]Dts.Variables("variable name").Value[/font]
...
October 16, 2008 at 4:06 am
you could use a foreach loop to loop through the folder, get the filename for each file, then use a script task to check for the Last Update date. ...
October 15, 2008 at 5:59 am
use a file system task set to "Create Directory" and UseDirectoryIfExists set to true. Have one for the year and one for the day.
Tom
October 15, 2008 at 5:51 am
If the destination is on your network, you can use the file system task to move the file.
I think if you rename the file and include the destination UNC filepath...
October 15, 2008 at 5:48 am
Have a look here for a possible solution
October 14, 2008 at 9:38 am
Ah, I see. I misread your first post.
So, what you are trying to do is run one data flow task for two sets of tables that have differing metadata....
October 10, 2008 at 6:37 am
i haven't been able to find a way to change the scope after a variable has been created, and such am forced to delete the incorrectly-scoped variable and recreate it,...
October 10, 2008 at 3:52 am
i think when you set the strSQL variable you should include the "SELECT " before the rest of the statement.
also, you don't need script tasks to change variable values; you...
October 10, 2008 at 3:49 am
can you not keep it as unicode all the way through to oracle?
October 8, 2008 at 2:45 am
i don't think so; i just used the xml source straight out of the box.
what happened when you used the files i included?
tom
October 8, 2008 at 2:44 am
which code page are you using for your conversion?
tom
October 7, 2008 at 3:54 am
from MSDN:
The XML source generates tabular structures from the XML data by creating an output for every element that contains other elements in the XML files
As your company and customer...
October 7, 2008 at 3:48 am
is the text in the source column held as unicode?
tom
October 7, 2008 at 3:25 am
Viewing 15 posts - 46 through 60 (of 162 total)