Viewing 15 posts - 16 through 30 (of 44 total)
Hi,
If i've multiple rows, then Header and Footer values are repeating for each Report row. I dont want to repeat them, I just need them as seperate attributes.
June 30, 2016 at 8:53 pm
Hi,
When i executed this with my query, It is giving me the following output:
<Reports>
<Report>
<Header>
<PrintedDate></PrintedDate>
...
June 30, 2016 at 12:07 am
Hi,
How can i get the below format, I need to add a Header, Footer to the existing XML .
<Reports>
<Header>
<PrintedDate>23/01/2001</PrintedDate>
<PrintedBy>XYZ </PrintedBy>
</Header>
<Footer>
<DocumentPreparedBy>ABC</DocumentPreparedBy>
</Footer>
<Report>
<Name>123</Name>
...
June 29, 2016 at 9:36 pm
Hi,
How can i get null row values in the below format? When i tried, I'm not getting the NULL value rows in the XML, they are being sipped.. I need...
June 23, 2016 at 12:28 am
The above solution works, I've replaced the sample data with my own query to get the desired result.. I actually want to construct XSL FO with this XML and create...
June 20, 2016 at 4:05 am
Hi,
Thanks for the reply, I cannot provide the table schema due to some VM problems here. Can you please join 2 tables with sample data to get results in the...
June 20, 2016 at 2:57 am
The select query worked, i've deleted the unmatching records earlier and when i ran this query it didnt return any rows..
Thanks alot!
February 24, 2015 at 11:50 pm
Any Update on this?
September 22, 2014 at 6:51 am
Hello,
Thanks for the comeback, I really apologize for not being able to write down DDL queries, Now I've a question on my database design and below are the assumed requirements....
September 19, 2014 at 1:56 am
Hi,
The query logic is exactly what i'm looking out for, But when i ran the query the MERGE statement is throwing below error,
The MERGE statement attempted to UPDATE or DELETE...
November 17, 2012 at 2:03 am
I need to write both the cases,
If match found in table A and table B, Then i need to write the output like
Table A ProjNumber Table B ProjNumber...
August 29, 2012 at 3:51 am
thermanson (8/27/2012)
Insert into MergeTable (Project number, IsProjNumConverted)
Select Coalesce(x.proj_id,i.proj_id) as projID,
...
August 29, 2012 at 3:43 am
We are not using SQL Authentication rather client asked us to connect using windows mode authentication as the database, our user accounts are in one domain (LDAP).. Everything is based...
June 6, 2012 at 3:18 am
Any solution for this?
The above query is also allowing to insert duplicate records..
September 28, 2011 at 3:07 am
ChrisM@Work (9/6/2011)
maruthipuligandla (9/6/2011)
Hi,I've generated scripts with data for 4 tables, please find the attached sql script files..
The image columns aren't required for this exercise, take up an inordinate amount of...
September 6, 2011 at 6:51 am
Viewing 15 posts - 16 through 30 (of 44 total)