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 bkrike 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: jamesagnew
  • Content: Threads
  • Order by date
  1. jamesagnew

    dynamic xml insert in sql server 2005

    Hi I'm trying to insert an xml node containing a dynamically generated value in SQL Server 2005. Here's what I've got so far: declare @x nvarchar(100) set @x = 'abc123' UPDATE tbl_tree SET theTree.modify('replace value of (/tree[1]/branch[1]/@name) with @x') This doesn't work of course...
  2. jamesagnew

    access list for lower --> higher interface

    Hi I have 3 interfaces on a PIX 515: 'inside', 'finance', 'sales' where the security priority (highest to lowest) is inside > finance > sales I'm using PDM and am not very comfortable with the command-line just yet so please keep your explanation simple! In the access list, there are 3...
  3. jamesagnew

    allowing multiple 'FROM' address in outlook/exch 2003

    Hi We're using Exchange 2003 / Outlook 2003 via RPC over HTTPS. Could someone give me a bit of guidance in doing what I think should be something fairly simple... John Smith has default email address: johnsmith@domain.com He also other address such as certs@domain.com and orders@domain.com...
  4. jamesagnew

    Automate Exchange 2003 account creation

    Hello all We are looking into creating a web-based interface that will allow us to create an Exchange 2003 account dynamically. The server is running Windows 2003. The idea is that a new user creates an email address, the system checks to see if it's valid/available for the and of so...
  5. jamesagnew

    Switch Cluster Management behind firewall

    Hello Here's a simplified diagram of our network: I'd like to be able to administer the switches remotely via ssh/http. Could I make each switch publicly visible and connect to them individually or should I connect to just a single master switch and user cluster management? If I use the...
  6. jamesagnew

    row-by-row multiple insert

    I've been racking my brains for several days over this problem so I hope someone might be able to give me a nudge in the right direction. I have a simple sql 2000 table as below ID - StartDate - EndDate (table_1) 1 - 01/02/03 - 05/02/03 2 - 17/04/04 - 24/05/04 ... I need to look at ID=1...

Part and Inventory Search

Back
Top