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 John Tel 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: nick122211
  • Content: Threads
  • Order by date
  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.

    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...
  3. 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...
  4. 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