This is what I did:
1. I created a DTS package using SQL Enterprise Manager's GUI DTS package creator. I called it MyDTS.
2. I created the following stored procedure
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_NULLS OFF
GO
/******
Object: Stored Procedure dbo.spMyDTS
Script Date...
I figured some stuff out and thought I'd post it for the community:
To resolve issue #1: I switched to using an isql command stored in a bat file. I call the bat file in a DTS package using the execute process task. I create a stored procedure to run the DTS package. Then I schedule the DTS...
One Correction/Clarification: I noticed in the code I sent that the command reads isql. It should be osql. I tried both commands trying to see which one would be better and osql won!
1.
I am running the following osql command from within a stored procedure (I took out all sensitive info :) ). I get the following error message: '[ODBC Driver Manager] Data source name not found and no default driver
specified' I checked my ODBC connection in the ODBC connection manager and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.