{{theTime}}

Search This Blog

Total Pageviews

What is ODA Data Source and What are the Types of ODA Data Sources

ODA -- Open Data Access
Types of ODA:
  • Flat File Data Source
  • Hive Data Source
  • JDBC Data Source
  • Web Services Data Source
  • XML Data Soure

No comments:

Generate Insert Sql from Select Statement

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