Viewing 3 posts - 1 through 3 (of 3 total)
Hi Brian -
I have SSMS installed and so does my co-worker. It is my understanding that dtexec comes along with that installation. The dtsx. file gets invoked via Excel or...
July 23, 2021 at 9:53 pm
Phil,
You provided a great idea that seems the best option for my next step. Thanks!
May 28, 2021 at 6:19 pm
Hi,
I am displaying the message via Script Task, in SSDT, using the standard pop up window code,
string message = "Task is completed.";
string caption = "ATTENTION";
DialogResult button = MessageBox.Show(message, caption, MessageBoxButtons.OK,...
May 28, 2021 at 12:26 pm
Viewing 3 posts - 1 through 3 (of 3 total)