我在MacOS上工作,需要从存储在Azure存储上的一些数据创建分析服务表格模型。我已经看到,为了创建一个表格模型,可以通过分析服务项目扩展从Visual Studio中完成,但似乎无法用于Mac。另请阅读,可以从SQL Server Management Studio或SQL Server数据工具中完成,但两者也不适用于Mac。
我可以在MI Mac上使用哪种工具来创建分析服务表格模型?
I work on macOs and I need to create an Analysis Services tabular model, from some data stored on an Azure Storage. I've seen that, in order to create a tabular model, it can be done from Visual Studio with the Analysis Services Projects extension, but that one do not seem to be available for Mac. Also read that it can be done from SQL Server Management Studio or SQL Server Data Tools, but both of them aren't available for Mac either.
Which tool can I use on mi Mac in order to create an Analysis Services tabular model?
发布评论
评论(1)
您需要Visual Studio或SQL Server Data Tools(SSDT-免费的VS子集)在PC上创建AAS模型。但是,SSM和数据录音室不能用于创建模型,但是,可以将其用于处理和管理它。
也许查看上面有VS社区,并为其安装VS AAS模块。
You'll need Visual Studio or Sql Server Data Tools (SSDT - a subset of VS which is free) on a PC to create an AAS model. SSMS and Data Studio, can't be used to create the model, however, can be used to process and administer it.
Maybe look at an Azure Data Science VM which has VS Community on it and install the VS AAS module for it.