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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by RichieLemons

  1. RichieLemons

    How can I pass the contents of an IN() statement to a sp?

    If you Build the select statement up as a stand alone string and then execute it then it should recognise the string items.<br><br>E.G.<br><br>SELECT @strSQL = ' SELECT fam_id, name, address '<br>SELECT @strSQL = @strSQL + ' FROM family '<br>SELECT @strSQL = @strSQL + ' WHERE fam_id in (...
  2. RichieLemons

    Can I execute a DTS Package from the arrival of a file?

    I want to import flat file data into a sql7 db. But I want to create a directory listening device which can process the file as and when they arrive. I don't mind using additional comnponents (VB or batch files) with my package but would prefer not to.

Part and Inventory Search

Back
Top