(SQL) SQL (2014)

New SQL Server project templates for VS2015 (Create External Data Source.sql)

   1:  CREATE EXTERNAL DATA SOURCE [$rawname$] WITH
   2:  (  
   3:      TYPE = HADOOP,
   4:      LOCATION = '$SomeExternalDataSourceLocation$'
   5:  )


Comments ( )
Link to this page: //www.vb-net.com/VS2015-SQL-Server-Project-Templates/Create-External-Data-Source-sql.htm
< THANKS ME>