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 gkittelson 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. nick122211

    Confused about Arrays in vb.net

    Ok I am trying to write a little program (3 days work now) that will take one user and assign him rights to another users account to send as. (more rights once I get this one working). I am getting a Member not found error when I run this code. Most of this code is from a sample I am trying to...
  2. nick122211

    Strange problem with DTS package.

    Maybe a better way of asking is am I doing this process right. I created a DTS package (Local) and added a SQL connection and then added a Execute Sql Task that I put this code in. I then scheduled the Package to run every 5 minutes. Maybe there is a better way to do this?
  3. nick122211

    Strange problem with DTS package.

    I believe so. I get 3 of the 4 records in the DB. It just is dropping one of them 3 out of 4 times the DTS Package is run. Very wierd.
  4. nick122211

    Strange problem with DTS package.

    When I run the code in Query analyser it runs fine. It appears to be an issue only when it is scheduled to run. Manually it works perfectly. Thinking there has to be something wrong with the way DTS is running or something like that?
  5. nick122211

    Strange problem with DTS package.

    Ok maybe I am doing this completely wrong but I am getting weird results. Basically I have a package that reads 4 fields from one DB (server names) and inserts the name into an exec statement for each row found. The problem is it appears it isn't returning all the rows. It is dropping one or...
  6. nick122211

    Array?

    Thanks that worked. I should have asked earlier. Spent 1/2 of a day trying to figure it out.
  7. nick122211

    Array?

    Ok this is what I am trying to do. I need to select all rows from one table and feed them into a execute statement and have that statement run for each row of the other table. Not sure where to start? declare @ServerName VarChar(100) begin select @serverName = (Select server from...
  8. nick122211

    Need help. Newbie

    Ok this is what I am trying to do. I need to select all rows from one table and feed them into a execute statement and have that statement run for each row of the other table. Not sure where to start? declare @ServerName VarChar(100) begin select @serverName = (Select server from...

Part and Inventory Search

Back
Top