Viewing 3 posts - 1 through 4 (of 4 total)
Use the CustomPropertyCollection["OpenRowset"] property on the component cast as IDTSComponentMetaData100, like so:
Executables pExecs = pkg.Executables;
foreach (Executable pExec in pExecs)
{
TaskHost taskHost = (TaskHost)pExec;
Console.WriteLine("Executable...
April 12, 2011 at 11:33 am
You can also use dbcc freeproccache, which will prevent the error from occurring until the next time the schema on the linked server changes.
December 18, 2010 at 9:00 am
As someone who is guilty of coding 2-digit years back in the day when disk space was expensive, I’m a little offended and a little amused by the profligacy of...
October 10, 2003 at 7:13 am
Viewing 3 posts - 1 through 4 (of 4 total)