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!

Using host_name() in export path

Status
Not open for further replies.

JefB

Programmer
Dec 29, 2000
56
Can I use host_name() in a DTS export path?

I am trying to export the results of a query to the requestors PC.

Thanks
JefB
 
I don't think so. But I think you could write an SP that assigns host_name() to a variable, then executes the DTS package export path with dynamic SQL.



Catadmin - MCDBA, MCSA
"If a person is Microsoft Certified, does that mean that Microsoft pays the bills for the funny white jackets that tie in the back???
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top