{{theTime}}

Search This Blog

Total Pageviews

FpML® at a Glance

Financial Product Markup Language (FPML) What is FPML? What is the architecture?
What is the industry coverage?
What is FPML Technology
Check here.
FpML® at a Glance

No comments:

Generate Insert Sql from Select Statement

SELECT 'INSERT INTO ReferenceTable (ID, Name) VALUES (' +        CAST(ID AS NVARCHAR) + ', ''' + Name + ''...