Viewing 7 posts - 1 through 7 (of 7 total)
Firiends any one has worked on creating a SQL to generate this kind of XML, Help me please.
May 17, 2013 at 3:35 am
Hi Lowell
Can you help me on the query please.
Many thanks
V
May 15, 2013 at 2:54 am
Hi
As requested , i have uploaded DDL script to create table and few rows to insert . please help me with SQL query to generate XML.
Many thanks
May 14, 2013 at 1:00 pm
Hi
Attached XML output file to be generated one more time. If you say i missed/put some extra tags in my first post. it is corrected now.
Many thanks
VJ
May 14, 2013 at 8:47 am
Select Query for the above DDL
SELECT [Unique_Seq_Ref_number]
,[Record_Type_Flag]
,[Reporting_Firm_Identification]
,[Reporting_Firm_Code_Type]
...
May 14, 2013 at 8:37 am
Hi
Here it is Table structure.
CREATE TABLE [dbo].[FSA_REPORT_DATA](
[Unique_Seq_Ref_number] [int] IDENTITY(1,1) NOT NULL,
[Record_Type_Flag] [int] NULL,
[Reporting_Firm_Identification] [nvarchar](50) NULL,
[Reporting_Firm_Code_Type] [nvarchar](1) NULL,
[Trade_Date] [nvarchar](10) NULL,
[Trade_Time] [nvarchar](8) NULL,
[Buy_Sell_Indicator] [nvarchar](1) NULL,
[Trading_Capacity] [nvarchar](1) NULL,
[Instrument_identification] [nvarchar](50) NULL,
[Instrument_Identifier_Type] [nvarchar](1)...
May 14, 2013 at 8:35 am
Hi Friend
I believe you are creating this xml file for FSA report purpose and i have to create the same file. Can you please help me on this.
Many thanks
VJ
May 8, 2013 at 8:34 am
Viewing 7 posts - 1 through 7 (of 7 total)