azure-sql-databaseu-sql

Need localhost SQL Server Database information


Need localhost SQL Server Database information


Solution

  • I think you are confusing several concepts: SQL Server databases are NOT the same as U-SQL databases. U-SQL has its own object model and catalog. So you cannot access a local SQL Server database from U-SQL.

    If you are running in Azure, you can create an external data source in the U-SQL catalog through which you can access SQL Server instances in Azure VMs. But you cannot access local SQL Server databases directly.