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 IamaSherpa 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: *

  1. batcater98

    SSIS Expression Builder - New Line?

    I am using Visual Studio 2008 and building an SSIS package that uses the "SendMail Task". I am dynamically building the MessageSource from variables being passed in from an SQL task. Below is my current string, but I am trying to figure out how to insert "New Lines" in the statement...
  2. batcater98

    SSIS - Building and Sending Email based on SQL Table Values?

    Thanks for the help - I am still not clear on where and how you assign assign the data from the SQL Task Pull into the variables? Here is what I have done - I built and SQL Task to pull in all the data I need and set it to a FullResultSet and setup the ResultSet Name as 0 and assigned it to the...
  3. batcater98

    SSIS - Building and Sending Email based on SQL Table Values?

    have a table in SQL that gets updated inside another SSIS package. I am trying to figure out a way to be albe within an SSIS package to parse through the table which contains a flag field of "yes" or "no", other data and a field with an email address in it. I want to parse through the data and...
  4. batcater98

    Help Creating Script to Parse a Flat File

    I having troubles with the different seperators in this one and just picking out the lines I want keyed from the .dat filename. I basically have an autogenerated flat file that is an export of a directory structure. I want to parse through the flat file and pull values from specific lines that...
  5. batcater98

    Splitting up String into variables for use in Database Insert.

    I need some assistance with reg/exp in regards to splitting up a string and putting items from it into variables I have a flat file that as lines and lines of data that follow the same pattern throught and I am writing a routine to pull out data elements from each line and insert them into a...
  6. batcater98

    Access Auto Update Field from one Table to Another.

    I have two tables in access - In the primary table when a record is created I want to automatically use the primary key from this table and search for that key in another table. If found I want to "Clear" that value from the secondary table and leave it blank. How would I do this? SQL, VB...

Part and Inventory Search

Back
Top