Viewing 15 posts - 31 through 45 (of 49 total)
This the final script , i need the paths to be selected from table for example :
declare @path = (Select Description from Lookup where code ='XML Path';
then i need to...
December 27, 2014 at 7:19 am
amazing, two things and will not ask again " Sorry "
1- How read XML from local drive
2- Timestamp is datetime how to format it into two column one for date...
December 22, 2014 at 4:19 am
How can i read XML from path , then table retrive as below :
rate Type - rate Timestamp - Type - rate Name - rate type - Buy - sell
December 22, 2014 at 3:38 am
The problem that i don't know from where to start, i need to have table to store the data
December 22, 2014 at 12:20 am
Thank you it's working, but let me ask if this will work for any number of records ?
December 11, 2014 at 2:46 pm
i already got the error , but i need to store this values in a view
October 16, 2013 at 7:28 am
It's work fine with my company domain and now with our exchange and i can send it's very good, but my question what if i want to change the smtp...
October 15, 2008 at 12:12 am
i think there is a clarion template can collect all tps tables in one script
see the attached
i think after you add this template open the application and press Ctrl...
October 12, 2008 at 12:54 am
so noway to setup database mail with hotmail or yahoo to send from them ? that's because i have to answer my team
October 11, 2008 at 4:06 am
DECLARE @tableHTML NVARCHAR(MAX) ;
SET @tableHTML =
N' ' +
N' ' +
N' ' +
N' '...
October 5, 2008 at 12:44 am
check the following example i used it and it works fine but dont forget to enable ( database mail )
------------
DECLARE @tableHTML NVARCHAR(MAX) ;
SET @tableHTML...
October 5, 2008 at 12:43 am
what kind of data you want to send, i have a full document for this point ( send email by database mail ) via procedure, what i have now...
October 3, 2008 at 1:21 pm
Viewing 15 posts - 31 through 45 (of 49 total)