Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HELP

Status
Not open for further replies.

Bell1991

Programmer
Aug 20, 2003
386
US
I need to create a DTS that will be called from a stored procedure.. Which is somewhat easy to do.. But i need to query the database - to only return certain records.. For example: Select * from table where state = 'NY' (Ny would be passed into the stored procedure - then i need to pass it into the DTS) and return those records in an access database. Is this possible?

Thanks in advance
 
you might be able to have the sp insert the criteria into a table then have the DTS package read the table and populate a variable within the package.

"Shoot Me! Shoot Me NOW!!!"
- Daffy Duck
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top