Hi, I am in the process of sending out emails on an individual basis from my .net app, so I created an html template containing replaceable text for personalization, such as Name and other info.
...
http://www.experts-exchange.com/Web_Development/Internet_Marketing/Q_23095004.html
I have been searching this forum and have posted a question out there regarding asp.net System.Net.Mail and using eFax services. It seems that you have got this working ... I can successfully send ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23106672.html
I'm using bcp to generate an XML file that I'll e-mail to a customer via sp_send_dbmail. The command I'm using looks something like this:
xp_cmdshell 'bcp "SELECT field1, field2, field3 FROM my...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2321...
Hi,
We have a SP that accepts XML document as input to insert the set of records into the database and we need to return the inserted Object IDs (Identity primary key) along with the inserted da...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2330...
Hi,
We are receiving a XML document as input to update the records in a table. Inorder to update the data we are using the Primary Key columns (Identity Column) and a timestamp column.
As par...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2331...
I have a stored procedure which parses an XML and inserts into Database.
I have the attached XML and I want to insert Name, Phone, PIN into a table called "Person"
Could you please help me how t...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2353...
Greetings!
I'm building some large xml documents from a number of relational tables in my database (SQL Server 2005). Due to the scale of it, I have a number of scalar UDFs that return xml and ...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2366...
Hi all,
I have an XML document containing different nodes. Many of the nodes have attributes also. This document is inserted in database in one column which has XML data type...The database is i...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_23053054.htm...
I have a xml path
for example G:\xmlfiles\a.xml and tablename as a input for the stored procedure
where i need to process the xml file information and read the file s tags
for example
<proces...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2331...
I am using FOR XML PATH. I would like to get rid of <row></row> ekements my SELECT produces.
I want to be able to a) remove <roe> elemsnt b) replace it with <myElement> elements.
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2359...