Viewing 15 posts - 11,821 through 11,835 (of 13,838 total)
rjames-833409 (9/28/2010)
bump
Did you check out the HTTP Connection Manager and, if so, what were your findings?
September 28, 2010 at 7:28 am
Deepthy (9/28/2010)
I am new to SSIS Please bare with me.
Here is my scenario.
I have two tables TableA and referetable TableB
create table tablea ( country varchar(100),city varchar(100),clean_city varchar (100))
Create table...
September 28, 2010 at 3:47 am
Raunak Jhawar (9/24/2010)
(and admit, VB or C# is probably a lot easier than WQL :-D)
-- ...try something new everyday...;-)
One day a German beer, then a Belgian one, then Czech, ......
September 24, 2010 at 7:44 am
Raunak Jhawar (9/24/2010)
da-zero (9/24/2010)
1. Add a script task.
2. In the script, create a directoryinfo on the directory. (let's name it di)
3. Use the getfiles method:...
September 24, 2010 at 5:44 am
I think that there is another option: store your incrementing values in a database table. Your package just needs to read/increment as necessary - then you get the data persistence...
September 24, 2010 at 1:55 am
delete a
from TableA a join TableB b
on a.ID = b.ID
deletes rows from table A which have matching records (by ID) in table B.
September 23, 2010 at 9:51 am
Are the tabs in the source SQL data, or are they being added on the way to the output file?
September 22, 2010 at 10:00 am
DoubleEx (9/21/2010)
September 22, 2010 at 12:54 am
jani_shirish (9/21/2010)
I am not good at vbcan you suggest some way to achive this
--
Time to learn, or pay someone to do it for you.
September 21, 2010 at 12:39 pm
Alvin Ramard (9/21/2010)
smacumber 77733 (9/21/2010)
Yes I am, what would be the script then to write?Thx
Phil, which do you prefer, hourly rate, or contract price?
🙂
😀
Note to OP:
Try Googling the...
September 21, 2010 at 12:06 pm
I would use a variable that is assigned from the result of an EXECUTE SQL task along the lines of:
select count(*) from ImportTable
and then use precedence constraints (= 0 or...
September 21, 2010 at 9:37 am
Yes, if you are happy installing Excel on your SSIS server, you can instantiate an Excel application object in a Script task and do what you like ...
September 21, 2010 at 9:34 am
steveb. (9/21/2010)
September 21, 2010 at 7:58 am
da-zero (9/21/2010)
Phil Parkin (9/20/2010)
vince.chevens (9/20/2010)
How about installing SSIS component of SQL2005 only on your server--comment deleted--
Now, that just makes me curious 😀
😀 Just two seconds after submitting my initial response,...
September 21, 2010 at 1:59 am
vince.chevens (9/20/2010)
How about installing SSIS component of SQL2005 only on your server
--comment deleted--
September 20, 2010 at 11:36 am
Viewing 15 posts - 11,821 through 11,835 (of 13,838 total)