Viewing 5 posts - 1 through 5 (of 5 total)
FYI:
We have successfully executed this command from the DOS prompt. It just has not worked within the trigger.
Any help will be greatly appreciated,
Thanks,
Ted
October 26, 2006 at 12:23 pm
our current trigger is as follows:
CREATE TRIGGER UpdateTable ON dbo.TableScan
AFTER INSERT
AS
EXEC master..xp_cmdshell 'dtsrun /S 10.0.0.0 /N Transfer /E'
When we run the DTS manually, the record is...
October 26, 2006 at 12:20 pm
I need this in real time as it processes manufacturing data and will hold the build process of equipment. we have an sql 2000 server collecting data from PLC machines and...
October 25, 2006 at 9:11 pm
Is there a way in SQL to use a DNS connection?
October 24, 2006 at 2:44 pm
I have the trigger set to fire on insert and I want to copy that record up to the 400 for processing.
October 24, 2006 at 1:15 pm
Viewing 5 posts - 1 through 5 (of 5 total)