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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.