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!

Search results for query: *

  • Users: na1
  • Order by date
  1. na1

    Sybase to SQL Server 2000 using DTS

    I am currently pulling in 60 tables from a Sybase database into SQL Server 2000. To do this I have set up 6 DTS packages each with 10 transformations, and a global package which runs each DTS. Adding new tables is convoluted and can cause problems, and also transfer speed is quite slow as...
  2. na1

    Running an Executable Locally from the Server

    I am trying to run an executable on my local pc using the xp_cmdshell stored proc. The app will only run on the server however. eg. exec master..xp_cmdshell 'c:\executable.exe' where c:\executable.exe is a file held on the local pc.

Part and Inventory Search

Back
Top