BIDS 2008 与 Azure DevOps
BIDS 2008 with Azure DevOps
我刚开始为一家仍在使用 SQL Server 2008 R2 的公司工作。我们有很多存储过程、SSIS 包和 SSRS 报告。
计划也开始进行其他 .Net 开发。我们目前没有任何源代码控制,代码存储在某人的本地磁盘和网络共享的组合中。
我的经理乐于接受建议,我想推荐 Azure DevOps,因为我在其他公司有过使用它的经验。此外,我们的部门有望在未来几年内发展壮大,我认为使用 Azure DevOps 作为良好的基础会很好。
最后,我想向我的经理建议我们使用 Azure Scrum 板来跟踪开发,我认为将 Scrum 板的工作“绑定”到 ADO 发布会很棒。
我的问题:
SQL Server / BIDS 2008(SSIS、SSRS)能否与 Azure DevOps 一起使用?我假设是这样,但我不确定是否有任何“陷阱”可能会阻止它正常工作。
SQLServer/BIDS 2008 能否与 Azure CI/CD 管道一起使用?
谢谢!
来自this doc:
Azure DevOps Server is the on-premises offering that's built on a SQL
Server back end. Customers usually choose on-premises when they need
their data to stay within their network or when they want access to
SQL Server reporting services that integrate with Azure DevOps data
and tools.
由于您需要 Azure Devops 使用 Sql 服务器,您可以使用 Azure Devops 服务器.
例如:SSRS reports 在配置 SQL 服务器分析服务时可从 Azure DevOps Server 或 TFS 获得。
但是azure devops server对sql服务器的版本有要求。
Sql server 2008 仅支持 TFS 2010 和 TFS 2012。如果您想使用较新版本的 Azure Devops server/TFS,您需要升级您的 Sql 服务器。
我刚开始为一家仍在使用 SQL Server 2008 R2 的公司工作。我们有很多存储过程、SSIS 包和 SSRS 报告。
计划也开始进行其他 .Net 开发。我们目前没有任何源代码控制,代码存储在某人的本地磁盘和网络共享的组合中。
我的经理乐于接受建议,我想推荐 Azure DevOps,因为我在其他公司有过使用它的经验。此外,我们的部门有望在未来几年内发展壮大,我认为使用 Azure DevOps 作为良好的基础会很好。
最后,我想向我的经理建议我们使用 Azure Scrum 板来跟踪开发,我认为将 Scrum 板的工作“绑定”到 ADO 发布会很棒。
我的问题:
SQL Server / BIDS 2008(SSIS、SSRS)能否与 Azure DevOps 一起使用?我假设是这样,但我不确定是否有任何“陷阱”可能会阻止它正常工作。
SQLServer/BIDS 2008 能否与 Azure CI/CD 管道一起使用?
谢谢!
来自this doc:
Azure DevOps Server is the on-premises offering that's built on a SQL Server back end. Customers usually choose on-premises when they need their data to stay within their network or when they want access to SQL Server reporting services that integrate with Azure DevOps data and tools.
由于您需要 Azure Devops 使用 Sql 服务器,您可以使用 Azure Devops 服务器.
例如:SSRS reports 在配置 SQL 服务器分析服务时可从 Azure DevOps Server 或 TFS 获得。
但是azure devops server对sql服务器的版本有要求。
Sql server 2008 仅支持 TFS 2010 和 TFS 2012。如果您想使用较新版本的 Azure Devops server/TFS,您需要升级您的 Sql 服务器。