I am using DTS in SQL Server 2000.
Inside DTS,using VB scripting modules I am trying to do the following:
1. Insert into ERRORLOG table.
ERRORNUM varchar(5)
ERRORdet varchar(50)
2. Execute a stored procedure.
SQL Server : Server1.aaa.com
UserID : mysuser
Password : mypass
Database : PYMT1
Stored Proc : myproc1
Can Anyone give me a template to do this.
Inside DTS,using VB scripting modules I am trying to do the following:
1. Insert into ERRORLOG table.
ERRORNUM varchar(5)
ERRORdet varchar(50)
2. Execute a stored procedure.
SQL Server : Server1.aaa.com
UserID : mysuser
Password : mypass
Database : PYMT1
Stored Proc : myproc1
Can Anyone give me a template to do this.