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. fredclown

    Insert Trigger Working With XML and TSQL

    It's sounding like I should think up something else. I would do it int .net, but the problem is that table that this data is put into is a staging table for it being put elsewhere. There is no guarantee that any .net program could get to the data fast enough before it was moved out to the real...
  2. fredclown

    Insert Trigger Working With XML and TSQL

    I'm not sure the example you gave would work anyway. I'm trying to take the text value of F[37] and put it into F[51]. The example you gave would just rename the node. Besides the fact that you didn't put the data between the opening and closing nodes.
  3. fredclown

    Insert Trigger Working With XML and TSQL

    Just to start I have a product (that I did not create, so I cannot change the code) and it is outputting some XML derived from a fixed width text file. The XML is in the below format. I've written a query to replace the value of F[51] with F[37]. However, it is really slow. For a record with...
  4. fredclown

    Create LDAP account using local user

    We figured it out. We created server records in our second domain pointing to our first domain, so now all's I have to do is reference mydomain.dom. It was a dns/open port issue. objLDAP.OpenDSObject("LDAP://mydomain.dom/ou=test,dc=mydomain,dc=dom",strUsername,strPassword, 0)
  5. fredclown

    Create LDAP account using local user

    My code is below. I am trying to create an LDAP account using a local user (specifically so it can be used by my web server's IUSR account). We have two domain controllers with "A" records (ldap.mydomain.dom) for both. That way we have failover if one server is not accessable. I put the dns...
  6. fredclown

    Create LDAP account using local user

    My code is below. I am trying to create an LDAP account using a local user (specifically so it can be used by my web server's IUSR account). We have two domain controllers with "A" records (ldap.mydomain.dom) for both. That way we have failover if one server is not accessable. I put the dns...
  7. fredclown

    Mailbox Creation

    I work for a school and every year we have an influx of new students. We don't want to manually create AD user accounts and mailboxes for each student ... so we decided to automate the process. We can create the AD accounts fine. The trouble comes in creating the exchange 2003 mailbox. I'm...

Part and Inventory Search

Back
Top