Viewing 15 posts - 76 through 90 (of 172 total)
Roy Ernest (10/8/2009)
October 8, 2009 at 2:33 pm
GoofyKC (10/8/2009)
I would just truncate the table.
Truncating will delete all the records. We can't delete every record. The delete statement has a where clause.
October 8, 2009 at 2:26 pm
John Rowan (9/22/2009)
September 22, 2009 at 2:01 pm
John Rowan (9/22/2009)
Elliott W (9/22/2009)
September 22, 2009 at 12:57 pm
Elliott W (9/22/2009)
September 22, 2009 at 12:00 pm
Elliott W (9/22/2009)
John Rowan (9/22/2009)
September 22, 2009 at 11:59 am
Also to add, this process would be running on a pretty beefy server (I think if I remember some of the specs correctly, it'll have atleast 250GB RAM and 4...
September 22, 2009 at 8:48 am
Hi Elliott W,
I think your concept is close to what I'm looking to do. But the key pieces of the project are that I won't necessarily know is the...
September 22, 2009 at 8:43 am
Ok thanks, I'll try that. How about reading a variable from an executable?
Thanks,
Strick
September 18, 2009 at 10:31 am
That's one of the things I never liked about excel (the fact that it changes data types). Which is why excel can be bad for creating extracts. Not...
September 17, 2009 at 10:34 am
Hello,
I think from a performance perspective, the one that has the most resources (processers, memory, etc.) will perform better. So if the server that the sp resides on has...
September 17, 2009 at 10:28 am
Found the issue guys. Needed SET NOCOUNT ON in the sp.
Thanks for your help.
Strick
August 12, 2009 at 3:49 pm
What control flow task are you using?
August 12, 2009 at 12:36 pm
I was going to suggest the same that Phil did. Although my suggestion would be to use a script component as a source instead of a script task. ...
June 24, 2009 at 9:08 am
Viewing 15 posts - 76 through 90 (of 172 total)